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,453 @@
|
|
|
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__ = ['MarketplaceGalleryImageArgs', 'MarketplaceGalleryImage']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class MarketplaceGalleryImageArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
os_type: pulumi.Input[Union[str, 'OperatingSystemTypes']],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
cloud_init_data_source: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]] = None,
|
|
28
|
+
container_id: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
30
|
+
hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
|
|
31
|
+
identifier: Optional[pulumi.Input['GalleryImageIdentifierArgs']] = None,
|
|
32
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
marketplace_gallery_image_name: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
35
|
+
version: Optional[pulumi.Input['GalleryImageVersionArgs']] = None):
|
|
36
|
+
"""
|
|
37
|
+
The set of arguments for constructing a MarketplaceGalleryImage resource.
|
|
38
|
+
:param pulumi.Input[Union[str, 'OperatingSystemTypes']] os_type: Operating system type that the gallery image uses [Windows, Linux]
|
|
39
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
40
|
+
:param pulumi.Input[Union[str, 'CloudInitDataSource']] cloud_init_data_source: Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
|
|
41
|
+
:param pulumi.Input[str] container_id: Storage ContainerID of the storage container to be used for marketplace gallery image
|
|
42
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extendedLocation of the resource.
|
|
43
|
+
:param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine [V1, V2]
|
|
44
|
+
:param pulumi.Input['GalleryImageIdentifierArgs'] identifier: This is the gallery image definition identifier.
|
|
45
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
46
|
+
:param pulumi.Input[str] marketplace_gallery_image_name: Name of the marketplace gallery image
|
|
47
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
48
|
+
:param pulumi.Input['GalleryImageVersionArgs'] version: Specifies information about the gallery image version that you want to create or update.
|
|
49
|
+
"""
|
|
50
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
51
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
52
|
+
if cloud_init_data_source is not None:
|
|
53
|
+
pulumi.set(__self__, "cloud_init_data_source", cloud_init_data_source)
|
|
54
|
+
if container_id is not None:
|
|
55
|
+
pulumi.set(__self__, "container_id", container_id)
|
|
56
|
+
if extended_location is not None:
|
|
57
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
58
|
+
if hyper_v_generation is not None:
|
|
59
|
+
pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
|
|
60
|
+
if identifier is not None:
|
|
61
|
+
pulumi.set(__self__, "identifier", identifier)
|
|
62
|
+
if location is not None:
|
|
63
|
+
pulumi.set(__self__, "location", location)
|
|
64
|
+
if marketplace_gallery_image_name is not None:
|
|
65
|
+
pulumi.set(__self__, "marketplace_gallery_image_name", marketplace_gallery_image_name)
|
|
66
|
+
if tags is not None:
|
|
67
|
+
pulumi.set(__self__, "tags", tags)
|
|
68
|
+
if version is not None:
|
|
69
|
+
pulumi.set(__self__, "version", version)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="osType")
|
|
73
|
+
def os_type(self) -> pulumi.Input[Union[str, 'OperatingSystemTypes']]:
|
|
74
|
+
"""
|
|
75
|
+
Operating system type that the gallery image uses [Windows, Linux]
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "os_type")
|
|
78
|
+
|
|
79
|
+
@os_type.setter
|
|
80
|
+
def os_type(self, value: pulumi.Input[Union[str, 'OperatingSystemTypes']]):
|
|
81
|
+
pulumi.set(self, "os_type", value)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="resourceGroupName")
|
|
85
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
86
|
+
"""
|
|
87
|
+
The name of the resource group. The name is case insensitive.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "resource_group_name")
|
|
90
|
+
|
|
91
|
+
@resource_group_name.setter
|
|
92
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
93
|
+
pulumi.set(self, "resource_group_name", value)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="cloudInitDataSource")
|
|
97
|
+
def cloud_init_data_source(self) -> Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]]:
|
|
98
|
+
"""
|
|
99
|
+
Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "cloud_init_data_source")
|
|
102
|
+
|
|
103
|
+
@cloud_init_data_source.setter
|
|
104
|
+
def cloud_init_data_source(self, value: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]]):
|
|
105
|
+
pulumi.set(self, "cloud_init_data_source", value)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="containerId")
|
|
109
|
+
def container_id(self) -> Optional[pulumi.Input[str]]:
|
|
110
|
+
"""
|
|
111
|
+
Storage ContainerID of the storage container to be used for marketplace gallery image
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "container_id")
|
|
114
|
+
|
|
115
|
+
@container_id.setter
|
|
116
|
+
def container_id(self, value: Optional[pulumi.Input[str]]):
|
|
117
|
+
pulumi.set(self, "container_id", value)
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="extendedLocation")
|
|
121
|
+
def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
|
|
122
|
+
"""
|
|
123
|
+
The extendedLocation of the resource.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "extended_location")
|
|
126
|
+
|
|
127
|
+
@extended_location.setter
|
|
128
|
+
def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
|
|
129
|
+
pulumi.set(self, "extended_location", value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
133
|
+
def hyper_v_generation(self) -> Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]:
|
|
134
|
+
"""
|
|
135
|
+
The hypervisor generation of the Virtual Machine [V1, V2]
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
138
|
+
|
|
139
|
+
@hyper_v_generation.setter
|
|
140
|
+
def hyper_v_generation(self, value: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]):
|
|
141
|
+
pulumi.set(self, "hyper_v_generation", value)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter
|
|
145
|
+
def identifier(self) -> Optional[pulumi.Input['GalleryImageIdentifierArgs']]:
|
|
146
|
+
"""
|
|
147
|
+
This is the gallery image definition identifier.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "identifier")
|
|
150
|
+
|
|
151
|
+
@identifier.setter
|
|
152
|
+
def identifier(self, value: Optional[pulumi.Input['GalleryImageIdentifierArgs']]):
|
|
153
|
+
pulumi.set(self, "identifier", value)
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter
|
|
157
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
+
"""
|
|
159
|
+
The geo-location where the resource lives
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "location")
|
|
162
|
+
|
|
163
|
+
@location.setter
|
|
164
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
+
pulumi.set(self, "location", value)
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="marketplaceGalleryImageName")
|
|
169
|
+
def marketplace_gallery_image_name(self) -> Optional[pulumi.Input[str]]:
|
|
170
|
+
"""
|
|
171
|
+
Name of the marketplace gallery image
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "marketplace_gallery_image_name")
|
|
174
|
+
|
|
175
|
+
@marketplace_gallery_image_name.setter
|
|
176
|
+
def marketplace_gallery_image_name(self, value: Optional[pulumi.Input[str]]):
|
|
177
|
+
pulumi.set(self, "marketplace_gallery_image_name", value)
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter
|
|
181
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
182
|
+
"""
|
|
183
|
+
Resource tags.
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "tags")
|
|
186
|
+
|
|
187
|
+
@tags.setter
|
|
188
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
189
|
+
pulumi.set(self, "tags", value)
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter
|
|
193
|
+
def version(self) -> Optional[pulumi.Input['GalleryImageVersionArgs']]:
|
|
194
|
+
"""
|
|
195
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "version")
|
|
198
|
+
|
|
199
|
+
@version.setter
|
|
200
|
+
def version(self, value: Optional[pulumi.Input['GalleryImageVersionArgs']]):
|
|
201
|
+
pulumi.set(self, "version", value)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
class MarketplaceGalleryImage(pulumi.CustomResource):
|
|
205
|
+
@overload
|
|
206
|
+
def __init__(__self__,
|
|
207
|
+
resource_name: str,
|
|
208
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
209
|
+
cloud_init_data_source: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]] = None,
|
|
210
|
+
container_id: Optional[pulumi.Input[str]] = None,
|
|
211
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
212
|
+
hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
|
|
213
|
+
identifier: Optional[pulumi.Input[Union['GalleryImageIdentifierArgs', 'GalleryImageIdentifierArgsDict']]] = None,
|
|
214
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
marketplace_gallery_image_name: Optional[pulumi.Input[str]] = None,
|
|
216
|
+
os_type: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]] = None,
|
|
217
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
219
|
+
version: Optional[pulumi.Input[Union['GalleryImageVersionArgs', 'GalleryImageVersionArgsDict']]] = None,
|
|
220
|
+
__props__=None):
|
|
221
|
+
"""
|
|
222
|
+
The marketplace gallery image resource definition.
|
|
223
|
+
|
|
224
|
+
:param str resource_name: The name of the resource.
|
|
225
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
226
|
+
:param pulumi.Input[Union[str, 'CloudInitDataSource']] cloud_init_data_source: Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
|
|
227
|
+
:param pulumi.Input[str] container_id: Storage ContainerID of the storage container to be used for marketplace gallery image
|
|
228
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extendedLocation of the resource.
|
|
229
|
+
:param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine [V1, V2]
|
|
230
|
+
:param pulumi.Input[Union['GalleryImageIdentifierArgs', 'GalleryImageIdentifierArgsDict']] identifier: This is the gallery image definition identifier.
|
|
231
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
232
|
+
:param pulumi.Input[str] marketplace_gallery_image_name: Name of the marketplace gallery image
|
|
233
|
+
:param pulumi.Input[Union[str, 'OperatingSystemTypes']] os_type: Operating system type that the gallery image uses [Windows, Linux]
|
|
234
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
235
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
236
|
+
:param pulumi.Input[Union['GalleryImageVersionArgs', 'GalleryImageVersionArgsDict']] version: Specifies information about the gallery image version that you want to create or update.
|
|
237
|
+
"""
|
|
238
|
+
...
|
|
239
|
+
@overload
|
|
240
|
+
def __init__(__self__,
|
|
241
|
+
resource_name: str,
|
|
242
|
+
args: MarketplaceGalleryImageArgs,
|
|
243
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
244
|
+
"""
|
|
245
|
+
The marketplace gallery image resource definition.
|
|
246
|
+
|
|
247
|
+
:param str resource_name: The name of the resource.
|
|
248
|
+
:param MarketplaceGalleryImageArgs args: The arguments to use to populate this resource's properties.
|
|
249
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
250
|
+
"""
|
|
251
|
+
...
|
|
252
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
253
|
+
resource_args, opts = _utilities.get_resource_args_opts(MarketplaceGalleryImageArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
254
|
+
if resource_args is not None:
|
|
255
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
256
|
+
else:
|
|
257
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
258
|
+
|
|
259
|
+
def _internal_init(__self__,
|
|
260
|
+
resource_name: str,
|
|
261
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
262
|
+
cloud_init_data_source: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]] = None,
|
|
263
|
+
container_id: Optional[pulumi.Input[str]] = None,
|
|
264
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
265
|
+
hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
|
|
266
|
+
identifier: Optional[pulumi.Input[Union['GalleryImageIdentifierArgs', 'GalleryImageIdentifierArgsDict']]] = None,
|
|
267
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
268
|
+
marketplace_gallery_image_name: Optional[pulumi.Input[str]] = None,
|
|
269
|
+
os_type: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]] = None,
|
|
270
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
271
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
272
|
+
version: Optional[pulumi.Input[Union['GalleryImageVersionArgs', 'GalleryImageVersionArgsDict']]] = None,
|
|
273
|
+
__props__=None):
|
|
274
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
275
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
276
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
277
|
+
if opts.id is None:
|
|
278
|
+
if __props__ is not None:
|
|
279
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
280
|
+
__props__ = MarketplaceGalleryImageArgs.__new__(MarketplaceGalleryImageArgs)
|
|
281
|
+
|
|
282
|
+
__props__.__dict__["cloud_init_data_source"] = cloud_init_data_source
|
|
283
|
+
__props__.__dict__["container_id"] = container_id
|
|
284
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
285
|
+
__props__.__dict__["hyper_v_generation"] = hyper_v_generation
|
|
286
|
+
__props__.__dict__["identifier"] = identifier
|
|
287
|
+
__props__.__dict__["location"] = location
|
|
288
|
+
__props__.__dict__["marketplace_gallery_image_name"] = marketplace_gallery_image_name
|
|
289
|
+
if os_type is None and not opts.urn:
|
|
290
|
+
raise TypeError("Missing required property 'os_type'")
|
|
291
|
+
__props__.__dict__["os_type"] = os_type
|
|
292
|
+
if resource_group_name is None and not opts.urn:
|
|
293
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
294
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
295
|
+
__props__.__dict__["tags"] = tags
|
|
296
|
+
__props__.__dict__["version"] = version
|
|
297
|
+
__props__.__dict__["name"] = None
|
|
298
|
+
__props__.__dict__["provisioning_state"] = None
|
|
299
|
+
__props__.__dict__["status"] = None
|
|
300
|
+
__props__.__dict__["system_data"] = None
|
|
301
|
+
__props__.__dict__["type"] = None
|
|
302
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:MarketplaceGalleryImage")])
|
|
303
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
304
|
+
super(MarketplaceGalleryImage, __self__).__init__(
|
|
305
|
+
'azure-native:azurestackhci/v20241001preview:MarketplaceGalleryImage',
|
|
306
|
+
resource_name,
|
|
307
|
+
__props__,
|
|
308
|
+
opts)
|
|
309
|
+
|
|
310
|
+
@staticmethod
|
|
311
|
+
def get(resource_name: str,
|
|
312
|
+
id: pulumi.Input[str],
|
|
313
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MarketplaceGalleryImage':
|
|
314
|
+
"""
|
|
315
|
+
Get an existing MarketplaceGalleryImage resource's state with the given name, id, and optional extra
|
|
316
|
+
properties used to qualify the lookup.
|
|
317
|
+
|
|
318
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
319
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
320
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
321
|
+
"""
|
|
322
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
323
|
+
|
|
324
|
+
__props__ = MarketplaceGalleryImageArgs.__new__(MarketplaceGalleryImageArgs)
|
|
325
|
+
|
|
326
|
+
__props__.__dict__["cloud_init_data_source"] = None
|
|
327
|
+
__props__.__dict__["container_id"] = None
|
|
328
|
+
__props__.__dict__["extended_location"] = None
|
|
329
|
+
__props__.__dict__["hyper_v_generation"] = None
|
|
330
|
+
__props__.__dict__["identifier"] = None
|
|
331
|
+
__props__.__dict__["location"] = None
|
|
332
|
+
__props__.__dict__["name"] = None
|
|
333
|
+
__props__.__dict__["os_type"] = None
|
|
334
|
+
__props__.__dict__["provisioning_state"] = None
|
|
335
|
+
__props__.__dict__["status"] = None
|
|
336
|
+
__props__.__dict__["system_data"] = None
|
|
337
|
+
__props__.__dict__["tags"] = None
|
|
338
|
+
__props__.__dict__["type"] = None
|
|
339
|
+
__props__.__dict__["version"] = None
|
|
340
|
+
return MarketplaceGalleryImage(resource_name, opts=opts, __props__=__props__)
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
@pulumi.getter(name="cloudInitDataSource")
|
|
344
|
+
def cloud_init_data_source(self) -> pulumi.Output[Optional[str]]:
|
|
345
|
+
"""
|
|
346
|
+
Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
|
|
347
|
+
"""
|
|
348
|
+
return pulumi.get(self, "cloud_init_data_source")
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
@pulumi.getter(name="containerId")
|
|
352
|
+
def container_id(self) -> pulumi.Output[Optional[str]]:
|
|
353
|
+
"""
|
|
354
|
+
Storage ContainerID of the storage container to be used for marketplace gallery image
|
|
355
|
+
"""
|
|
356
|
+
return pulumi.get(self, "container_id")
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter(name="extendedLocation")
|
|
360
|
+
def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
|
|
361
|
+
"""
|
|
362
|
+
The extendedLocation of the resource.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "extended_location")
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
368
|
+
def hyper_v_generation(self) -> pulumi.Output[Optional[str]]:
|
|
369
|
+
"""
|
|
370
|
+
The hypervisor generation of the Virtual Machine [V1, V2]
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
373
|
+
|
|
374
|
+
@property
|
|
375
|
+
@pulumi.getter
|
|
376
|
+
def identifier(self) -> pulumi.Output[Optional['outputs.GalleryImageIdentifierResponse']]:
|
|
377
|
+
"""
|
|
378
|
+
This is the gallery image definition identifier.
|
|
379
|
+
"""
|
|
380
|
+
return pulumi.get(self, "identifier")
|
|
381
|
+
|
|
382
|
+
@property
|
|
383
|
+
@pulumi.getter
|
|
384
|
+
def location(self) -> pulumi.Output[str]:
|
|
385
|
+
"""
|
|
386
|
+
The geo-location where the resource lives
|
|
387
|
+
"""
|
|
388
|
+
return pulumi.get(self, "location")
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
@pulumi.getter
|
|
392
|
+
def name(self) -> pulumi.Output[str]:
|
|
393
|
+
"""
|
|
394
|
+
The name of the resource
|
|
395
|
+
"""
|
|
396
|
+
return pulumi.get(self, "name")
|
|
397
|
+
|
|
398
|
+
@property
|
|
399
|
+
@pulumi.getter(name="osType")
|
|
400
|
+
def os_type(self) -> pulumi.Output[str]:
|
|
401
|
+
"""
|
|
402
|
+
Operating system type that the gallery image uses [Windows, Linux]
|
|
403
|
+
"""
|
|
404
|
+
return pulumi.get(self, "os_type")
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter(name="provisioningState")
|
|
408
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
409
|
+
"""
|
|
410
|
+
Provisioning state of the marketplace gallery image.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "provisioning_state")
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter
|
|
416
|
+
def status(self) -> pulumi.Output['outputs.MarketplaceGalleryImageStatusResponse']:
|
|
417
|
+
"""
|
|
418
|
+
The observed state of marketplace gallery images
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "status")
|
|
421
|
+
|
|
422
|
+
@property
|
|
423
|
+
@pulumi.getter(name="systemData")
|
|
424
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
425
|
+
"""
|
|
426
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
427
|
+
"""
|
|
428
|
+
return pulumi.get(self, "system_data")
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter
|
|
432
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
433
|
+
"""
|
|
434
|
+
Resource tags.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "tags")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter
|
|
440
|
+
def type(self) -> pulumi.Output[str]:
|
|
441
|
+
"""
|
|
442
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "type")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter
|
|
448
|
+
def version(self) -> pulumi.Output[Optional['outputs.GalleryImageVersionResponse']]:
|
|
449
|
+
"""
|
|
450
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "version")
|
|
453
|
+
|