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
|
+
'GetGalleryImageResult',
|
|
20
|
+
'AwaitableGetGalleryImageResult',
|
|
21
|
+
'get_gallery_image',
|
|
22
|
+
'get_gallery_image_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetGalleryImageResult:
|
|
27
|
+
"""
|
|
28
|
+
The gallery images resource definition.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, cloud_init_data_source=None, container_id=None, extended_location=None, hyper_v_generation=None, id=None, identifier=None, image_path=None, location=None, name=None, os_type=None, provisioning_state=None, source_virtual_machine_id=None, status=None, system_data=None, tags=None, type=None, version=None, vm_image_repository_credentials=None):
|
|
31
|
+
if cloud_init_data_source and not isinstance(cloud_init_data_source, str):
|
|
32
|
+
raise TypeError("Expected argument 'cloud_init_data_source' to be a str")
|
|
33
|
+
pulumi.set(__self__, "cloud_init_data_source", cloud_init_data_source)
|
|
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 extended_location and not isinstance(extended_location, dict):
|
|
38
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
40
|
+
if hyper_v_generation and not isinstance(hyper_v_generation, str):
|
|
41
|
+
raise TypeError("Expected argument 'hyper_v_generation' to be a str")
|
|
42
|
+
pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
|
|
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 identifier and not isinstance(identifier, dict):
|
|
47
|
+
raise TypeError("Expected argument 'identifier' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "identifier", identifier)
|
|
49
|
+
if image_path and not isinstance(image_path, str):
|
|
50
|
+
raise TypeError("Expected argument 'image_path' to be a str")
|
|
51
|
+
pulumi.set(__self__, "image_path", image_path)
|
|
52
|
+
if location and not isinstance(location, str):
|
|
53
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
54
|
+
pulumi.set(__self__, "location", location)
|
|
55
|
+
if name and not isinstance(name, str):
|
|
56
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
57
|
+
pulumi.set(__self__, "name", name)
|
|
58
|
+
if os_type and not isinstance(os_type, str):
|
|
59
|
+
raise TypeError("Expected argument 'os_type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
61
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
62
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
63
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
64
|
+
if source_virtual_machine_id and not isinstance(source_virtual_machine_id, str):
|
|
65
|
+
raise TypeError("Expected argument 'source_virtual_machine_id' to be a str")
|
|
66
|
+
pulumi.set(__self__, "source_virtual_machine_id", source_virtual_machine_id)
|
|
67
|
+
if status and not isinstance(status, dict):
|
|
68
|
+
raise TypeError("Expected argument 'status' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "status", status)
|
|
70
|
+
if system_data and not isinstance(system_data, dict):
|
|
71
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
73
|
+
if tags and not isinstance(tags, dict):
|
|
74
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "tags", tags)
|
|
76
|
+
if type and not isinstance(type, str):
|
|
77
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
78
|
+
pulumi.set(__self__, "type", type)
|
|
79
|
+
if version and not isinstance(version, dict):
|
|
80
|
+
raise TypeError("Expected argument 'version' to be a dict")
|
|
81
|
+
pulumi.set(__self__, "version", version)
|
|
82
|
+
if vm_image_repository_credentials and not isinstance(vm_image_repository_credentials, dict):
|
|
83
|
+
raise TypeError("Expected argument 'vm_image_repository_credentials' to be a dict")
|
|
84
|
+
pulumi.set(__self__, "vm_image_repository_credentials", vm_image_repository_credentials)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="cloudInitDataSource")
|
|
88
|
+
def cloud_init_data_source(self) -> Optional[str]:
|
|
89
|
+
"""
|
|
90
|
+
Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "cloud_init_data_source")
|
|
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 gallery image
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "container_id")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="extendedLocation")
|
|
104
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
105
|
+
"""
|
|
106
|
+
The extendedLocation of the resource.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "extended_location")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
112
|
+
def hyper_v_generation(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
The hypervisor generation of the Virtual Machine [V1, V2]
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
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 identifier(self) -> Optional['outputs.GalleryImageIdentifierResponse']:
|
|
129
|
+
"""
|
|
130
|
+
This is the gallery image definition identifier.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "identifier")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="imagePath")
|
|
136
|
+
def image_path(self) -> Optional[str]:
|
|
137
|
+
"""
|
|
138
|
+
location of the image the gallery image should be created from
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "image_path")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def location(self) -> str:
|
|
145
|
+
"""
|
|
146
|
+
The geo-location where the resource lives
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "location")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def name(self) -> str:
|
|
153
|
+
"""
|
|
154
|
+
The name of the resource
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "name")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="osType")
|
|
160
|
+
def os_type(self) -> str:
|
|
161
|
+
"""
|
|
162
|
+
Operating system type that the gallery image uses [Windows, Linux]
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "os_type")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter(name="provisioningState")
|
|
168
|
+
def provisioning_state(self) -> str:
|
|
169
|
+
"""
|
|
170
|
+
Provisioning state of the gallery image.
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "provisioning_state")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="sourceVirtualMachineId")
|
|
176
|
+
def source_virtual_machine_id(self) -> Optional[str]:
|
|
177
|
+
"""
|
|
178
|
+
Resource ID of the source virtual machine from whose OS disk the gallery image is created.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "source_virtual_machine_id")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter
|
|
184
|
+
def status(self) -> 'outputs.GalleryImageStatusResponse':
|
|
185
|
+
"""
|
|
186
|
+
The observed state of gallery images
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "status")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="systemData")
|
|
192
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
193
|
+
"""
|
|
194
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "system_data")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter
|
|
200
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
201
|
+
"""
|
|
202
|
+
Resource tags.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "tags")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def type(self) -> str:
|
|
209
|
+
"""
|
|
210
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "type")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def version(self) -> Optional['outputs.GalleryImageVersionResponse']:
|
|
217
|
+
"""
|
|
218
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "version")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="vmImageRepositoryCredentials")
|
|
224
|
+
def vm_image_repository_credentials(self) -> Optional['outputs.VmImageRepositoryCredentialsResponse']:
|
|
225
|
+
"""
|
|
226
|
+
The credentials used to login to the image repository that has access to the specified image
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "vm_image_repository_credentials")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
class AwaitableGetGalleryImageResult(GetGalleryImageResult):
|
|
232
|
+
# pylint: disable=using-constant-test
|
|
233
|
+
def __await__(self):
|
|
234
|
+
if False:
|
|
235
|
+
yield self
|
|
236
|
+
return GetGalleryImageResult(
|
|
237
|
+
cloud_init_data_source=self.cloud_init_data_source,
|
|
238
|
+
container_id=self.container_id,
|
|
239
|
+
extended_location=self.extended_location,
|
|
240
|
+
hyper_v_generation=self.hyper_v_generation,
|
|
241
|
+
id=self.id,
|
|
242
|
+
identifier=self.identifier,
|
|
243
|
+
image_path=self.image_path,
|
|
244
|
+
location=self.location,
|
|
245
|
+
name=self.name,
|
|
246
|
+
os_type=self.os_type,
|
|
247
|
+
provisioning_state=self.provisioning_state,
|
|
248
|
+
source_virtual_machine_id=self.source_virtual_machine_id,
|
|
249
|
+
status=self.status,
|
|
250
|
+
system_data=self.system_data,
|
|
251
|
+
tags=self.tags,
|
|
252
|
+
type=self.type,
|
|
253
|
+
version=self.version,
|
|
254
|
+
vm_image_repository_credentials=self.vm_image_repository_credentials)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
def get_gallery_image(gallery_image_name: Optional[str] = None,
|
|
258
|
+
resource_group_name: Optional[str] = None,
|
|
259
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGalleryImageResult:
|
|
260
|
+
"""
|
|
261
|
+
Gets a gallery image
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
:param str gallery_image_name: Name of the gallery image
|
|
265
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
266
|
+
"""
|
|
267
|
+
__args__ = dict()
|
|
268
|
+
__args__['galleryImageName'] = gallery_image_name
|
|
269
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
270
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
271
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241001preview:getGalleryImage', __args__, opts=opts, typ=GetGalleryImageResult).value
|
|
272
|
+
|
|
273
|
+
return AwaitableGetGalleryImageResult(
|
|
274
|
+
cloud_init_data_source=pulumi.get(__ret__, 'cloud_init_data_source'),
|
|
275
|
+
container_id=pulumi.get(__ret__, 'container_id'),
|
|
276
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
277
|
+
hyper_v_generation=pulumi.get(__ret__, 'hyper_v_generation'),
|
|
278
|
+
id=pulumi.get(__ret__, 'id'),
|
|
279
|
+
identifier=pulumi.get(__ret__, 'identifier'),
|
|
280
|
+
image_path=pulumi.get(__ret__, 'image_path'),
|
|
281
|
+
location=pulumi.get(__ret__, 'location'),
|
|
282
|
+
name=pulumi.get(__ret__, 'name'),
|
|
283
|
+
os_type=pulumi.get(__ret__, 'os_type'),
|
|
284
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
285
|
+
source_virtual_machine_id=pulumi.get(__ret__, 'source_virtual_machine_id'),
|
|
286
|
+
status=pulumi.get(__ret__, 'status'),
|
|
287
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
288
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
289
|
+
type=pulumi.get(__ret__, 'type'),
|
|
290
|
+
version=pulumi.get(__ret__, 'version'),
|
|
291
|
+
vm_image_repository_credentials=pulumi.get(__ret__, 'vm_image_repository_credentials'))
|
|
292
|
+
def get_gallery_image_output(gallery_image_name: Optional[pulumi.Input[str]] = None,
|
|
293
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
294
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGalleryImageResult]:
|
|
295
|
+
"""
|
|
296
|
+
Gets a gallery image
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
:param str gallery_image_name: Name of the gallery image
|
|
300
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
301
|
+
"""
|
|
302
|
+
__args__ = dict()
|
|
303
|
+
__args__['galleryImageName'] = gallery_image_name
|
|
304
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
305
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
306
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241001preview:getGalleryImage', __args__, opts=opts, typ=GetGalleryImageResult)
|
|
307
|
+
return __ret__.apply(lambda __response__: GetGalleryImageResult(
|
|
308
|
+
cloud_init_data_source=pulumi.get(__response__, 'cloud_init_data_source'),
|
|
309
|
+
container_id=pulumi.get(__response__, 'container_id'),
|
|
310
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
311
|
+
hyper_v_generation=pulumi.get(__response__, 'hyper_v_generation'),
|
|
312
|
+
id=pulumi.get(__response__, 'id'),
|
|
313
|
+
identifier=pulumi.get(__response__, 'identifier'),
|
|
314
|
+
image_path=pulumi.get(__response__, 'image_path'),
|
|
315
|
+
location=pulumi.get(__response__, 'location'),
|
|
316
|
+
name=pulumi.get(__response__, 'name'),
|
|
317
|
+
os_type=pulumi.get(__response__, 'os_type'),
|
|
318
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
319
|
+
source_virtual_machine_id=pulumi.get(__response__, 'source_virtual_machine_id'),
|
|
320
|
+
status=pulumi.get(__response__, 'status'),
|
|
321
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
322
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
323
|
+
type=pulumi.get(__response__, 'type'),
|
|
324
|
+
version=pulumi.get(__response__, 'version'),
|
|
325
|
+
vm_image_repository_credentials=pulumi.get(__response__, 'vm_image_repository_credentials')))
|
|
@@ -0,0 +1,179 @@
|
|
|
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
|
+
'GetGuestAgentResult',
|
|
20
|
+
'AwaitableGetGuestAgentResult',
|
|
21
|
+
'get_guest_agent',
|
|
22
|
+
'get_guest_agent_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetGuestAgentResult:
|
|
27
|
+
"""
|
|
28
|
+
Defines the GuestAgent.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, credentials=None, id=None, name=None, provisioning_action=None, provisioning_state=None, status=None, system_data=None, type=None):
|
|
31
|
+
if credentials and not isinstance(credentials, dict):
|
|
32
|
+
raise TypeError("Expected argument 'credentials' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if provisioning_action and not isinstance(provisioning_action, str):
|
|
41
|
+
raise TypeError("Expected argument 'provisioning_action' to be a str")
|
|
42
|
+
pulumi.set(__self__, "provisioning_action", provisioning_action)
|
|
43
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
44
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
45
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
46
|
+
if status and not isinstance(status, str):
|
|
47
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
48
|
+
pulumi.set(__self__, "status", status)
|
|
49
|
+
if system_data and not isinstance(system_data, dict):
|
|
50
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
52
|
+
if type and not isinstance(type, str):
|
|
53
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
54
|
+
pulumi.set(__self__, "type", type)
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def credentials(self) -> Optional['outputs.GuestCredentialResponse']:
|
|
59
|
+
"""
|
|
60
|
+
Username / Password Credentials to provision guest agent.
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "credentials")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def id(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "id")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def name(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
The name of the resource
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "name")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="provisioningAction")
|
|
82
|
+
def provisioning_action(self) -> Optional[str]:
|
|
83
|
+
"""
|
|
84
|
+
The guest agent provisioning action.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "provisioning_action")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="provisioningState")
|
|
90
|
+
def provisioning_state(self) -> str:
|
|
91
|
+
"""
|
|
92
|
+
Provisioning state of the virtual machine instance.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "provisioning_state")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def status(self) -> str:
|
|
99
|
+
"""
|
|
100
|
+
The guest agent status.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "status")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="systemData")
|
|
106
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
107
|
+
"""
|
|
108
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "system_data")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def type(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "type")
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
class AwaitableGetGuestAgentResult(GetGuestAgentResult):
|
|
122
|
+
# pylint: disable=using-constant-test
|
|
123
|
+
def __await__(self):
|
|
124
|
+
if False:
|
|
125
|
+
yield self
|
|
126
|
+
return GetGuestAgentResult(
|
|
127
|
+
credentials=self.credentials,
|
|
128
|
+
id=self.id,
|
|
129
|
+
name=self.name,
|
|
130
|
+
provisioning_action=self.provisioning_action,
|
|
131
|
+
provisioning_state=self.provisioning_state,
|
|
132
|
+
status=self.status,
|
|
133
|
+
system_data=self.system_data,
|
|
134
|
+
type=self.type)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
def get_guest_agent(resource_uri: Optional[str] = None,
|
|
138
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGuestAgentResult:
|
|
139
|
+
"""
|
|
140
|
+
Implements GuestAgent GET method.
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
144
|
+
"""
|
|
145
|
+
__args__ = dict()
|
|
146
|
+
__args__['resourceUri'] = resource_uri
|
|
147
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
148
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241001preview:getGuestAgent', __args__, opts=opts, typ=GetGuestAgentResult).value
|
|
149
|
+
|
|
150
|
+
return AwaitableGetGuestAgentResult(
|
|
151
|
+
credentials=pulumi.get(__ret__, 'credentials'),
|
|
152
|
+
id=pulumi.get(__ret__, 'id'),
|
|
153
|
+
name=pulumi.get(__ret__, 'name'),
|
|
154
|
+
provisioning_action=pulumi.get(__ret__, 'provisioning_action'),
|
|
155
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
156
|
+
status=pulumi.get(__ret__, 'status'),
|
|
157
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
158
|
+
type=pulumi.get(__ret__, 'type'))
|
|
159
|
+
def get_guest_agent_output(resource_uri: Optional[pulumi.Input[str]] = None,
|
|
160
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGuestAgentResult]:
|
|
161
|
+
"""
|
|
162
|
+
Implements GuestAgent GET method.
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
166
|
+
"""
|
|
167
|
+
__args__ = dict()
|
|
168
|
+
__args__['resourceUri'] = resource_uri
|
|
169
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241001preview:getGuestAgent', __args__, opts=opts, typ=GetGuestAgentResult)
|
|
171
|
+
return __ret__.apply(lambda __response__: GetGuestAgentResult(
|
|
172
|
+
credentials=pulumi.get(__response__, 'credentials'),
|
|
173
|
+
id=pulumi.get(__response__, 'id'),
|
|
174
|
+
name=pulumi.get(__response__, 'name'),
|
|
175
|
+
provisioning_action=pulumi.get(__response__, 'provisioning_action'),
|
|
176
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
177
|
+
status=pulumi.get(__response__, 'status'),
|
|
178
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
179
|
+
type=pulumi.get(__response__, 'type')))
|