pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0a1737355563__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.0a1737355563.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,289 @@
|
|
|
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
|
+
'GetSecurityRuleResult',
|
|
20
|
+
'AwaitableGetSecurityRuleResult',
|
|
21
|
+
'get_security_rule',
|
|
22
|
+
'get_security_rule_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSecurityRuleResult:
|
|
27
|
+
"""
|
|
28
|
+
Security Rule resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, access=None, description=None, destination_address_prefixes=None, destination_port_ranges=None, direction=None, extended_location=None, id=None, name=None, priority=None, protocol=None, provisioning_state=None, source_address_prefixes=None, source_port_ranges=None, system_data=None, type=None):
|
|
31
|
+
if access and not isinstance(access, str):
|
|
32
|
+
raise TypeError("Expected argument 'access' to be a str")
|
|
33
|
+
pulumi.set(__self__, "access", access)
|
|
34
|
+
if description and not isinstance(description, str):
|
|
35
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
36
|
+
pulumi.set(__self__, "description", description)
|
|
37
|
+
if destination_address_prefixes and not isinstance(destination_address_prefixes, list):
|
|
38
|
+
raise TypeError("Expected argument 'destination_address_prefixes' to be a list")
|
|
39
|
+
pulumi.set(__self__, "destination_address_prefixes", destination_address_prefixes)
|
|
40
|
+
if destination_port_ranges and not isinstance(destination_port_ranges, list):
|
|
41
|
+
raise TypeError("Expected argument 'destination_port_ranges' to be a list")
|
|
42
|
+
pulumi.set(__self__, "destination_port_ranges", destination_port_ranges)
|
|
43
|
+
if direction and not isinstance(direction, str):
|
|
44
|
+
raise TypeError("Expected argument 'direction' to be a str")
|
|
45
|
+
pulumi.set(__self__, "direction", direction)
|
|
46
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
47
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if name and not isinstance(name, str):
|
|
53
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
54
|
+
pulumi.set(__self__, "name", name)
|
|
55
|
+
if priority and not isinstance(priority, int):
|
|
56
|
+
raise TypeError("Expected argument 'priority' to be a int")
|
|
57
|
+
pulumi.set(__self__, "priority", priority)
|
|
58
|
+
if protocol and not isinstance(protocol, str):
|
|
59
|
+
raise TypeError("Expected argument 'protocol' to be a str")
|
|
60
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
61
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
62
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
63
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
64
|
+
if source_address_prefixes and not isinstance(source_address_prefixes, list):
|
|
65
|
+
raise TypeError("Expected argument 'source_address_prefixes' to be a list")
|
|
66
|
+
pulumi.set(__self__, "source_address_prefixes", source_address_prefixes)
|
|
67
|
+
if source_port_ranges and not isinstance(source_port_ranges, list):
|
|
68
|
+
raise TypeError("Expected argument 'source_port_ranges' to be a list")
|
|
69
|
+
pulumi.set(__self__, "source_port_ranges", source_port_ranges)
|
|
70
|
+
if system_data and not isinstance(system_data, dict):
|
|
71
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
73
|
+
if type and not isinstance(type, str):
|
|
74
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
75
|
+
pulumi.set(__self__, "type", type)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def access(self) -> str:
|
|
80
|
+
"""
|
|
81
|
+
The network traffic is allowed or denied.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "access")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def description(self) -> Optional[str]:
|
|
88
|
+
"""
|
|
89
|
+
A description for this rule. Restricted to 140 chars.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "description")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="destinationAddressPrefixes")
|
|
95
|
+
def destination_address_prefixes(self) -> Optional[Sequence[str]]:
|
|
96
|
+
"""
|
|
97
|
+
The destination address prefixes. CIDR or destination IP ranges.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "destination_address_prefixes")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="destinationPortRanges")
|
|
103
|
+
def destination_port_ranges(self) -> Optional[Sequence[str]]:
|
|
104
|
+
"""
|
|
105
|
+
The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "destination_port_ranges")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter
|
|
111
|
+
def direction(self) -> str:
|
|
112
|
+
"""
|
|
113
|
+
The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "direction")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="extendedLocation")
|
|
119
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
120
|
+
"""
|
|
121
|
+
The extendedLocation of the resource.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "extended_location")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter
|
|
127
|
+
def id(self) -> str:
|
|
128
|
+
"""
|
|
129
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "id")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter
|
|
135
|
+
def name(self) -> str:
|
|
136
|
+
"""
|
|
137
|
+
The name of the resource
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "name")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter
|
|
143
|
+
def priority(self) -> int:
|
|
144
|
+
"""
|
|
145
|
+
The priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "priority")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter
|
|
151
|
+
def protocol(self) -> str:
|
|
152
|
+
"""
|
|
153
|
+
Network protocol this rule applies to.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "protocol")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="provisioningState")
|
|
159
|
+
def provisioning_state(self) -> str:
|
|
160
|
+
"""
|
|
161
|
+
Provisioning state of the SR
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "provisioning_state")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="sourceAddressPrefixes")
|
|
167
|
+
def source_address_prefixes(self) -> Optional[Sequence[str]]:
|
|
168
|
+
"""
|
|
169
|
+
The CIDR or source IP ranges.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "source_address_prefixes")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="sourcePortRanges")
|
|
175
|
+
def source_port_ranges(self) -> Optional[Sequence[str]]:
|
|
176
|
+
"""
|
|
177
|
+
The source port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "source_port_ranges")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="systemData")
|
|
183
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
184
|
+
"""
|
|
185
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "system_data")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter
|
|
191
|
+
def type(self) -> str:
|
|
192
|
+
"""
|
|
193
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "type")
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
class AwaitableGetSecurityRuleResult(GetSecurityRuleResult):
|
|
199
|
+
# pylint: disable=using-constant-test
|
|
200
|
+
def __await__(self):
|
|
201
|
+
if False:
|
|
202
|
+
yield self
|
|
203
|
+
return GetSecurityRuleResult(
|
|
204
|
+
access=self.access,
|
|
205
|
+
description=self.description,
|
|
206
|
+
destination_address_prefixes=self.destination_address_prefixes,
|
|
207
|
+
destination_port_ranges=self.destination_port_ranges,
|
|
208
|
+
direction=self.direction,
|
|
209
|
+
extended_location=self.extended_location,
|
|
210
|
+
id=self.id,
|
|
211
|
+
name=self.name,
|
|
212
|
+
priority=self.priority,
|
|
213
|
+
protocol=self.protocol,
|
|
214
|
+
provisioning_state=self.provisioning_state,
|
|
215
|
+
source_address_prefixes=self.source_address_prefixes,
|
|
216
|
+
source_port_ranges=self.source_port_ranges,
|
|
217
|
+
system_data=self.system_data,
|
|
218
|
+
type=self.type)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
def get_security_rule(network_security_group_name: Optional[str] = None,
|
|
222
|
+
resource_group_name: Optional[str] = None,
|
|
223
|
+
security_rule_name: Optional[str] = None,
|
|
224
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityRuleResult:
|
|
225
|
+
"""
|
|
226
|
+
Gets the specified security rule.
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
:param str network_security_group_name: Name of the network security group
|
|
230
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
231
|
+
:param str security_rule_name: Name of the security rule.
|
|
232
|
+
"""
|
|
233
|
+
__args__ = dict()
|
|
234
|
+
__args__['networkSecurityGroupName'] = network_security_group_name
|
|
235
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
236
|
+
__args__['securityRuleName'] = security_rule_name
|
|
237
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
238
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241001preview:getSecurityRule', __args__, opts=opts, typ=GetSecurityRuleResult).value
|
|
239
|
+
|
|
240
|
+
return AwaitableGetSecurityRuleResult(
|
|
241
|
+
access=pulumi.get(__ret__, 'access'),
|
|
242
|
+
description=pulumi.get(__ret__, 'description'),
|
|
243
|
+
destination_address_prefixes=pulumi.get(__ret__, 'destination_address_prefixes'),
|
|
244
|
+
destination_port_ranges=pulumi.get(__ret__, 'destination_port_ranges'),
|
|
245
|
+
direction=pulumi.get(__ret__, 'direction'),
|
|
246
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
247
|
+
id=pulumi.get(__ret__, 'id'),
|
|
248
|
+
name=pulumi.get(__ret__, 'name'),
|
|
249
|
+
priority=pulumi.get(__ret__, 'priority'),
|
|
250
|
+
protocol=pulumi.get(__ret__, 'protocol'),
|
|
251
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
252
|
+
source_address_prefixes=pulumi.get(__ret__, 'source_address_prefixes'),
|
|
253
|
+
source_port_ranges=pulumi.get(__ret__, 'source_port_ranges'),
|
|
254
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
255
|
+
type=pulumi.get(__ret__, 'type'))
|
|
256
|
+
def get_security_rule_output(network_security_group_name: Optional[pulumi.Input[str]] = None,
|
|
257
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
258
|
+
security_rule_name: Optional[pulumi.Input[str]] = None,
|
|
259
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityRuleResult]:
|
|
260
|
+
"""
|
|
261
|
+
Gets the specified security rule.
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
:param str network_security_group_name: Name of the network security group
|
|
265
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
266
|
+
:param str security_rule_name: Name of the security rule.
|
|
267
|
+
"""
|
|
268
|
+
__args__ = dict()
|
|
269
|
+
__args__['networkSecurityGroupName'] = network_security_group_name
|
|
270
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
271
|
+
__args__['securityRuleName'] = security_rule_name
|
|
272
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
273
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241001preview:getSecurityRule', __args__, opts=opts, typ=GetSecurityRuleResult)
|
|
274
|
+
return __ret__.apply(lambda __response__: GetSecurityRuleResult(
|
|
275
|
+
access=pulumi.get(__response__, 'access'),
|
|
276
|
+
description=pulumi.get(__response__, 'description'),
|
|
277
|
+
destination_address_prefixes=pulumi.get(__response__, 'destination_address_prefixes'),
|
|
278
|
+
destination_port_ranges=pulumi.get(__response__, 'destination_port_ranges'),
|
|
279
|
+
direction=pulumi.get(__response__, 'direction'),
|
|
280
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
281
|
+
id=pulumi.get(__response__, 'id'),
|
|
282
|
+
name=pulumi.get(__response__, 'name'),
|
|
283
|
+
priority=pulumi.get(__response__, 'priority'),
|
|
284
|
+
protocol=pulumi.get(__response__, 'protocol'),
|
|
285
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
286
|
+
source_address_prefixes=pulumi.get(__response__, 'source_address_prefixes'),
|
|
287
|
+
source_port_ranges=pulumi.get(__response__, 'source_port_ranges'),
|
|
288
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
289
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,213 @@
|
|
|
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
|
+
'GetStorageContainerResult',
|
|
20
|
+
'AwaitableGetStorageContainerResult',
|
|
21
|
+
'get_storage_container',
|
|
22
|
+
'get_storage_container_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetStorageContainerResult:
|
|
27
|
+
"""
|
|
28
|
+
The storage container resource definition.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, extended_location=None, id=None, location=None, name=None, path=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
32
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
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 location and not isinstance(location, str):
|
|
38
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
39
|
+
pulumi.set(__self__, "location", location)
|
|
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 path and not isinstance(path, str):
|
|
44
|
+
raise TypeError("Expected argument 'path' to be a str")
|
|
45
|
+
pulumi.set(__self__, "path", path)
|
|
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 status and not isinstance(status, dict):
|
|
50
|
+
raise TypeError("Expected argument 'status' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "status", status)
|
|
52
|
+
if system_data and not isinstance(system_data, dict):
|
|
53
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
55
|
+
if tags and not isinstance(tags, dict):
|
|
56
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "tags", tags)
|
|
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="extendedLocation")
|
|
64
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
65
|
+
"""
|
|
66
|
+
The extendedLocation of the resource.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "extended_location")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def location(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
The geo-location where the resource lives
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "location")
|
|
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
|
|
96
|
+
def path(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
Path of the storage container on the disk
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "path")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="provisioningState")
|
|
104
|
+
def provisioning_state(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
Provisioning state of the storage container.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "provisioning_state")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def status(self) -> 'outputs.StorageContainerStatusResponse':
|
|
113
|
+
"""
|
|
114
|
+
The observed state of storage containers
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "status")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="systemData")
|
|
120
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
121
|
+
"""
|
|
122
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "system_data")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
129
|
+
"""
|
|
130
|
+
Resource tags.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "tags")
|
|
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 AwaitableGetStorageContainerResult(GetStorageContainerResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetStorageContainerResult(
|
|
149
|
+
extended_location=self.extended_location,
|
|
150
|
+
id=self.id,
|
|
151
|
+
location=self.location,
|
|
152
|
+
name=self.name,
|
|
153
|
+
path=self.path,
|
|
154
|
+
provisioning_state=self.provisioning_state,
|
|
155
|
+
status=self.status,
|
|
156
|
+
system_data=self.system_data,
|
|
157
|
+
tags=self.tags,
|
|
158
|
+
type=self.type)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_storage_container(resource_group_name: Optional[str] = None,
|
|
162
|
+
storage_container_name: Optional[str] = None,
|
|
163
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageContainerResult:
|
|
164
|
+
"""
|
|
165
|
+
Gets a storage container
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
169
|
+
:param str storage_container_name: Name of the storage container
|
|
170
|
+
"""
|
|
171
|
+
__args__ = dict()
|
|
172
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
173
|
+
__args__['storageContainerName'] = storage_container_name
|
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
175
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241001preview:getStorageContainer', __args__, opts=opts, typ=GetStorageContainerResult).value
|
|
176
|
+
|
|
177
|
+
return AwaitableGetStorageContainerResult(
|
|
178
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
179
|
+
id=pulumi.get(__ret__, 'id'),
|
|
180
|
+
location=pulumi.get(__ret__, 'location'),
|
|
181
|
+
name=pulumi.get(__ret__, 'name'),
|
|
182
|
+
path=pulumi.get(__ret__, 'path'),
|
|
183
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
184
|
+
status=pulumi.get(__ret__, 'status'),
|
|
185
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
186
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
187
|
+
type=pulumi.get(__ret__, 'type'))
|
|
188
|
+
def get_storage_container_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
189
|
+
storage_container_name: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStorageContainerResult]:
|
|
191
|
+
"""
|
|
192
|
+
Gets a storage container
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
196
|
+
:param str storage_container_name: Name of the storage container
|
|
197
|
+
"""
|
|
198
|
+
__args__ = dict()
|
|
199
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
200
|
+
__args__['storageContainerName'] = storage_container_name
|
|
201
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
202
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241001preview:getStorageContainer', __args__, opts=opts, typ=GetStorageContainerResult)
|
|
203
|
+
return __ret__.apply(lambda __response__: GetStorageContainerResult(
|
|
204
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
205
|
+
id=pulumi.get(__response__, 'id'),
|
|
206
|
+
location=pulumi.get(__response__, 'location'),
|
|
207
|
+
name=pulumi.get(__response__, 'name'),
|
|
208
|
+
path=pulumi.get(__response__, 'path'),
|
|
209
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
210
|
+
status=pulumi.get(__response__, 'status'),
|
|
211
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
212
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
213
|
+
type=pulumi.get(__response__, 'type')))
|