pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +73 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/batch/v20240701/_enums.py +1 -1
- pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
- pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
- pulumi_azure_native/batch/v20240701/outputs.py +8 -8
- pulumi_azure_native/batch/v20240701/pool.py +4 -4
- pulumi_azure_native/databasewatcher/__init__.py +3 -0
- pulumi_azure_native/databasewatcher/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_target.py +2 -2
- pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
- pulumi_azure_native/databasewatcher/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
- pulumi_azure_native/databasewatcher/target.py +3 -3
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
- pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
- pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
- pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
- pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
- pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
- pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
- pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
- pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
- pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
- pulumi_azure_native/databasewatcher/watcher.py +3 -3
- pulumi_azure_native/keyvault/__init__.py +6 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
- pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241101/key.py +329 -0
- pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
- pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
- pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +17 -16
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20250301/__init__.py +13 -0
- pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
- pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
- pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20250301/outputs.py +230 -0
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240601preview/service.py +1 -1
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
- pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
- pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
- pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
- pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
- pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
- pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
- pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
- pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
- pulumi_azure_native/search/v20250201preview/service.py +731 -0
- pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,462 @@
|
|
|
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
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['VirtualMachineInstanceArgs', 'VirtualMachineInstance']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class VirtualMachineInstanceArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_uri: pulumi.Input[str],
|
|
26
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
27
|
+
hardware_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs']] = None,
|
|
28
|
+
http_proxy_config: Optional[pulumi.Input['HttpProxyConfigurationArgs']] = None,
|
|
29
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
30
|
+
network_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs']] = None,
|
|
31
|
+
os_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs']] = None,
|
|
32
|
+
resource_uid: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
security_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs']] = None,
|
|
34
|
+
storage_profile: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs']] = None):
|
|
35
|
+
"""
|
|
36
|
+
The set of arguments for constructing a VirtualMachineInstance resource.
|
|
37
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
38
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extendedLocation of the resource.
|
|
39
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs'] hardware_profile: HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
40
|
+
:param pulumi.Input['HttpProxyConfigurationArgs'] http_proxy_config: HTTP Proxy configuration for the VM.
|
|
41
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: The managed service identities assigned to this resource.
|
|
42
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs'] network_profile: NetworkProfile - describes the network configuration the virtual machine instance
|
|
43
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs'] os_profile: OsProfile - describes the configuration of the operating system and sets login data
|
|
44
|
+
:param pulumi.Input[str] resource_uid: Unique identifier defined by ARC to identify the guest of the VM.
|
|
45
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs'] security_profile: SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
46
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs'] storage_profile: StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
47
|
+
"""
|
|
48
|
+
pulumi.set(__self__, "resource_uri", resource_uri)
|
|
49
|
+
if extended_location is not None:
|
|
50
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
51
|
+
if hardware_profile is not None:
|
|
52
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
53
|
+
if http_proxy_config is not None:
|
|
54
|
+
pulumi.set(__self__, "http_proxy_config", http_proxy_config)
|
|
55
|
+
if identity is not None:
|
|
56
|
+
pulumi.set(__self__, "identity", identity)
|
|
57
|
+
if network_profile is not None:
|
|
58
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
59
|
+
if os_profile is not None:
|
|
60
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
61
|
+
if resource_uid is not None:
|
|
62
|
+
pulumi.set(__self__, "resource_uid", resource_uid)
|
|
63
|
+
if security_profile is not None:
|
|
64
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
65
|
+
if storage_profile is not None:
|
|
66
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="resourceUri")
|
|
70
|
+
def resource_uri(self) -> pulumi.Input[str]:
|
|
71
|
+
"""
|
|
72
|
+
The fully qualified Azure Resource manager identifier of the resource.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "resource_uri")
|
|
75
|
+
|
|
76
|
+
@resource_uri.setter
|
|
77
|
+
def resource_uri(self, value: pulumi.Input[str]):
|
|
78
|
+
pulumi.set(self, "resource_uri", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="extendedLocation")
|
|
82
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
83
|
+
"""
|
|
84
|
+
The extendedLocation of the resource.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "extended_location")
|
|
87
|
+
|
|
88
|
+
@extended_location.setter
|
|
89
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
90
|
+
pulumi.set(self, "extended_location", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="hardwareProfile")
|
|
94
|
+
def hardware_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs']]:
|
|
95
|
+
"""
|
|
96
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "hardware_profile")
|
|
99
|
+
|
|
100
|
+
@hardware_profile.setter
|
|
101
|
+
def hardware_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileArgs']]):
|
|
102
|
+
pulumi.set(self, "hardware_profile", value)
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
106
|
+
def http_proxy_config(self) -> Optional[pulumi.Input['HttpProxyConfigurationArgs']]:
|
|
107
|
+
"""
|
|
108
|
+
HTTP Proxy configuration for the VM.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "http_proxy_config")
|
|
111
|
+
|
|
112
|
+
@http_proxy_config.setter
|
|
113
|
+
def http_proxy_config(self, value: Optional[pulumi.Input['HttpProxyConfigurationArgs']]):
|
|
114
|
+
pulumi.set(self, "http_proxy_config", value)
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
119
|
+
"""
|
|
120
|
+
The managed service identities assigned to this resource.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "identity")
|
|
123
|
+
|
|
124
|
+
@identity.setter
|
|
125
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
126
|
+
pulumi.set(self, "identity", value)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="networkProfile")
|
|
130
|
+
def network_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs']]:
|
|
131
|
+
"""
|
|
132
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "network_profile")
|
|
135
|
+
|
|
136
|
+
@network_profile.setter
|
|
137
|
+
def network_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesNetworkProfileArgs']]):
|
|
138
|
+
pulumi.set(self, "network_profile", value)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="osProfile")
|
|
142
|
+
def os_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs']]:
|
|
143
|
+
"""
|
|
144
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "os_profile")
|
|
147
|
+
|
|
148
|
+
@os_profile.setter
|
|
149
|
+
def os_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileArgs']]):
|
|
150
|
+
pulumi.set(self, "os_profile", value)
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="resourceUid")
|
|
154
|
+
def resource_uid(self) -> Optional[pulumi.Input[str]]:
|
|
155
|
+
"""
|
|
156
|
+
Unique identifier defined by ARC to identify the guest of the VM.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "resource_uid")
|
|
159
|
+
|
|
160
|
+
@resource_uid.setter
|
|
161
|
+
def resource_uid(self, value: Optional[pulumi.Input[str]]):
|
|
162
|
+
pulumi.set(self, "resource_uid", value)
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="securityProfile")
|
|
166
|
+
def security_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs']]:
|
|
167
|
+
"""
|
|
168
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "security_profile")
|
|
171
|
+
|
|
172
|
+
@security_profile.setter
|
|
173
|
+
def security_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileArgs']]):
|
|
174
|
+
pulumi.set(self, "security_profile", value)
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="storageProfile")
|
|
178
|
+
def storage_profile(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs']]:
|
|
179
|
+
"""
|
|
180
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "storage_profile")
|
|
183
|
+
|
|
184
|
+
@storage_profile.setter
|
|
185
|
+
def storage_profile(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileArgs']]):
|
|
186
|
+
pulumi.set(self, "storage_profile", value)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
class VirtualMachineInstance(pulumi.CustomResource):
|
|
190
|
+
@overload
|
|
191
|
+
def __init__(__self__,
|
|
192
|
+
resource_name: str,
|
|
193
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
194
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
195
|
+
hardware_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesHardwareProfileArgs', 'VirtualMachineInstancePropertiesHardwareProfileArgsDict']]] = None,
|
|
196
|
+
http_proxy_config: Optional[pulumi.Input[Union['HttpProxyConfigurationArgs', 'HttpProxyConfigurationArgsDict']]] = None,
|
|
197
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
198
|
+
network_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesNetworkProfileArgs', 'VirtualMachineInstancePropertiesNetworkProfileArgsDict']]] = None,
|
|
199
|
+
os_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesOsProfileArgs', 'VirtualMachineInstancePropertiesOsProfileArgsDict']]] = None,
|
|
200
|
+
resource_uid: Optional[pulumi.Input[str]] = None,
|
|
201
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
202
|
+
security_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesSecurityProfileArgs', 'VirtualMachineInstancePropertiesSecurityProfileArgsDict']]] = None,
|
|
203
|
+
storage_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesStorageProfileArgs', 'VirtualMachineInstancePropertiesStorageProfileArgsDict']]] = None,
|
|
204
|
+
__props__=None):
|
|
205
|
+
"""
|
|
206
|
+
The virtual machine instance resource definition.
|
|
207
|
+
|
|
208
|
+
:param str resource_name: The name of the resource.
|
|
209
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
210
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extendedLocation of the resource.
|
|
211
|
+
:param pulumi.Input[Union['VirtualMachineInstancePropertiesHardwareProfileArgs', 'VirtualMachineInstancePropertiesHardwareProfileArgsDict']] hardware_profile: HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
212
|
+
:param pulumi.Input[Union['HttpProxyConfigurationArgs', 'HttpProxyConfigurationArgsDict']] http_proxy_config: HTTP Proxy configuration for the VM.
|
|
213
|
+
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The managed service identities assigned to this resource.
|
|
214
|
+
:param pulumi.Input[Union['VirtualMachineInstancePropertiesNetworkProfileArgs', 'VirtualMachineInstancePropertiesNetworkProfileArgsDict']] network_profile: NetworkProfile - describes the network configuration the virtual machine instance
|
|
215
|
+
:param pulumi.Input[Union['VirtualMachineInstancePropertiesOsProfileArgs', 'VirtualMachineInstancePropertiesOsProfileArgsDict']] os_profile: OsProfile - describes the configuration of the operating system and sets login data
|
|
216
|
+
:param pulumi.Input[str] resource_uid: Unique identifier defined by ARC to identify the guest of the VM.
|
|
217
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
218
|
+
:param pulumi.Input[Union['VirtualMachineInstancePropertiesSecurityProfileArgs', 'VirtualMachineInstancePropertiesSecurityProfileArgsDict']] security_profile: SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
219
|
+
:param pulumi.Input[Union['VirtualMachineInstancePropertiesStorageProfileArgs', 'VirtualMachineInstancePropertiesStorageProfileArgsDict']] storage_profile: StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
220
|
+
"""
|
|
221
|
+
...
|
|
222
|
+
@overload
|
|
223
|
+
def __init__(__self__,
|
|
224
|
+
resource_name: str,
|
|
225
|
+
args: VirtualMachineInstanceArgs,
|
|
226
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
227
|
+
"""
|
|
228
|
+
The virtual machine instance resource definition.
|
|
229
|
+
|
|
230
|
+
:param str resource_name: The name of the resource.
|
|
231
|
+
:param VirtualMachineInstanceArgs args: The arguments to use to populate this resource's properties.
|
|
232
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
233
|
+
"""
|
|
234
|
+
...
|
|
235
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
236
|
+
resource_args, opts = _utilities.get_resource_args_opts(VirtualMachineInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
237
|
+
if resource_args is not None:
|
|
238
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
239
|
+
else:
|
|
240
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
241
|
+
|
|
242
|
+
def _internal_init(__self__,
|
|
243
|
+
resource_name: str,
|
|
244
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
245
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
246
|
+
hardware_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesHardwareProfileArgs', 'VirtualMachineInstancePropertiesHardwareProfileArgsDict']]] = None,
|
|
247
|
+
http_proxy_config: Optional[pulumi.Input[Union['HttpProxyConfigurationArgs', 'HttpProxyConfigurationArgsDict']]] = None,
|
|
248
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
249
|
+
network_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesNetworkProfileArgs', 'VirtualMachineInstancePropertiesNetworkProfileArgsDict']]] = None,
|
|
250
|
+
os_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesOsProfileArgs', 'VirtualMachineInstancePropertiesOsProfileArgsDict']]] = None,
|
|
251
|
+
resource_uid: Optional[pulumi.Input[str]] = None,
|
|
252
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
253
|
+
security_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesSecurityProfileArgs', 'VirtualMachineInstancePropertiesSecurityProfileArgsDict']]] = None,
|
|
254
|
+
storage_profile: Optional[pulumi.Input[Union['VirtualMachineInstancePropertiesStorageProfileArgs', 'VirtualMachineInstancePropertiesStorageProfileArgsDict']]] = None,
|
|
255
|
+
__props__=None):
|
|
256
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
257
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
258
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
259
|
+
if opts.id is None:
|
|
260
|
+
if __props__ is not None:
|
|
261
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
262
|
+
__props__ = VirtualMachineInstanceArgs.__new__(VirtualMachineInstanceArgs)
|
|
263
|
+
|
|
264
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
265
|
+
__props__.__dict__["hardware_profile"] = hardware_profile
|
|
266
|
+
__props__.__dict__["http_proxy_config"] = http_proxy_config
|
|
267
|
+
__props__.__dict__["identity"] = identity
|
|
268
|
+
__props__.__dict__["network_profile"] = network_profile
|
|
269
|
+
__props__.__dict__["os_profile"] = os_profile
|
|
270
|
+
__props__.__dict__["resource_uid"] = resource_uid
|
|
271
|
+
if resource_uri is None and not opts.urn:
|
|
272
|
+
raise TypeError("Missing required property 'resource_uri'")
|
|
273
|
+
__props__.__dict__["resource_uri"] = resource_uri
|
|
274
|
+
__props__.__dict__["security_profile"] = security_profile
|
|
275
|
+
__props__.__dict__["storage_profile"] = storage_profile
|
|
276
|
+
__props__.__dict__["guest_agent_install_status"] = None
|
|
277
|
+
__props__.__dict__["instance_view"] = None
|
|
278
|
+
__props__.__dict__["name"] = None
|
|
279
|
+
__props__.__dict__["provisioning_state"] = None
|
|
280
|
+
__props__.__dict__["status"] = None
|
|
281
|
+
__props__.__dict__["system_data"] = None
|
|
282
|
+
__props__.__dict__["type"] = None
|
|
283
|
+
__props__.__dict__["vm_id"] = None
|
|
284
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:VirtualMachineInstance")])
|
|
285
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
286
|
+
super(VirtualMachineInstance, __self__).__init__(
|
|
287
|
+
'azure-native:azurestackhci/v20241001preview:VirtualMachineInstance',
|
|
288
|
+
resource_name,
|
|
289
|
+
__props__,
|
|
290
|
+
opts)
|
|
291
|
+
|
|
292
|
+
@staticmethod
|
|
293
|
+
def get(resource_name: str,
|
|
294
|
+
id: pulumi.Input[str],
|
|
295
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'VirtualMachineInstance':
|
|
296
|
+
"""
|
|
297
|
+
Get an existing VirtualMachineInstance resource's state with the given name, id, and optional extra
|
|
298
|
+
properties used to qualify the lookup.
|
|
299
|
+
|
|
300
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
301
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
302
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
303
|
+
"""
|
|
304
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
305
|
+
|
|
306
|
+
__props__ = VirtualMachineInstanceArgs.__new__(VirtualMachineInstanceArgs)
|
|
307
|
+
|
|
308
|
+
__props__.__dict__["extended_location"] = None
|
|
309
|
+
__props__.__dict__["guest_agent_install_status"] = None
|
|
310
|
+
__props__.__dict__["hardware_profile"] = None
|
|
311
|
+
__props__.__dict__["http_proxy_config"] = None
|
|
312
|
+
__props__.__dict__["identity"] = None
|
|
313
|
+
__props__.__dict__["instance_view"] = None
|
|
314
|
+
__props__.__dict__["name"] = None
|
|
315
|
+
__props__.__dict__["network_profile"] = None
|
|
316
|
+
__props__.__dict__["os_profile"] = None
|
|
317
|
+
__props__.__dict__["provisioning_state"] = None
|
|
318
|
+
__props__.__dict__["resource_uid"] = None
|
|
319
|
+
__props__.__dict__["security_profile"] = None
|
|
320
|
+
__props__.__dict__["status"] = None
|
|
321
|
+
__props__.__dict__["storage_profile"] = None
|
|
322
|
+
__props__.__dict__["system_data"] = None
|
|
323
|
+
__props__.__dict__["type"] = None
|
|
324
|
+
__props__.__dict__["vm_id"] = None
|
|
325
|
+
return VirtualMachineInstance(resource_name, opts=opts, __props__=__props__)
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="extendedLocation")
|
|
329
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
330
|
+
"""
|
|
331
|
+
The extendedLocation of the resource.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "extended_location")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter(name="guestAgentInstallStatus")
|
|
337
|
+
def guest_agent_install_status(self) -> pulumi.Output[Optional['outputs.GuestAgentInstallStatusResponse']]:
|
|
338
|
+
"""
|
|
339
|
+
Guest agent install status.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "guest_agent_install_status")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="hardwareProfile")
|
|
345
|
+
def hardware_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileResponse']]:
|
|
346
|
+
"""
|
|
347
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "hardware_profile")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
353
|
+
def http_proxy_config(self) -> pulumi.Output[Optional['outputs.HttpProxyConfigurationResponse']]:
|
|
354
|
+
"""
|
|
355
|
+
HTTP Proxy configuration for the VM.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "http_proxy_config")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter
|
|
361
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
362
|
+
"""
|
|
363
|
+
The managed service identities assigned to this resource.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "identity")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="instanceView")
|
|
369
|
+
def instance_view(self) -> pulumi.Output['outputs.VirtualMachineInstanceViewResponse']:
|
|
370
|
+
"""
|
|
371
|
+
The virtual machine instance view.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "instance_view")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter
|
|
377
|
+
def name(self) -> pulumi.Output[str]:
|
|
378
|
+
"""
|
|
379
|
+
The name of the resource
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "name")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="networkProfile")
|
|
385
|
+
def network_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesNetworkProfileResponse']]:
|
|
386
|
+
"""
|
|
387
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "network_profile")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="osProfile")
|
|
393
|
+
def os_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesOsProfileResponse']]:
|
|
394
|
+
"""
|
|
395
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "os_profile")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="provisioningState")
|
|
401
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
402
|
+
"""
|
|
403
|
+
Provisioning state of the virtual machine instance.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "provisioning_state")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="resourceUid")
|
|
409
|
+
def resource_uid(self) -> pulumi.Output[Optional[str]]:
|
|
410
|
+
"""
|
|
411
|
+
Unique identifier defined by ARC to identify the guest of the VM.
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "resource_uid")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="securityProfile")
|
|
417
|
+
def security_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileResponse']]:
|
|
418
|
+
"""
|
|
419
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "security_profile")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter
|
|
425
|
+
def status(self) -> pulumi.Output['outputs.VirtualMachineInstanceStatusResponse']:
|
|
426
|
+
"""
|
|
427
|
+
The observed state of virtual machine instances
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "status")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="storageProfile")
|
|
433
|
+
def storage_profile(self) -> pulumi.Output[Optional['outputs.VirtualMachineInstancePropertiesStorageProfileResponse']]:
|
|
434
|
+
"""
|
|
435
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "storage_profile")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="systemData")
|
|
441
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
442
|
+
"""
|
|
443
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "system_data")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter
|
|
449
|
+
def type(self) -> pulumi.Output[str]:
|
|
450
|
+
"""
|
|
451
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "type")
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="vmId")
|
|
457
|
+
def vm_id(self) -> pulumi.Output[str]:
|
|
458
|
+
"""
|
|
459
|
+
Unique identifier for the vm resource.
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "vm_id")
|
|
462
|
+
|
|
@@ -245,7 +245,7 @@ class VirtualHardDisk(pulumi.CustomResource):
|
|
|
245
245
|
The virtual hard disk resource definition.
|
|
246
246
|
Azure REST API version: 2022-12-15-preview.
|
|
247
247
|
|
|
248
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview.
|
|
248
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
249
249
|
|
|
250
250
|
:param str resource_name: The name of the resource.
|
|
251
251
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -270,7 +270,7 @@ class VirtualHardDisk(pulumi.CustomResource):
|
|
|
270
270
|
The virtual hard disk resource definition.
|
|
271
271
|
Azure REST API version: 2022-12-15-preview.
|
|
272
272
|
|
|
273
|
-
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview.
|
|
273
|
+
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
274
274
|
|
|
275
275
|
:param str resource_name: The name of the resource.
|
|
276
276
|
:param VirtualHardDiskArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -329,7 +329,7 @@ class VirtualHardDisk(pulumi.CustomResource):
|
|
|
329
329
|
__props__.__dict__["status"] = None
|
|
330
330
|
__props__.__dict__["system_data"] = None
|
|
331
331
|
__props__.__dict__["type"] = None
|
|
332
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:VirtualHardDisk")])
|
|
332
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20241001preview:VirtualHardDisk")])
|
|
333
333
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
334
334
|
super(VirtualHardDisk, __self__).__init__(
|
|
335
335
|
'azure-native:azurestackhci:VirtualHardDisk',
|
|
@@ -189,7 +189,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
189
189
|
The virtual machine instance resource definition.
|
|
190
190
|
Azure REST API version: 2023-07-01-preview.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview.
|
|
192
|
+
Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
193
193
|
|
|
194
194
|
:param str resource_name: The name of the resource.
|
|
195
195
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -213,7 +213,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
213
213
|
The virtual machine instance resource definition.
|
|
214
214
|
Azure REST API version: 2023-07-01-preview.
|
|
215
215
|
|
|
216
|
-
Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview.
|
|
216
|
+
Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
217
217
|
|
|
218
218
|
:param str resource_name: The name of the resource.
|
|
219
219
|
:param VirtualMachineInstanceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -267,7 +267,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
267
267
|
__props__.__dict__["system_data"] = None
|
|
268
268
|
__props__.__dict__["type"] = None
|
|
269
269
|
__props__.__dict__["vm_id"] = None
|
|
270
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:VirtualMachineInstance")])
|
|
270
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20241001preview:VirtualMachineInstance")])
|
|
271
271
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
272
272
|
super(VirtualMachineInstance, __self__).__init__(
|
|
273
273
|
'azure-native:azurestackhci:VirtualMachineInstance',
|
|
@@ -215,7 +215,7 @@ class ContainerWorkingDirectory(str, Enum):
|
|
|
215
215
|
|
|
216
216
|
class DiffDiskPlacement(str, Enum):
|
|
217
217
|
"""
|
|
218
|
-
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://
|
|
218
|
+
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
|
|
219
219
|
"""
|
|
220
220
|
CACHE_DISK = "CacheDisk"
|
|
221
221
|
"""
|