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,325 @@
|
|
|
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
|
+
'GetVirtualHardDiskResult',
|
|
20
|
+
'AwaitableGetVirtualHardDiskResult',
|
|
21
|
+
'get_virtual_hard_disk',
|
|
22
|
+
'get_virtual_hard_disk_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetVirtualHardDiskResult:
|
|
27
|
+
"""
|
|
28
|
+
The virtual hard disk resource definition.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, block_size_bytes=None, container_id=None, disk_file_format=None, disk_size_gb=None, download_url=None, dynamic=None, extended_location=None, hyper_v_generation=None, id=None, location=None, logical_sector_bytes=None, name=None, physical_sector_bytes=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if block_size_bytes and not isinstance(block_size_bytes, int):
|
|
32
|
+
raise TypeError("Expected argument 'block_size_bytes' to be a int")
|
|
33
|
+
pulumi.set(__self__, "block_size_bytes", block_size_bytes)
|
|
34
|
+
if container_id and not isinstance(container_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'container_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "container_id", container_id)
|
|
37
|
+
if disk_file_format and not isinstance(disk_file_format, str):
|
|
38
|
+
raise TypeError("Expected argument 'disk_file_format' to be a str")
|
|
39
|
+
pulumi.set(__self__, "disk_file_format", disk_file_format)
|
|
40
|
+
if disk_size_gb and not isinstance(disk_size_gb, float):
|
|
41
|
+
raise TypeError("Expected argument 'disk_size_gb' to be a float")
|
|
42
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
43
|
+
if download_url and not isinstance(download_url, str):
|
|
44
|
+
raise TypeError("Expected argument 'download_url' to be a str")
|
|
45
|
+
pulumi.set(__self__, "download_url", download_url)
|
|
46
|
+
if dynamic and not isinstance(dynamic, bool):
|
|
47
|
+
raise TypeError("Expected argument 'dynamic' to be a bool")
|
|
48
|
+
pulumi.set(__self__, "dynamic", dynamic)
|
|
49
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
50
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
52
|
+
if hyper_v_generation and not isinstance(hyper_v_generation, str):
|
|
53
|
+
raise TypeError("Expected argument 'hyper_v_generation' to be a str")
|
|
54
|
+
pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
|
|
55
|
+
if id and not isinstance(id, str):
|
|
56
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
57
|
+
pulumi.set(__self__, "id", id)
|
|
58
|
+
if location and not isinstance(location, str):
|
|
59
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
60
|
+
pulumi.set(__self__, "location", location)
|
|
61
|
+
if logical_sector_bytes and not isinstance(logical_sector_bytes, int):
|
|
62
|
+
raise TypeError("Expected argument 'logical_sector_bytes' to be a int")
|
|
63
|
+
pulumi.set(__self__, "logical_sector_bytes", logical_sector_bytes)
|
|
64
|
+
if name and not isinstance(name, str):
|
|
65
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
66
|
+
pulumi.set(__self__, "name", name)
|
|
67
|
+
if physical_sector_bytes and not isinstance(physical_sector_bytes, int):
|
|
68
|
+
raise TypeError("Expected argument 'physical_sector_bytes' to be a int")
|
|
69
|
+
pulumi.set(__self__, "physical_sector_bytes", physical_sector_bytes)
|
|
70
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
71
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
72
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
73
|
+
if status and not isinstance(status, dict):
|
|
74
|
+
raise TypeError("Expected argument 'status' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "status", status)
|
|
76
|
+
if system_data and not isinstance(system_data, dict):
|
|
77
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
79
|
+
if tags and not isinstance(tags, dict):
|
|
80
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
81
|
+
pulumi.set(__self__, "tags", tags)
|
|
82
|
+
if type and not isinstance(type, str):
|
|
83
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
84
|
+
pulumi.set(__self__, "type", type)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="blockSizeBytes")
|
|
88
|
+
def block_size_bytes(self) -> Optional[int]:
|
|
89
|
+
"""
|
|
90
|
+
Block size in bytes
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "block_size_bytes")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="containerId")
|
|
96
|
+
def container_id(self) -> Optional[str]:
|
|
97
|
+
"""
|
|
98
|
+
Storage ContainerID of the storage container to be used for VHD
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "container_id")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="diskFileFormat")
|
|
104
|
+
def disk_file_format(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
The format of the actual VHD file [vhd, vhdx]
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "disk_file_format")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="diskSizeGB")
|
|
112
|
+
def disk_size_gb(self) -> Optional[float]:
|
|
113
|
+
"""
|
|
114
|
+
Size of the disk in GB
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "disk_size_gb")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="downloadUrl")
|
|
120
|
+
def download_url(self) -> Optional[str]:
|
|
121
|
+
"""
|
|
122
|
+
URL for downloading or accessing the virtual hard disk. This URL points to a secure link from where the VHD can be downloaded or accessed directly.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "download_url")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def dynamic(self) -> Optional[bool]:
|
|
129
|
+
"""
|
|
130
|
+
Boolean for enabling dynamic sizing on the virtual hard disk
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "dynamic")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="extendedLocation")
|
|
136
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
137
|
+
"""
|
|
138
|
+
The extendedLocation of the resource.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "extended_location")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
144
|
+
def hyper_v_generation(self) -> Optional[str]:
|
|
145
|
+
"""
|
|
146
|
+
The hypervisor generation of the Virtual Machine [V1, V2]
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def id(self) -> str:
|
|
153
|
+
"""
|
|
154
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "id")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter
|
|
160
|
+
def location(self) -> str:
|
|
161
|
+
"""
|
|
162
|
+
The geo-location where the resource lives
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "location")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="logicalSectorBytes")
|
|
168
|
+
def logical_sector_bytes(self) -> Optional[int]:
|
|
169
|
+
"""
|
|
170
|
+
Logical sector in bytes
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "logical_sector_bytes")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def name(self) -> str:
|
|
177
|
+
"""
|
|
178
|
+
The name of the resource
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "name")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="physicalSectorBytes")
|
|
184
|
+
def physical_sector_bytes(self) -> Optional[int]:
|
|
185
|
+
"""
|
|
186
|
+
Physical sector in bytes
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "physical_sector_bytes")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="provisioningState")
|
|
192
|
+
def provisioning_state(self) -> str:
|
|
193
|
+
"""
|
|
194
|
+
Provisioning state of the virtual hard disk.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "provisioning_state")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter
|
|
200
|
+
def status(self) -> 'outputs.VirtualHardDiskStatusResponse':
|
|
201
|
+
"""
|
|
202
|
+
The observed state of virtual hard disks
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "status")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="systemData")
|
|
208
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
209
|
+
"""
|
|
210
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "system_data")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
217
|
+
"""
|
|
218
|
+
Resource tags.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "tags")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def type(self) -> str:
|
|
225
|
+
"""
|
|
226
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "type")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
class AwaitableGetVirtualHardDiskResult(GetVirtualHardDiskResult):
|
|
232
|
+
# pylint: disable=using-constant-test
|
|
233
|
+
def __await__(self):
|
|
234
|
+
if False:
|
|
235
|
+
yield self
|
|
236
|
+
return GetVirtualHardDiskResult(
|
|
237
|
+
block_size_bytes=self.block_size_bytes,
|
|
238
|
+
container_id=self.container_id,
|
|
239
|
+
disk_file_format=self.disk_file_format,
|
|
240
|
+
disk_size_gb=self.disk_size_gb,
|
|
241
|
+
download_url=self.download_url,
|
|
242
|
+
dynamic=self.dynamic,
|
|
243
|
+
extended_location=self.extended_location,
|
|
244
|
+
hyper_v_generation=self.hyper_v_generation,
|
|
245
|
+
id=self.id,
|
|
246
|
+
location=self.location,
|
|
247
|
+
logical_sector_bytes=self.logical_sector_bytes,
|
|
248
|
+
name=self.name,
|
|
249
|
+
physical_sector_bytes=self.physical_sector_bytes,
|
|
250
|
+
provisioning_state=self.provisioning_state,
|
|
251
|
+
status=self.status,
|
|
252
|
+
system_data=self.system_data,
|
|
253
|
+
tags=self.tags,
|
|
254
|
+
type=self.type)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
def get_virtual_hard_disk(resource_group_name: Optional[str] = None,
|
|
258
|
+
virtual_hard_disk_name: Optional[str] = None,
|
|
259
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualHardDiskResult:
|
|
260
|
+
"""
|
|
261
|
+
Gets a virtual hard disk
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
265
|
+
:param str virtual_hard_disk_name: Name of the virtual hard disk
|
|
266
|
+
"""
|
|
267
|
+
__args__ = dict()
|
|
268
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
269
|
+
__args__['virtualHardDiskName'] = virtual_hard_disk_name
|
|
270
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
271
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241001preview:getVirtualHardDisk', __args__, opts=opts, typ=GetVirtualHardDiskResult).value
|
|
272
|
+
|
|
273
|
+
return AwaitableGetVirtualHardDiskResult(
|
|
274
|
+
block_size_bytes=pulumi.get(__ret__, 'block_size_bytes'),
|
|
275
|
+
container_id=pulumi.get(__ret__, 'container_id'),
|
|
276
|
+
disk_file_format=pulumi.get(__ret__, 'disk_file_format'),
|
|
277
|
+
disk_size_gb=pulumi.get(__ret__, 'disk_size_gb'),
|
|
278
|
+
download_url=pulumi.get(__ret__, 'download_url'),
|
|
279
|
+
dynamic=pulumi.get(__ret__, 'dynamic'),
|
|
280
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
281
|
+
hyper_v_generation=pulumi.get(__ret__, 'hyper_v_generation'),
|
|
282
|
+
id=pulumi.get(__ret__, 'id'),
|
|
283
|
+
location=pulumi.get(__ret__, 'location'),
|
|
284
|
+
logical_sector_bytes=pulumi.get(__ret__, 'logical_sector_bytes'),
|
|
285
|
+
name=pulumi.get(__ret__, 'name'),
|
|
286
|
+
physical_sector_bytes=pulumi.get(__ret__, 'physical_sector_bytes'),
|
|
287
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
288
|
+
status=pulumi.get(__ret__, 'status'),
|
|
289
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
290
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
291
|
+
type=pulumi.get(__ret__, 'type'))
|
|
292
|
+
def get_virtual_hard_disk_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
293
|
+
virtual_hard_disk_name: Optional[pulumi.Input[str]] = None,
|
|
294
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVirtualHardDiskResult]:
|
|
295
|
+
"""
|
|
296
|
+
Gets a virtual hard disk
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
300
|
+
:param str virtual_hard_disk_name: Name of the virtual hard disk
|
|
301
|
+
"""
|
|
302
|
+
__args__ = dict()
|
|
303
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
304
|
+
__args__['virtualHardDiskName'] = virtual_hard_disk_name
|
|
305
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
306
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241001preview:getVirtualHardDisk', __args__, opts=opts, typ=GetVirtualHardDiskResult)
|
|
307
|
+
return __ret__.apply(lambda __response__: GetVirtualHardDiskResult(
|
|
308
|
+
block_size_bytes=pulumi.get(__response__, 'block_size_bytes'),
|
|
309
|
+
container_id=pulumi.get(__response__, 'container_id'),
|
|
310
|
+
disk_file_format=pulumi.get(__response__, 'disk_file_format'),
|
|
311
|
+
disk_size_gb=pulumi.get(__response__, 'disk_size_gb'),
|
|
312
|
+
download_url=pulumi.get(__response__, 'download_url'),
|
|
313
|
+
dynamic=pulumi.get(__response__, 'dynamic'),
|
|
314
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
315
|
+
hyper_v_generation=pulumi.get(__response__, 'hyper_v_generation'),
|
|
316
|
+
id=pulumi.get(__response__, 'id'),
|
|
317
|
+
location=pulumi.get(__response__, 'location'),
|
|
318
|
+
logical_sector_bytes=pulumi.get(__response__, 'logical_sector_bytes'),
|
|
319
|
+
name=pulumi.get(__response__, 'name'),
|
|
320
|
+
physical_sector_bytes=pulumi.get(__response__, 'physical_sector_bytes'),
|
|
321
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
322
|
+
status=pulumi.get(__response__, 'status'),
|
|
323
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
324
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
325
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,319 @@
|
|
|
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
|
+
'GetVirtualMachineInstanceResult',
|
|
20
|
+
'AwaitableGetVirtualMachineInstanceResult',
|
|
21
|
+
'get_virtual_machine_instance',
|
|
22
|
+
'get_virtual_machine_instance_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetVirtualMachineInstanceResult:
|
|
27
|
+
"""
|
|
28
|
+
The virtual machine instance resource definition.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, extended_location=None, guest_agent_install_status=None, hardware_profile=None, http_proxy_config=None, id=None, identity=None, instance_view=None, name=None, network_profile=None, os_profile=None, provisioning_state=None, resource_uid=None, security_profile=None, status=None, storage_profile=None, system_data=None, type=None, vm_id=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 guest_agent_install_status and not isinstance(guest_agent_install_status, dict):
|
|
35
|
+
raise TypeError("Expected argument 'guest_agent_install_status' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "guest_agent_install_status", guest_agent_install_status)
|
|
37
|
+
if hardware_profile and not isinstance(hardware_profile, dict):
|
|
38
|
+
raise TypeError("Expected argument 'hardware_profile' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
40
|
+
if http_proxy_config and not isinstance(http_proxy_config, dict):
|
|
41
|
+
raise TypeError("Expected argument 'http_proxy_config' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "http_proxy_config", http_proxy_config)
|
|
43
|
+
if id and not isinstance(id, str):
|
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "id", id)
|
|
46
|
+
if identity and not isinstance(identity, dict):
|
|
47
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "identity", identity)
|
|
49
|
+
if instance_view and not isinstance(instance_view, dict):
|
|
50
|
+
raise TypeError("Expected argument 'instance_view' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "instance_view", instance_view)
|
|
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 network_profile and not isinstance(network_profile, dict):
|
|
56
|
+
raise TypeError("Expected argument 'network_profile' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
58
|
+
if os_profile and not isinstance(os_profile, dict):
|
|
59
|
+
raise TypeError("Expected argument 'os_profile' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
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 resource_uid and not isinstance(resource_uid, str):
|
|
65
|
+
raise TypeError("Expected argument 'resource_uid' to be a str")
|
|
66
|
+
pulumi.set(__self__, "resource_uid", resource_uid)
|
|
67
|
+
if security_profile and not isinstance(security_profile, dict):
|
|
68
|
+
raise TypeError("Expected argument 'security_profile' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
70
|
+
if status and not isinstance(status, dict):
|
|
71
|
+
raise TypeError("Expected argument 'status' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "status", status)
|
|
73
|
+
if storage_profile and not isinstance(storage_profile, dict):
|
|
74
|
+
raise TypeError("Expected argument 'storage_profile' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
76
|
+
if system_data and not isinstance(system_data, dict):
|
|
77
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
79
|
+
if type and not isinstance(type, str):
|
|
80
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
81
|
+
pulumi.set(__self__, "type", type)
|
|
82
|
+
if vm_id and not isinstance(vm_id, str):
|
|
83
|
+
raise TypeError("Expected argument 'vm_id' to be a str")
|
|
84
|
+
pulumi.set(__self__, "vm_id", vm_id)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="extendedLocation")
|
|
88
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
89
|
+
"""
|
|
90
|
+
The extendedLocation of the resource.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "extended_location")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="guestAgentInstallStatus")
|
|
96
|
+
def guest_agent_install_status(self) -> Optional['outputs.GuestAgentInstallStatusResponse']:
|
|
97
|
+
"""
|
|
98
|
+
Guest agent install status.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "guest_agent_install_status")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="hardwareProfile")
|
|
104
|
+
def hardware_profile(self) -> Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileResponse']:
|
|
105
|
+
"""
|
|
106
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "hardware_profile")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
112
|
+
def http_proxy_config(self) -> Optional['outputs.HttpProxyConfigurationResponse']:
|
|
113
|
+
"""
|
|
114
|
+
HTTP Proxy configuration for the VM.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "http_proxy_config")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def id(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "id")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
129
|
+
"""
|
|
130
|
+
The managed service identities assigned to this resource.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "identity")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="instanceView")
|
|
136
|
+
def instance_view(self) -> 'outputs.VirtualMachineInstanceViewResponse':
|
|
137
|
+
"""
|
|
138
|
+
The virtual machine instance view.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "instance_view")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def name(self) -> str:
|
|
145
|
+
"""
|
|
146
|
+
The name of the resource
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "name")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="networkProfile")
|
|
152
|
+
def network_profile(self) -> Optional['outputs.VirtualMachineInstancePropertiesNetworkProfileResponse']:
|
|
153
|
+
"""
|
|
154
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "network_profile")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="osProfile")
|
|
160
|
+
def os_profile(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileResponse']:
|
|
161
|
+
"""
|
|
162
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "os_profile")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="provisioningState")
|
|
168
|
+
def provisioning_state(self) -> str:
|
|
169
|
+
"""
|
|
170
|
+
Provisioning state of the virtual machine instance.
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "provisioning_state")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="resourceUid")
|
|
176
|
+
def resource_uid(self) -> Optional[str]:
|
|
177
|
+
"""
|
|
178
|
+
Unique identifier defined by ARC to identify the guest of the VM.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "resource_uid")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="securityProfile")
|
|
184
|
+
def security_profile(self) -> Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileResponse']:
|
|
185
|
+
"""
|
|
186
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "security_profile")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter
|
|
192
|
+
def status(self) -> 'outputs.VirtualMachineInstanceStatusResponse':
|
|
193
|
+
"""
|
|
194
|
+
The observed state of virtual machine instances
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "status")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="storageProfile")
|
|
200
|
+
def storage_profile(self) -> Optional['outputs.VirtualMachineInstancePropertiesStorageProfileResponse']:
|
|
201
|
+
"""
|
|
202
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "storage_profile")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="systemData")
|
|
208
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
209
|
+
"""
|
|
210
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "system_data")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def type(self) -> str:
|
|
217
|
+
"""
|
|
218
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "type")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="vmId")
|
|
224
|
+
def vm_id(self) -> str:
|
|
225
|
+
"""
|
|
226
|
+
Unique identifier for the vm resource.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "vm_id")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
class AwaitableGetVirtualMachineInstanceResult(GetVirtualMachineInstanceResult):
|
|
232
|
+
# pylint: disable=using-constant-test
|
|
233
|
+
def __await__(self):
|
|
234
|
+
if False:
|
|
235
|
+
yield self
|
|
236
|
+
return GetVirtualMachineInstanceResult(
|
|
237
|
+
extended_location=self.extended_location,
|
|
238
|
+
guest_agent_install_status=self.guest_agent_install_status,
|
|
239
|
+
hardware_profile=self.hardware_profile,
|
|
240
|
+
http_proxy_config=self.http_proxy_config,
|
|
241
|
+
id=self.id,
|
|
242
|
+
identity=self.identity,
|
|
243
|
+
instance_view=self.instance_view,
|
|
244
|
+
name=self.name,
|
|
245
|
+
network_profile=self.network_profile,
|
|
246
|
+
os_profile=self.os_profile,
|
|
247
|
+
provisioning_state=self.provisioning_state,
|
|
248
|
+
resource_uid=self.resource_uid,
|
|
249
|
+
security_profile=self.security_profile,
|
|
250
|
+
status=self.status,
|
|
251
|
+
storage_profile=self.storage_profile,
|
|
252
|
+
system_data=self.system_data,
|
|
253
|
+
type=self.type,
|
|
254
|
+
vm_id=self.vm_id)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
def get_virtual_machine_instance(resource_uri: Optional[str] = None,
|
|
258
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualMachineInstanceResult:
|
|
259
|
+
"""
|
|
260
|
+
Gets a virtual machine instance
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
264
|
+
"""
|
|
265
|
+
__args__ = dict()
|
|
266
|
+
__args__['resourceUri'] = resource_uri
|
|
267
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
268
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241001preview:getVirtualMachineInstance', __args__, opts=opts, typ=GetVirtualMachineInstanceResult).value
|
|
269
|
+
|
|
270
|
+
return AwaitableGetVirtualMachineInstanceResult(
|
|
271
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
272
|
+
guest_agent_install_status=pulumi.get(__ret__, 'guest_agent_install_status'),
|
|
273
|
+
hardware_profile=pulumi.get(__ret__, 'hardware_profile'),
|
|
274
|
+
http_proxy_config=pulumi.get(__ret__, 'http_proxy_config'),
|
|
275
|
+
id=pulumi.get(__ret__, 'id'),
|
|
276
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
277
|
+
instance_view=pulumi.get(__ret__, 'instance_view'),
|
|
278
|
+
name=pulumi.get(__ret__, 'name'),
|
|
279
|
+
network_profile=pulumi.get(__ret__, 'network_profile'),
|
|
280
|
+
os_profile=pulumi.get(__ret__, 'os_profile'),
|
|
281
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
282
|
+
resource_uid=pulumi.get(__ret__, 'resource_uid'),
|
|
283
|
+
security_profile=pulumi.get(__ret__, 'security_profile'),
|
|
284
|
+
status=pulumi.get(__ret__, 'status'),
|
|
285
|
+
storage_profile=pulumi.get(__ret__, 'storage_profile'),
|
|
286
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
287
|
+
type=pulumi.get(__ret__, 'type'),
|
|
288
|
+
vm_id=pulumi.get(__ret__, 'vm_id'))
|
|
289
|
+
def get_virtual_machine_instance_output(resource_uri: Optional[pulumi.Input[str]] = None,
|
|
290
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVirtualMachineInstanceResult]:
|
|
291
|
+
"""
|
|
292
|
+
Gets a virtual machine instance
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
296
|
+
"""
|
|
297
|
+
__args__ = dict()
|
|
298
|
+
__args__['resourceUri'] = resource_uri
|
|
299
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
300
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241001preview:getVirtualMachineInstance', __args__, opts=opts, typ=GetVirtualMachineInstanceResult)
|
|
301
|
+
return __ret__.apply(lambda __response__: GetVirtualMachineInstanceResult(
|
|
302
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
303
|
+
guest_agent_install_status=pulumi.get(__response__, 'guest_agent_install_status'),
|
|
304
|
+
hardware_profile=pulumi.get(__response__, 'hardware_profile'),
|
|
305
|
+
http_proxy_config=pulumi.get(__response__, 'http_proxy_config'),
|
|
306
|
+
id=pulumi.get(__response__, 'id'),
|
|
307
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
308
|
+
instance_view=pulumi.get(__response__, 'instance_view'),
|
|
309
|
+
name=pulumi.get(__response__, 'name'),
|
|
310
|
+
network_profile=pulumi.get(__response__, 'network_profile'),
|
|
311
|
+
os_profile=pulumi.get(__response__, 'os_profile'),
|
|
312
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
313
|
+
resource_uid=pulumi.get(__response__, 'resource_uid'),
|
|
314
|
+
security_profile=pulumi.get(__response__, 'security_profile'),
|
|
315
|
+
status=pulumi.get(__response__, 'status'),
|
|
316
|
+
storage_profile=pulumi.get(__response__, 'storage_profile'),
|
|
317
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
318
|
+
type=pulumi.get(__response__, 'type'),
|
|
319
|
+
vm_id=pulumi.get(__response__, 'vm_id')))
|