pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +73 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/batch/v20240701/_enums.py +1 -1
- pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
- pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
- pulumi_azure_native/batch/v20240701/outputs.py +8 -8
- pulumi_azure_native/batch/v20240701/pool.py +4 -4
- pulumi_azure_native/databasewatcher/__init__.py +3 -0
- pulumi_azure_native/databasewatcher/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_target.py +2 -2
- pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
- pulumi_azure_native/databasewatcher/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
- pulumi_azure_native/databasewatcher/target.py +3 -3
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
- pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
- pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
- pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
- pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
- pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
- pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
- pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
- pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
- pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
- pulumi_azure_native/databasewatcher/watcher.py +3 -3
- pulumi_azure_native/keyvault/__init__.py +6 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
- pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241101/key.py +329 -0
- pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
- pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
- pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +17 -16
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20250301/__init__.py +13 -0
- pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
- pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
- pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20250301/outputs.py +230 -0
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240601preview/service.py +1 -1
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
- pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
- pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
- pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
- pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
- pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
- pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
- pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
- pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
- pulumi_azure_native/search/v20250201preview/service.py +731 -0
- pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetAlertRuleResourceResult',
|
|
20
|
+
'AwaitableGetAlertRuleResourceResult',
|
|
21
|
+
'get_alert_rule_resource',
|
|
22
|
+
'get_alert_rule_resource_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetAlertRuleResourceResult:
|
|
27
|
+
"""
|
|
28
|
+
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, alert_rule_resource_id=None, alert_rule_template_id=None, alert_rule_template_version=None, created_with_properties=None, creation_time=None, id=None, name=None, provisioning_state=None, system_data=None, type=None):
|
|
31
|
+
if alert_rule_resource_id and not isinstance(alert_rule_resource_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'alert_rule_resource_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "alert_rule_resource_id", alert_rule_resource_id)
|
|
34
|
+
if alert_rule_template_id and not isinstance(alert_rule_template_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'alert_rule_template_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "alert_rule_template_id", alert_rule_template_id)
|
|
37
|
+
if alert_rule_template_version and not isinstance(alert_rule_template_version, str):
|
|
38
|
+
raise TypeError("Expected argument 'alert_rule_template_version' to be a str")
|
|
39
|
+
pulumi.set(__self__, "alert_rule_template_version", alert_rule_template_version)
|
|
40
|
+
if created_with_properties and not isinstance(created_with_properties, str):
|
|
41
|
+
raise TypeError("Expected argument 'created_with_properties' to be a str")
|
|
42
|
+
pulumi.set(__self__, "created_with_properties", created_with_properties)
|
|
43
|
+
if creation_time and not isinstance(creation_time, str):
|
|
44
|
+
raise TypeError("Expected argument 'creation_time' to be a str")
|
|
45
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
46
|
+
if id and not isinstance(id, str):
|
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if system_data and not isinstance(system_data, dict):
|
|
56
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="alertRuleResourceId")
|
|
64
|
+
def alert_rule_resource_id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
The resource ID of the alert rule resource.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "alert_rule_resource_id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="alertRuleTemplateId")
|
|
72
|
+
def alert_rule_template_id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The template ID associated with alert rule resource.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "alert_rule_template_id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="alertRuleTemplateVersion")
|
|
80
|
+
def alert_rule_template_version(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
The alert rule template version.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "alert_rule_template_version")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="createdWithProperties")
|
|
88
|
+
def created_with_properties(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
The properties with which the alert rule resource was created.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "created_with_properties")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="creationTime")
|
|
96
|
+
def creation_time(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
The creation time of the alert rule resource.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "creation_time")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def id(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "id")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def name(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
The name of the resource
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "name")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="provisioningState")
|
|
120
|
+
def provisioning_state(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
The provisioning state of the alert rule resource.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "provisioning_state")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="systemData")
|
|
128
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
129
|
+
"""
|
|
130
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "system_data")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def type(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "type")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AwaitableGetAlertRuleResourceResult(GetAlertRuleResourceResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetAlertRuleResourceResult(
|
|
149
|
+
alert_rule_resource_id=self.alert_rule_resource_id,
|
|
150
|
+
alert_rule_template_id=self.alert_rule_template_id,
|
|
151
|
+
alert_rule_template_version=self.alert_rule_template_version,
|
|
152
|
+
created_with_properties=self.created_with_properties,
|
|
153
|
+
creation_time=self.creation_time,
|
|
154
|
+
id=self.id,
|
|
155
|
+
name=self.name,
|
|
156
|
+
provisioning_state=self.provisioning_state,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
type=self.type)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_alert_rule_resource(alert_rule_resource_name: Optional[str] = None,
|
|
162
|
+
resource_group_name: Optional[str] = None,
|
|
163
|
+
watcher_name: Optional[str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlertRuleResourceResult:
|
|
165
|
+
"""
|
|
166
|
+
Get a AlertRuleResource
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param str alert_rule_resource_name: The alert rule proxy resource name.
|
|
170
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
171
|
+
:param str watcher_name: The database watcher name.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['alertRuleResourceName'] = alert_rule_resource_name
|
|
175
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
176
|
+
__args__['watcherName'] = watcher_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databasewatcher/v20250102:getAlertRuleResource', __args__, opts=opts, typ=GetAlertRuleResourceResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetAlertRuleResourceResult(
|
|
181
|
+
alert_rule_resource_id=pulumi.get(__ret__, 'alert_rule_resource_id'),
|
|
182
|
+
alert_rule_template_id=pulumi.get(__ret__, 'alert_rule_template_id'),
|
|
183
|
+
alert_rule_template_version=pulumi.get(__ret__, 'alert_rule_template_version'),
|
|
184
|
+
created_with_properties=pulumi.get(__ret__, 'created_with_properties'),
|
|
185
|
+
creation_time=pulumi.get(__ret__, 'creation_time'),
|
|
186
|
+
id=pulumi.get(__ret__, 'id'),
|
|
187
|
+
name=pulumi.get(__ret__, 'name'),
|
|
188
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
189
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
190
|
+
type=pulumi.get(__ret__, 'type'))
|
|
191
|
+
def get_alert_rule_resource_output(alert_rule_resource_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
watcher_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlertRuleResourceResult]:
|
|
195
|
+
"""
|
|
196
|
+
Get a AlertRuleResource
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
:param str alert_rule_resource_name: The alert rule proxy resource name.
|
|
200
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
201
|
+
:param str watcher_name: The database watcher name.
|
|
202
|
+
"""
|
|
203
|
+
__args__ = dict()
|
|
204
|
+
__args__['alertRuleResourceName'] = alert_rule_resource_name
|
|
205
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
206
|
+
__args__['watcherName'] = watcher_name
|
|
207
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
208
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:databasewatcher/v20250102:getAlertRuleResource', __args__, opts=opts, typ=GetAlertRuleResourceResult)
|
|
209
|
+
return __ret__.apply(lambda __response__: GetAlertRuleResourceResult(
|
|
210
|
+
alert_rule_resource_id=pulumi.get(__response__, 'alert_rule_resource_id'),
|
|
211
|
+
alert_rule_template_id=pulumi.get(__response__, 'alert_rule_template_id'),
|
|
212
|
+
alert_rule_template_version=pulumi.get(__response__, 'alert_rule_template_version'),
|
|
213
|
+
created_with_properties=pulumi.get(__response__, 'created_with_properties'),
|
|
214
|
+
creation_time=pulumi.get(__response__, 'creation_time'),
|
|
215
|
+
id=pulumi.get(__response__, 'id'),
|
|
216
|
+
name=pulumi.get(__response__, 'name'),
|
|
217
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
218
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
219
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetSharedPrivateLinkResourceResult',
|
|
20
|
+
'AwaitableGetSharedPrivateLinkResourceResult',
|
|
21
|
+
'get_shared_private_link_resource',
|
|
22
|
+
'get_shared_private_link_resource_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSharedPrivateLinkResourceResult:
|
|
27
|
+
"""
|
|
28
|
+
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, dns_zone=None, group_id=None, id=None, name=None, private_link_resource_id=None, provisioning_state=None, request_message=None, status=None, system_data=None, type=None):
|
|
31
|
+
if dns_zone and not isinstance(dns_zone, str):
|
|
32
|
+
raise TypeError("Expected argument 'dns_zone' to be a str")
|
|
33
|
+
pulumi.set(__self__, "dns_zone", dns_zone)
|
|
34
|
+
if group_id and not isinstance(group_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'group_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if private_link_resource_id and not isinstance(private_link_resource_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'private_link_resource_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
|
|
46
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
47
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
48
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
49
|
+
if request_message and not isinstance(request_message, str):
|
|
50
|
+
raise TypeError("Expected argument 'request_message' to be a str")
|
|
51
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
52
|
+
if status and not isinstance(status, str):
|
|
53
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
54
|
+
pulumi.set(__self__, "status", status)
|
|
55
|
+
if system_data and not isinstance(system_data, dict):
|
|
56
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="dnsZone")
|
|
64
|
+
def dns_zone(self) -> Optional[str]:
|
|
65
|
+
"""
|
|
66
|
+
The DNS zone to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances. The value to use is the second segment of the host FQDN name of the resource that the shared private link resource is for.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "dns_zone")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="groupId")
|
|
72
|
+
def group_id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The group id from the provider of resource the shared private link resource is for.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "group_id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def id(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "id")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def name(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
The name of the resource
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "name")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
96
|
+
def private_link_resource_id(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
The resource ID of the resource the shared private link resource is for.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="provisioningState")
|
|
104
|
+
def provisioning_state(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
The provisioning state of the resource.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "provisioning_state")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="requestMessage")
|
|
112
|
+
def request_message(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
The request message for requesting approval of the shared private link resource.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "request_message")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def status(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "status")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="systemData")
|
|
128
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
129
|
+
"""
|
|
130
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "system_data")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def type(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "type")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AwaitableGetSharedPrivateLinkResourceResult(GetSharedPrivateLinkResourceResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetSharedPrivateLinkResourceResult(
|
|
149
|
+
dns_zone=self.dns_zone,
|
|
150
|
+
group_id=self.group_id,
|
|
151
|
+
id=self.id,
|
|
152
|
+
name=self.name,
|
|
153
|
+
private_link_resource_id=self.private_link_resource_id,
|
|
154
|
+
provisioning_state=self.provisioning_state,
|
|
155
|
+
request_message=self.request_message,
|
|
156
|
+
status=self.status,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
type=self.type)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_shared_private_link_resource(resource_group_name: Optional[str] = None,
|
|
162
|
+
shared_private_link_resource_name: Optional[str] = None,
|
|
163
|
+
watcher_name: Optional[str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSharedPrivateLinkResourceResult:
|
|
165
|
+
"""
|
|
166
|
+
Get a SharedPrivateLinkResource
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
170
|
+
:param str shared_private_link_resource_name: The Shared Private Link resource name.
|
|
171
|
+
:param str watcher_name: The database watcher name.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
175
|
+
__args__['sharedPrivateLinkResourceName'] = shared_private_link_resource_name
|
|
176
|
+
__args__['watcherName'] = watcher_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databasewatcher/v20250102:getSharedPrivateLinkResource', __args__, opts=opts, typ=GetSharedPrivateLinkResourceResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetSharedPrivateLinkResourceResult(
|
|
181
|
+
dns_zone=pulumi.get(__ret__, 'dns_zone'),
|
|
182
|
+
group_id=pulumi.get(__ret__, 'group_id'),
|
|
183
|
+
id=pulumi.get(__ret__, 'id'),
|
|
184
|
+
name=pulumi.get(__ret__, 'name'),
|
|
185
|
+
private_link_resource_id=pulumi.get(__ret__, 'private_link_resource_id'),
|
|
186
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
187
|
+
request_message=pulumi.get(__ret__, 'request_message'),
|
|
188
|
+
status=pulumi.get(__ret__, 'status'),
|
|
189
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
190
|
+
type=pulumi.get(__ret__, 'type'))
|
|
191
|
+
def get_shared_private_link_resource_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
shared_private_link_resource_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
watcher_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSharedPrivateLinkResourceResult]:
|
|
195
|
+
"""
|
|
196
|
+
Get a SharedPrivateLinkResource
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
200
|
+
:param str shared_private_link_resource_name: The Shared Private Link resource name.
|
|
201
|
+
:param str watcher_name: The database watcher name.
|
|
202
|
+
"""
|
|
203
|
+
__args__ = dict()
|
|
204
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
205
|
+
__args__['sharedPrivateLinkResourceName'] = shared_private_link_resource_name
|
|
206
|
+
__args__['watcherName'] = watcher_name
|
|
207
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
208
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:databasewatcher/v20250102:getSharedPrivateLinkResource', __args__, opts=opts, typ=GetSharedPrivateLinkResourceResult)
|
|
209
|
+
return __ret__.apply(lambda __response__: GetSharedPrivateLinkResourceResult(
|
|
210
|
+
dns_zone=pulumi.get(__response__, 'dns_zone'),
|
|
211
|
+
group_id=pulumi.get(__response__, 'group_id'),
|
|
212
|
+
id=pulumi.get(__response__, 'id'),
|
|
213
|
+
name=pulumi.get(__response__, 'name'),
|
|
214
|
+
private_link_resource_id=pulumi.get(__response__, 'private_link_resource_id'),
|
|
215
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
216
|
+
request_message=pulumi.get(__response__, 'request_message'),
|
|
217
|
+
status=pulumi.get(__response__, 'status'),
|
|
218
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
219
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetTargetResult',
|
|
20
|
+
'AwaitableGetTargetResult',
|
|
21
|
+
'get_target',
|
|
22
|
+
'get_target_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetTargetResult:
|
|
27
|
+
"""
|
|
28
|
+
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, connection_server_name=None, id=None, name=None, provisioning_state=None, system_data=None, target_authentication_type=None, target_type=None, target_vault=None, type=None):
|
|
31
|
+
if connection_server_name and not isinstance(connection_server_name, str):
|
|
32
|
+
raise TypeError("Expected argument 'connection_server_name' to be a str")
|
|
33
|
+
pulumi.set(__self__, "connection_server_name", connection_server_name)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
41
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
42
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
43
|
+
if system_data and not isinstance(system_data, dict):
|
|
44
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
+
if target_authentication_type and not isinstance(target_authentication_type, str):
|
|
47
|
+
raise TypeError("Expected argument 'target_authentication_type' to be a str")
|
|
48
|
+
pulumi.set(__self__, "target_authentication_type", target_authentication_type)
|
|
49
|
+
if target_type and not isinstance(target_type, str):
|
|
50
|
+
raise TypeError("Expected argument 'target_type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "target_type", target_type)
|
|
52
|
+
if target_vault and not isinstance(target_vault, dict):
|
|
53
|
+
raise TypeError("Expected argument 'target_vault' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "target_vault", target_vault)
|
|
55
|
+
if type and not isinstance(type, str):
|
|
56
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
57
|
+
pulumi.set(__self__, "type", type)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="connectionServerName")
|
|
61
|
+
def connection_server_name(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
The server name to use in the connection string when connecting to a target. Port number and instance name must be specified separately.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "connection_server_name")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def id(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "id")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def name(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
The name of the resource
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "name")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="provisioningState")
|
|
85
|
+
def provisioning_state(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The provisioning state of the resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "provisioning_state")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="systemData")
|
|
93
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
94
|
+
"""
|
|
95
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "system_data")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="targetAuthenticationType")
|
|
101
|
+
def target_authentication_type(self) -> str:
|
|
102
|
+
"""
|
|
103
|
+
The type of authentication to use when connecting to a target.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "target_authentication_type")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="targetType")
|
|
109
|
+
def target_type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
Discriminator property for TargetProperties.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "target_type")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="targetVault")
|
|
117
|
+
def target_vault(self) -> Optional['outputs.VaultSecretResponse']:
|
|
118
|
+
"""
|
|
119
|
+
To use SQL authentication when connecting to targets, specify the vault where the login name and password secrets are stored.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "target_vault")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def type(self) -> str:
|
|
126
|
+
"""
|
|
127
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "type")
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class AwaitableGetTargetResult(GetTargetResult):
|
|
133
|
+
# pylint: disable=using-constant-test
|
|
134
|
+
def __await__(self):
|
|
135
|
+
if False:
|
|
136
|
+
yield self
|
|
137
|
+
return GetTargetResult(
|
|
138
|
+
connection_server_name=self.connection_server_name,
|
|
139
|
+
id=self.id,
|
|
140
|
+
name=self.name,
|
|
141
|
+
provisioning_state=self.provisioning_state,
|
|
142
|
+
system_data=self.system_data,
|
|
143
|
+
target_authentication_type=self.target_authentication_type,
|
|
144
|
+
target_type=self.target_type,
|
|
145
|
+
target_vault=self.target_vault,
|
|
146
|
+
type=self.type)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def get_target(resource_group_name: Optional[str] = None,
|
|
150
|
+
target_name: Optional[str] = None,
|
|
151
|
+
watcher_name: Optional[str] = None,
|
|
152
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTargetResult:
|
|
153
|
+
"""
|
|
154
|
+
Get a Target
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
158
|
+
:param str target_name: The target resource name.
|
|
159
|
+
:param str watcher_name: The database watcher name.
|
|
160
|
+
"""
|
|
161
|
+
__args__ = dict()
|
|
162
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
163
|
+
__args__['targetName'] = target_name
|
|
164
|
+
__args__['watcherName'] = watcher_name
|
|
165
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
166
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databasewatcher/v20250102:getTarget', __args__, opts=opts, typ=GetTargetResult).value
|
|
167
|
+
|
|
168
|
+
return AwaitableGetTargetResult(
|
|
169
|
+
connection_server_name=pulumi.get(__ret__, 'connection_server_name'),
|
|
170
|
+
id=pulumi.get(__ret__, 'id'),
|
|
171
|
+
name=pulumi.get(__ret__, 'name'),
|
|
172
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
173
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
174
|
+
target_authentication_type=pulumi.get(__ret__, 'target_authentication_type'),
|
|
175
|
+
target_type=pulumi.get(__ret__, 'target_type'),
|
|
176
|
+
target_vault=pulumi.get(__ret__, 'target_vault'),
|
|
177
|
+
type=pulumi.get(__ret__, 'type'))
|
|
178
|
+
def get_target_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
179
|
+
target_name: Optional[pulumi.Input[str]] = None,
|
|
180
|
+
watcher_name: Optional[pulumi.Input[str]] = None,
|
|
181
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTargetResult]:
|
|
182
|
+
"""
|
|
183
|
+
Get a Target
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
187
|
+
:param str target_name: The target resource name.
|
|
188
|
+
:param str watcher_name: The database watcher name.
|
|
189
|
+
"""
|
|
190
|
+
__args__ = dict()
|
|
191
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
192
|
+
__args__['targetName'] = target_name
|
|
193
|
+
__args__['watcherName'] = watcher_name
|
|
194
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
195
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:databasewatcher/v20250102:getTarget', __args__, opts=opts, typ=GetTargetResult)
|
|
196
|
+
return __ret__.apply(lambda __response__: GetTargetResult(
|
|
197
|
+
connection_server_name=pulumi.get(__response__, 'connection_server_name'),
|
|
198
|
+
id=pulumi.get(__response__, 'id'),
|
|
199
|
+
name=pulumi.get(__response__, 'name'),
|
|
200
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
201
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
202
|
+
target_authentication_type=pulumi.get(__response__, 'target_authentication_type'),
|
|
203
|
+
target_type=pulumi.get(__response__, 'target_type'),
|
|
204
|
+
target_vault=pulumi.get(__response__, 'target_vault'),
|
|
205
|
+
type=pulumi.get(__response__, 'type')))
|