pulumi-azure-native 2.51.0a1721670234__py3-none-any.whl → 2.51.0a1721725880__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 +98 -0
- pulumi_azure_native/_utilities.py +5 -4
- pulumi_azure_native/azurefleet/_enums.py +328 -53
- pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/fleet.py +20 -0
- pulumi_azure_native/azurefleet/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
- pulumi_azure_native/cognitiveservices/__init__.py +3 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/disk.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
- pulumi_azure_native/compute/v20240302/__init__.py +20 -0
- pulumi_azure_native/compute/v20240302/_enums.py +303 -0
- pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
- pulumi_azure_native/compute/v20240302/disk.py +1084 -0
- pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
- pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
- pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
- pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
- pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
- pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
- pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
- pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
- pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
- pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
- pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
- pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
- pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/datafactory/_inputs.py +110 -10
- pulumi_azure_native/datafactory/outputs.py +69 -7
- pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
- pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
- pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
- pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
- pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
- pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
- pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
- pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
- pulumi_azure_native/netapp/__init__.py +4 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +109 -0
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +84 -0
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
- pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
- pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
- pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
- pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
- pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
- pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
- pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
- pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/__init__.py +3 -0
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
- pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
- pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
- pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
- pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
- pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
- pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
- pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
- pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
- pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
- pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
- pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
- pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
- pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
- pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
- pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
- pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/RECORD +565 -433
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,474 @@
|
|
|
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
|
+
'GetSnapshotResult',
|
|
20
|
+
'AwaitableGetSnapshotResult',
|
|
21
|
+
'get_snapshot',
|
|
22
|
+
'get_snapshot_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSnapshotResult:
|
|
27
|
+
"""
|
|
28
|
+
Snapshot resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, completion_percent=None, copy_completion_error=None, creation_data=None, data_access_auth_mode=None, disk_access_id=None, disk_size_bytes=None, disk_size_gb=None, disk_state=None, encryption=None, encryption_settings_collection=None, extended_location=None, hyper_v_generation=None, id=None, incremental=None, incremental_snapshot_family_id=None, location=None, managed_by=None, name=None, network_access_policy=None, os_type=None, provisioning_state=None, public_network_access=None, purchase_plan=None, security_profile=None, sku=None, supported_capabilities=None, supports_hibernation=None, tags=None, time_created=None, type=None, unique_id=None):
|
|
31
|
+
if completion_percent and not isinstance(completion_percent, float):
|
|
32
|
+
raise TypeError("Expected argument 'completion_percent' to be a float")
|
|
33
|
+
pulumi.set(__self__, "completion_percent", completion_percent)
|
|
34
|
+
if copy_completion_error and not isinstance(copy_completion_error, dict):
|
|
35
|
+
raise TypeError("Expected argument 'copy_completion_error' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "copy_completion_error", copy_completion_error)
|
|
37
|
+
if creation_data and not isinstance(creation_data, dict):
|
|
38
|
+
raise TypeError("Expected argument 'creation_data' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "creation_data", creation_data)
|
|
40
|
+
if data_access_auth_mode and not isinstance(data_access_auth_mode, str):
|
|
41
|
+
raise TypeError("Expected argument 'data_access_auth_mode' to be a str")
|
|
42
|
+
pulumi.set(__self__, "data_access_auth_mode", data_access_auth_mode)
|
|
43
|
+
if disk_access_id and not isinstance(disk_access_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'disk_access_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "disk_access_id", disk_access_id)
|
|
46
|
+
if disk_size_bytes and not isinstance(disk_size_bytes, float):
|
|
47
|
+
raise TypeError("Expected argument 'disk_size_bytes' to be a float")
|
|
48
|
+
pulumi.set(__self__, "disk_size_bytes", disk_size_bytes)
|
|
49
|
+
if disk_size_gb and not isinstance(disk_size_gb, int):
|
|
50
|
+
raise TypeError("Expected argument 'disk_size_gb' to be a int")
|
|
51
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
52
|
+
if disk_state and not isinstance(disk_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'disk_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "disk_state", disk_state)
|
|
55
|
+
if encryption and not isinstance(encryption, dict):
|
|
56
|
+
raise TypeError("Expected argument 'encryption' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
58
|
+
if encryption_settings_collection and not isinstance(encryption_settings_collection, dict):
|
|
59
|
+
raise TypeError("Expected argument 'encryption_settings_collection' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "encryption_settings_collection", encryption_settings_collection)
|
|
61
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
62
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
64
|
+
if hyper_v_generation and not isinstance(hyper_v_generation, str):
|
|
65
|
+
raise TypeError("Expected argument 'hyper_v_generation' to be a str")
|
|
66
|
+
pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
|
|
67
|
+
if id and not isinstance(id, str):
|
|
68
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
69
|
+
pulumi.set(__self__, "id", id)
|
|
70
|
+
if incremental and not isinstance(incremental, bool):
|
|
71
|
+
raise TypeError("Expected argument 'incremental' to be a bool")
|
|
72
|
+
pulumi.set(__self__, "incremental", incremental)
|
|
73
|
+
if incremental_snapshot_family_id and not isinstance(incremental_snapshot_family_id, str):
|
|
74
|
+
raise TypeError("Expected argument 'incremental_snapshot_family_id' to be a str")
|
|
75
|
+
pulumi.set(__self__, "incremental_snapshot_family_id", incremental_snapshot_family_id)
|
|
76
|
+
if location and not isinstance(location, str):
|
|
77
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
78
|
+
pulumi.set(__self__, "location", location)
|
|
79
|
+
if managed_by and not isinstance(managed_by, str):
|
|
80
|
+
raise TypeError("Expected argument 'managed_by' to be a str")
|
|
81
|
+
pulumi.set(__self__, "managed_by", managed_by)
|
|
82
|
+
if name and not isinstance(name, str):
|
|
83
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
84
|
+
pulumi.set(__self__, "name", name)
|
|
85
|
+
if network_access_policy and not isinstance(network_access_policy, str):
|
|
86
|
+
raise TypeError("Expected argument 'network_access_policy' to be a str")
|
|
87
|
+
pulumi.set(__self__, "network_access_policy", network_access_policy)
|
|
88
|
+
if os_type and not isinstance(os_type, str):
|
|
89
|
+
raise TypeError("Expected argument 'os_type' to be a str")
|
|
90
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
91
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
92
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
93
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
94
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
95
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
96
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
97
|
+
if purchase_plan and not isinstance(purchase_plan, dict):
|
|
98
|
+
raise TypeError("Expected argument 'purchase_plan' to be a dict")
|
|
99
|
+
pulumi.set(__self__, "purchase_plan", purchase_plan)
|
|
100
|
+
if security_profile and not isinstance(security_profile, dict):
|
|
101
|
+
raise TypeError("Expected argument 'security_profile' to be a dict")
|
|
102
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
103
|
+
if sku and not isinstance(sku, dict):
|
|
104
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
105
|
+
pulumi.set(__self__, "sku", sku)
|
|
106
|
+
if supported_capabilities and not isinstance(supported_capabilities, dict):
|
|
107
|
+
raise TypeError("Expected argument 'supported_capabilities' to be a dict")
|
|
108
|
+
pulumi.set(__self__, "supported_capabilities", supported_capabilities)
|
|
109
|
+
if supports_hibernation and not isinstance(supports_hibernation, bool):
|
|
110
|
+
raise TypeError("Expected argument 'supports_hibernation' to be a bool")
|
|
111
|
+
pulumi.set(__self__, "supports_hibernation", supports_hibernation)
|
|
112
|
+
if tags and not isinstance(tags, dict):
|
|
113
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
114
|
+
pulumi.set(__self__, "tags", tags)
|
|
115
|
+
if time_created and not isinstance(time_created, str):
|
|
116
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
|
117
|
+
pulumi.set(__self__, "time_created", time_created)
|
|
118
|
+
if type and not isinstance(type, str):
|
|
119
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
120
|
+
pulumi.set(__self__, "type", type)
|
|
121
|
+
if unique_id and not isinstance(unique_id, str):
|
|
122
|
+
raise TypeError("Expected argument 'unique_id' to be a str")
|
|
123
|
+
pulumi.set(__self__, "unique_id", unique_id)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="completionPercent")
|
|
127
|
+
def completion_percent(self) -> Optional[float]:
|
|
128
|
+
"""
|
|
129
|
+
Percentage complete for the background copy when a resource is created via the CopyStart operation.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "completion_percent")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="copyCompletionError")
|
|
135
|
+
def copy_completion_error(self) -> Optional['outputs.CopyCompletionErrorResponse']:
|
|
136
|
+
"""
|
|
137
|
+
Indicates the error details if the background copy of a resource created via the CopyStart operation fails.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "copy_completion_error")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="creationData")
|
|
143
|
+
def creation_data(self) -> 'outputs.CreationDataResponse':
|
|
144
|
+
"""
|
|
145
|
+
Disk source information. CreationData information cannot be changed after the disk has been created.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "creation_data")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="dataAccessAuthMode")
|
|
151
|
+
def data_access_auth_mode(self) -> Optional[str]:
|
|
152
|
+
"""
|
|
153
|
+
Additional authentication requirements when exporting or uploading to a disk or snapshot.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "data_access_auth_mode")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="diskAccessId")
|
|
159
|
+
def disk_access_id(self) -> Optional[str]:
|
|
160
|
+
"""
|
|
161
|
+
ARM id of the DiskAccess resource for using private endpoints on disks.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "disk_access_id")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="diskSizeBytes")
|
|
167
|
+
def disk_size_bytes(self) -> float:
|
|
168
|
+
"""
|
|
169
|
+
The size of the disk in bytes. This field is read only.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "disk_size_bytes")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="diskSizeGB")
|
|
175
|
+
def disk_size_gb(self) -> Optional[int]:
|
|
176
|
+
"""
|
|
177
|
+
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "disk_size_gb")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="diskState")
|
|
183
|
+
def disk_state(self) -> str:
|
|
184
|
+
"""
|
|
185
|
+
The state of the snapshot.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "disk_state")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter
|
|
191
|
+
def encryption(self) -> Optional['outputs.EncryptionResponse']:
|
|
192
|
+
"""
|
|
193
|
+
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "encryption")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="encryptionSettingsCollection")
|
|
199
|
+
def encryption_settings_collection(self) -> Optional['outputs.EncryptionSettingsCollectionResponse']:
|
|
200
|
+
"""
|
|
201
|
+
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "encryption_settings_collection")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="extendedLocation")
|
|
207
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
208
|
+
"""
|
|
209
|
+
The extended location where the snapshot will be created. Extended location cannot be changed.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "extended_location")
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="hyperVGeneration")
|
|
215
|
+
def hyper_v_generation(self) -> Optional[str]:
|
|
216
|
+
"""
|
|
217
|
+
The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "hyper_v_generation")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter
|
|
223
|
+
def id(self) -> str:
|
|
224
|
+
"""
|
|
225
|
+
Resource Id
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "id")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def incremental(self) -> Optional[bool]:
|
|
232
|
+
"""
|
|
233
|
+
Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed.
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "incremental")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="incrementalSnapshotFamilyId")
|
|
239
|
+
def incremental_snapshot_family_id(self) -> str:
|
|
240
|
+
"""
|
|
241
|
+
Incremental snapshots for a disk share an incremental snapshot family id. The Get Page Range Diff API can only be called on incremental snapshots with the same family id.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "incremental_snapshot_family_id")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter
|
|
247
|
+
def location(self) -> str:
|
|
248
|
+
"""
|
|
249
|
+
Resource location
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "location")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="managedBy")
|
|
255
|
+
def managed_by(self) -> str:
|
|
256
|
+
"""
|
|
257
|
+
Unused. Always Null.
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "managed_by")
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter
|
|
263
|
+
def name(self) -> str:
|
|
264
|
+
"""
|
|
265
|
+
Resource name
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "name")
|
|
268
|
+
|
|
269
|
+
@property
|
|
270
|
+
@pulumi.getter(name="networkAccessPolicy")
|
|
271
|
+
def network_access_policy(self) -> Optional[str]:
|
|
272
|
+
"""
|
|
273
|
+
Policy for accessing the disk via network.
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "network_access_policy")
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter(name="osType")
|
|
279
|
+
def os_type(self) -> Optional[str]:
|
|
280
|
+
"""
|
|
281
|
+
The Operating System type.
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "os_type")
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
@pulumi.getter(name="provisioningState")
|
|
287
|
+
def provisioning_state(self) -> str:
|
|
288
|
+
"""
|
|
289
|
+
The disk provisioning state.
|
|
290
|
+
"""
|
|
291
|
+
return pulumi.get(self, "provisioning_state")
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
295
|
+
def public_network_access(self) -> Optional[str]:
|
|
296
|
+
"""
|
|
297
|
+
Policy for controlling export on the disk.
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "public_network_access")
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter(name="purchasePlan")
|
|
303
|
+
def purchase_plan(self) -> Optional['outputs.PurchasePlanResponse']:
|
|
304
|
+
"""
|
|
305
|
+
Purchase plan information for the image from which the source disk for the snapshot was originally created.
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "purchase_plan")
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
@pulumi.getter(name="securityProfile")
|
|
311
|
+
def security_profile(self) -> Optional['outputs.DiskSecurityProfileResponse']:
|
|
312
|
+
"""
|
|
313
|
+
Contains the security related information for the resource.
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "security_profile")
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter
|
|
319
|
+
def sku(self) -> Optional['outputs.SnapshotSkuResponse']:
|
|
320
|
+
"""
|
|
321
|
+
The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "sku")
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="supportedCapabilities")
|
|
327
|
+
def supported_capabilities(self) -> Optional['outputs.SupportedCapabilitiesResponse']:
|
|
328
|
+
"""
|
|
329
|
+
List of supported capabilities for the image from which the source disk from the snapshot was originally created.
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "supported_capabilities")
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="supportsHibernation")
|
|
335
|
+
def supports_hibernation(self) -> Optional[bool]:
|
|
336
|
+
"""
|
|
337
|
+
Indicates the OS on a snapshot supports hibernation.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "supports_hibernation")
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter
|
|
343
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
344
|
+
"""
|
|
345
|
+
Resource tags
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "tags")
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="timeCreated")
|
|
351
|
+
def time_created(self) -> str:
|
|
352
|
+
"""
|
|
353
|
+
The time when the snapshot was created.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "time_created")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter
|
|
359
|
+
def type(self) -> str:
|
|
360
|
+
"""
|
|
361
|
+
Resource type
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "type")
|
|
364
|
+
|
|
365
|
+
@property
|
|
366
|
+
@pulumi.getter(name="uniqueId")
|
|
367
|
+
def unique_id(self) -> str:
|
|
368
|
+
"""
|
|
369
|
+
Unique Guid identifying the resource.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "unique_id")
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
class AwaitableGetSnapshotResult(GetSnapshotResult):
|
|
375
|
+
# pylint: disable=using-constant-test
|
|
376
|
+
def __await__(self):
|
|
377
|
+
if False:
|
|
378
|
+
yield self
|
|
379
|
+
return GetSnapshotResult(
|
|
380
|
+
completion_percent=self.completion_percent,
|
|
381
|
+
copy_completion_error=self.copy_completion_error,
|
|
382
|
+
creation_data=self.creation_data,
|
|
383
|
+
data_access_auth_mode=self.data_access_auth_mode,
|
|
384
|
+
disk_access_id=self.disk_access_id,
|
|
385
|
+
disk_size_bytes=self.disk_size_bytes,
|
|
386
|
+
disk_size_gb=self.disk_size_gb,
|
|
387
|
+
disk_state=self.disk_state,
|
|
388
|
+
encryption=self.encryption,
|
|
389
|
+
encryption_settings_collection=self.encryption_settings_collection,
|
|
390
|
+
extended_location=self.extended_location,
|
|
391
|
+
hyper_v_generation=self.hyper_v_generation,
|
|
392
|
+
id=self.id,
|
|
393
|
+
incremental=self.incremental,
|
|
394
|
+
incremental_snapshot_family_id=self.incremental_snapshot_family_id,
|
|
395
|
+
location=self.location,
|
|
396
|
+
managed_by=self.managed_by,
|
|
397
|
+
name=self.name,
|
|
398
|
+
network_access_policy=self.network_access_policy,
|
|
399
|
+
os_type=self.os_type,
|
|
400
|
+
provisioning_state=self.provisioning_state,
|
|
401
|
+
public_network_access=self.public_network_access,
|
|
402
|
+
purchase_plan=self.purchase_plan,
|
|
403
|
+
security_profile=self.security_profile,
|
|
404
|
+
sku=self.sku,
|
|
405
|
+
supported_capabilities=self.supported_capabilities,
|
|
406
|
+
supports_hibernation=self.supports_hibernation,
|
|
407
|
+
tags=self.tags,
|
|
408
|
+
time_created=self.time_created,
|
|
409
|
+
type=self.type,
|
|
410
|
+
unique_id=self.unique_id)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
def get_snapshot(resource_group_name: Optional[str] = None,
|
|
414
|
+
snapshot_name: Optional[str] = None,
|
|
415
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSnapshotResult:
|
|
416
|
+
"""
|
|
417
|
+
Gets information about a snapshot.
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
:param str resource_group_name: The name of the resource group.
|
|
421
|
+
:param str snapshot_name: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters.
|
|
422
|
+
"""
|
|
423
|
+
__args__ = dict()
|
|
424
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
425
|
+
__args__['snapshotName'] = snapshot_name
|
|
426
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
427
|
+
__ret__ = pulumi.runtime.invoke('azure-native:compute/v20240302:getSnapshot', __args__, opts=opts, typ=GetSnapshotResult).value
|
|
428
|
+
|
|
429
|
+
return AwaitableGetSnapshotResult(
|
|
430
|
+
completion_percent=pulumi.get(__ret__, 'completion_percent'),
|
|
431
|
+
copy_completion_error=pulumi.get(__ret__, 'copy_completion_error'),
|
|
432
|
+
creation_data=pulumi.get(__ret__, 'creation_data'),
|
|
433
|
+
data_access_auth_mode=pulumi.get(__ret__, 'data_access_auth_mode'),
|
|
434
|
+
disk_access_id=pulumi.get(__ret__, 'disk_access_id'),
|
|
435
|
+
disk_size_bytes=pulumi.get(__ret__, 'disk_size_bytes'),
|
|
436
|
+
disk_size_gb=pulumi.get(__ret__, 'disk_size_gb'),
|
|
437
|
+
disk_state=pulumi.get(__ret__, 'disk_state'),
|
|
438
|
+
encryption=pulumi.get(__ret__, 'encryption'),
|
|
439
|
+
encryption_settings_collection=pulumi.get(__ret__, 'encryption_settings_collection'),
|
|
440
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
441
|
+
hyper_v_generation=pulumi.get(__ret__, 'hyper_v_generation'),
|
|
442
|
+
id=pulumi.get(__ret__, 'id'),
|
|
443
|
+
incremental=pulumi.get(__ret__, 'incremental'),
|
|
444
|
+
incremental_snapshot_family_id=pulumi.get(__ret__, 'incremental_snapshot_family_id'),
|
|
445
|
+
location=pulumi.get(__ret__, 'location'),
|
|
446
|
+
managed_by=pulumi.get(__ret__, 'managed_by'),
|
|
447
|
+
name=pulumi.get(__ret__, 'name'),
|
|
448
|
+
network_access_policy=pulumi.get(__ret__, 'network_access_policy'),
|
|
449
|
+
os_type=pulumi.get(__ret__, 'os_type'),
|
|
450
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
451
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
452
|
+
purchase_plan=pulumi.get(__ret__, 'purchase_plan'),
|
|
453
|
+
security_profile=pulumi.get(__ret__, 'security_profile'),
|
|
454
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
455
|
+
supported_capabilities=pulumi.get(__ret__, 'supported_capabilities'),
|
|
456
|
+
supports_hibernation=pulumi.get(__ret__, 'supports_hibernation'),
|
|
457
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
458
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
|
459
|
+
type=pulumi.get(__ret__, 'type'),
|
|
460
|
+
unique_id=pulumi.get(__ret__, 'unique_id'))
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
@_utilities.lift_output_func(get_snapshot)
|
|
464
|
+
def get_snapshot_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
465
|
+
snapshot_name: Optional[pulumi.Input[str]] = None,
|
|
466
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSnapshotResult]:
|
|
467
|
+
"""
|
|
468
|
+
Gets information about a snapshot.
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
:param str resource_group_name: The name of the resource group.
|
|
472
|
+
:param str snapshot_name: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters.
|
|
473
|
+
"""
|
|
474
|
+
...
|