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,253 @@
|
|
|
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
|
+
'GetCloudResult',
|
|
20
|
+
'AwaitableGetCloudResult',
|
|
21
|
+
'get_cloud',
|
|
22
|
+
'get_cloud_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetCloudResult:
|
|
27
|
+
"""
|
|
28
|
+
The Clouds resource definition.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, cloud_capacity=None, cloud_name=None, extended_location=None, id=None, inventory_item_id=None, location=None, name=None, provisioning_state=None, storage_qos_policies=None, system_data=None, tags=None, type=None, uuid=None, vmm_server_id=None):
|
|
31
|
+
if cloud_capacity and not isinstance(cloud_capacity, dict):
|
|
32
|
+
raise TypeError("Expected argument 'cloud_capacity' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "cloud_capacity", cloud_capacity)
|
|
34
|
+
if cloud_name and not isinstance(cloud_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
37
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
38
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if inventory_item_id and not isinstance(inventory_item_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'inventory_item_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "inventory_item_id", inventory_item_id)
|
|
46
|
+
if location and not isinstance(location, str):
|
|
47
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
48
|
+
pulumi.set(__self__, "location", location)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if storage_qos_policies and not isinstance(storage_qos_policies, list):
|
|
56
|
+
raise TypeError("Expected argument 'storage_qos_policies' to be a list")
|
|
57
|
+
pulumi.set(__self__, "storage_qos_policies", storage_qos_policies)
|
|
58
|
+
if system_data and not isinstance(system_data, dict):
|
|
59
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
+
if tags and not isinstance(tags, dict):
|
|
62
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "tags", tags)
|
|
64
|
+
if type and not isinstance(type, str):
|
|
65
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "type", type)
|
|
67
|
+
if uuid and not isinstance(uuid, str):
|
|
68
|
+
raise TypeError("Expected argument 'uuid' to be a str")
|
|
69
|
+
pulumi.set(__self__, "uuid", uuid)
|
|
70
|
+
if vmm_server_id and not isinstance(vmm_server_id, str):
|
|
71
|
+
raise TypeError("Expected argument 'vmm_server_id' to be a str")
|
|
72
|
+
pulumi.set(__self__, "vmm_server_id", vmm_server_id)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="cloudCapacity")
|
|
76
|
+
def cloud_capacity(self) -> 'outputs.CloudCapacityResponse':
|
|
77
|
+
"""
|
|
78
|
+
Capacity of the cloud.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "cloud_capacity")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="cloudName")
|
|
84
|
+
def cloud_name(self) -> str:
|
|
85
|
+
"""
|
|
86
|
+
Name of the cloud in VmmServer.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "cloud_name")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="extendedLocation")
|
|
92
|
+
def extended_location(self) -> 'outputs.ExtendedLocationResponse':
|
|
93
|
+
"""
|
|
94
|
+
The extended location.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "extended_location")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter
|
|
100
|
+
def id(self) -> str:
|
|
101
|
+
"""
|
|
102
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "id")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="inventoryItemId")
|
|
108
|
+
def inventory_item_id(self) -> Optional[str]:
|
|
109
|
+
"""
|
|
110
|
+
Gets or sets the inventory Item ID for the resource.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "inventory_item_id")
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def location(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
The geo-location where the resource lives
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "location")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def name(self) -> str:
|
|
125
|
+
"""
|
|
126
|
+
The name of the resource
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "name")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="provisioningState")
|
|
132
|
+
def provisioning_state(self) -> str:
|
|
133
|
+
"""
|
|
134
|
+
Provisioning state of the resource.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "provisioning_state")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="storageQosPolicies")
|
|
140
|
+
def storage_qos_policies(self) -> Sequence['outputs.StorageQosPolicyResponse']:
|
|
141
|
+
"""
|
|
142
|
+
List of QoS policies available for the cloud.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "storage_qos_policies")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="systemData")
|
|
148
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
149
|
+
"""
|
|
150
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "system_data")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter
|
|
156
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
157
|
+
"""
|
|
158
|
+
Resource tags.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "tags")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def type(self) -> str:
|
|
165
|
+
"""
|
|
166
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "type")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter
|
|
172
|
+
def uuid(self) -> Optional[str]:
|
|
173
|
+
"""
|
|
174
|
+
Unique ID of the cloud.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "uuid")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="vmmServerId")
|
|
180
|
+
def vmm_server_id(self) -> Optional[str]:
|
|
181
|
+
"""
|
|
182
|
+
ARM Id of the vmmServer resource in which this resource resides.
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "vmm_server_id")
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
class AwaitableGetCloudResult(GetCloudResult):
|
|
188
|
+
# pylint: disable=using-constant-test
|
|
189
|
+
def __await__(self):
|
|
190
|
+
if False:
|
|
191
|
+
yield self
|
|
192
|
+
return GetCloudResult(
|
|
193
|
+
cloud_capacity=self.cloud_capacity,
|
|
194
|
+
cloud_name=self.cloud_name,
|
|
195
|
+
extended_location=self.extended_location,
|
|
196
|
+
id=self.id,
|
|
197
|
+
inventory_item_id=self.inventory_item_id,
|
|
198
|
+
location=self.location,
|
|
199
|
+
name=self.name,
|
|
200
|
+
provisioning_state=self.provisioning_state,
|
|
201
|
+
storage_qos_policies=self.storage_qos_policies,
|
|
202
|
+
system_data=self.system_data,
|
|
203
|
+
tags=self.tags,
|
|
204
|
+
type=self.type,
|
|
205
|
+
uuid=self.uuid,
|
|
206
|
+
vmm_server_id=self.vmm_server_id)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
def get_cloud(cloud_resource_name: Optional[str] = None,
|
|
210
|
+
resource_group_name: Optional[str] = None,
|
|
211
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudResult:
|
|
212
|
+
"""
|
|
213
|
+
Implements Cloud GET method.
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
:param str cloud_resource_name: Name of the Cloud.
|
|
217
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
218
|
+
"""
|
|
219
|
+
__args__ = dict()
|
|
220
|
+
__args__['cloudResourceName'] = cloud_resource_name
|
|
221
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
223
|
+
__ret__ = pulumi.runtime.invoke('azure-native:scvmm/v20240601:getCloud', __args__, opts=opts, typ=GetCloudResult).value
|
|
224
|
+
|
|
225
|
+
return AwaitableGetCloudResult(
|
|
226
|
+
cloud_capacity=pulumi.get(__ret__, 'cloud_capacity'),
|
|
227
|
+
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
228
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
229
|
+
id=pulumi.get(__ret__, 'id'),
|
|
230
|
+
inventory_item_id=pulumi.get(__ret__, 'inventory_item_id'),
|
|
231
|
+
location=pulumi.get(__ret__, 'location'),
|
|
232
|
+
name=pulumi.get(__ret__, 'name'),
|
|
233
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
234
|
+
storage_qos_policies=pulumi.get(__ret__, 'storage_qos_policies'),
|
|
235
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
236
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
237
|
+
type=pulumi.get(__ret__, 'type'),
|
|
238
|
+
uuid=pulumi.get(__ret__, 'uuid'),
|
|
239
|
+
vmm_server_id=pulumi.get(__ret__, 'vmm_server_id'))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
@_utilities.lift_output_func(get_cloud)
|
|
243
|
+
def get_cloud_output(cloud_resource_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCloudResult]:
|
|
246
|
+
"""
|
|
247
|
+
Implements Cloud GET method.
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
:param str cloud_resource_name: Name of the Cloud.
|
|
251
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
252
|
+
"""
|
|
253
|
+
...
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetGuestAgentResult',
|
|
20
|
+
'AwaitableGetGuestAgentResult',
|
|
21
|
+
'get_guest_agent',
|
|
22
|
+
'get_guest_agent_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetGuestAgentResult:
|
|
27
|
+
"""
|
|
28
|
+
Defines the GuestAgent.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, credentials=None, custom_resource_name=None, http_proxy_config=None, id=None, name=None, private_link_scope_resource_id=None, provisioning_action=None, provisioning_state=None, status=None, system_data=None, type=None, uuid=None):
|
|
31
|
+
if credentials and not isinstance(credentials, dict):
|
|
32
|
+
raise TypeError("Expected argument 'credentials' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
34
|
+
if custom_resource_name and not isinstance(custom_resource_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'custom_resource_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "custom_resource_name", custom_resource_name)
|
|
37
|
+
if http_proxy_config and not isinstance(http_proxy_config, dict):
|
|
38
|
+
raise TypeError("Expected argument 'http_proxy_config' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "http_proxy_config", http_proxy_config)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if private_link_scope_resource_id and not isinstance(private_link_scope_resource_id, str):
|
|
47
|
+
raise TypeError("Expected argument 'private_link_scope_resource_id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "private_link_scope_resource_id", private_link_scope_resource_id)
|
|
49
|
+
if provisioning_action and not isinstance(provisioning_action, str):
|
|
50
|
+
raise TypeError("Expected argument 'provisioning_action' to be a str")
|
|
51
|
+
pulumi.set(__self__, "provisioning_action", provisioning_action)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if status and not isinstance(status, str):
|
|
56
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
57
|
+
pulumi.set(__self__, "status", status)
|
|
58
|
+
if system_data and not isinstance(system_data, dict):
|
|
59
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
+
if type and not isinstance(type, str):
|
|
62
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
63
|
+
pulumi.set(__self__, "type", type)
|
|
64
|
+
if uuid and not isinstance(uuid, str):
|
|
65
|
+
raise TypeError("Expected argument 'uuid' to be a str")
|
|
66
|
+
pulumi.set(__self__, "uuid", uuid)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def credentials(self) -> Optional['outputs.GuestCredentialResponse']:
|
|
71
|
+
"""
|
|
72
|
+
Username / Password Credentials to provision guest agent.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "credentials")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="customResourceName")
|
|
78
|
+
def custom_resource_name(self) -> str:
|
|
79
|
+
"""
|
|
80
|
+
Gets the name of the corresponding resource in Kubernetes.
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "custom_resource_name")
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="httpProxyConfig")
|
|
86
|
+
def http_proxy_config(self) -> Optional['outputs.HttpProxyConfigurationResponse']:
|
|
87
|
+
"""
|
|
88
|
+
HTTP Proxy configuration for the VM.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "http_proxy_config")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def id(self) -> str:
|
|
95
|
+
"""
|
|
96
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "id")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter
|
|
102
|
+
def name(self) -> str:
|
|
103
|
+
"""
|
|
104
|
+
The name of the resource
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "name")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="privateLinkScopeResourceId")
|
|
110
|
+
def private_link_scope_resource_id(self) -> Optional[str]:
|
|
111
|
+
"""
|
|
112
|
+
The resource id of the private link scope this machine is assigned to, if any.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "private_link_scope_resource_id")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="provisioningAction")
|
|
118
|
+
def provisioning_action(self) -> Optional[str]:
|
|
119
|
+
"""
|
|
120
|
+
Gets or sets the guest agent provisioning action.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "provisioning_action")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="provisioningState")
|
|
126
|
+
def provisioning_state(self) -> str:
|
|
127
|
+
"""
|
|
128
|
+
Provisioning state of the resource.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "provisioning_state")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def status(self) -> str:
|
|
135
|
+
"""
|
|
136
|
+
Gets the guest agent status.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "status")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="systemData")
|
|
142
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
143
|
+
"""
|
|
144
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "system_data")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter
|
|
150
|
+
def type(self) -> str:
|
|
151
|
+
"""
|
|
152
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "type")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def uuid(self) -> str:
|
|
159
|
+
"""
|
|
160
|
+
Gets a unique identifier for this resource.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "uuid")
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class AwaitableGetGuestAgentResult(GetGuestAgentResult):
|
|
166
|
+
# pylint: disable=using-constant-test
|
|
167
|
+
def __await__(self):
|
|
168
|
+
if False:
|
|
169
|
+
yield self
|
|
170
|
+
return GetGuestAgentResult(
|
|
171
|
+
credentials=self.credentials,
|
|
172
|
+
custom_resource_name=self.custom_resource_name,
|
|
173
|
+
http_proxy_config=self.http_proxy_config,
|
|
174
|
+
id=self.id,
|
|
175
|
+
name=self.name,
|
|
176
|
+
private_link_scope_resource_id=self.private_link_scope_resource_id,
|
|
177
|
+
provisioning_action=self.provisioning_action,
|
|
178
|
+
provisioning_state=self.provisioning_state,
|
|
179
|
+
status=self.status,
|
|
180
|
+
system_data=self.system_data,
|
|
181
|
+
type=self.type,
|
|
182
|
+
uuid=self.uuid)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def get_guest_agent(resource_uri: Optional[str] = None,
|
|
186
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGuestAgentResult:
|
|
187
|
+
"""
|
|
188
|
+
Implements GuestAgent GET method.
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
192
|
+
"""
|
|
193
|
+
__args__ = dict()
|
|
194
|
+
__args__['resourceUri'] = resource_uri
|
|
195
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
196
|
+
__ret__ = pulumi.runtime.invoke('azure-native:scvmm/v20240601:getGuestAgent', __args__, opts=opts, typ=GetGuestAgentResult).value
|
|
197
|
+
|
|
198
|
+
return AwaitableGetGuestAgentResult(
|
|
199
|
+
credentials=pulumi.get(__ret__, 'credentials'),
|
|
200
|
+
custom_resource_name=pulumi.get(__ret__, 'custom_resource_name'),
|
|
201
|
+
http_proxy_config=pulumi.get(__ret__, 'http_proxy_config'),
|
|
202
|
+
id=pulumi.get(__ret__, 'id'),
|
|
203
|
+
name=pulumi.get(__ret__, 'name'),
|
|
204
|
+
private_link_scope_resource_id=pulumi.get(__ret__, 'private_link_scope_resource_id'),
|
|
205
|
+
provisioning_action=pulumi.get(__ret__, 'provisioning_action'),
|
|
206
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
207
|
+
status=pulumi.get(__ret__, 'status'),
|
|
208
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
209
|
+
type=pulumi.get(__ret__, 'type'),
|
|
210
|
+
uuid=pulumi.get(__ret__, 'uuid'))
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
@_utilities.lift_output_func(get_guest_agent)
|
|
214
|
+
def get_guest_agent_output(resource_uri: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGuestAgentResult]:
|
|
216
|
+
"""
|
|
217
|
+
Implements GuestAgent GET method.
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
221
|
+
"""
|
|
222
|
+
...
|
|
@@ -0,0 +1,206 @@
|
|
|
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
|
+
'GetInventoryItemResult',
|
|
20
|
+
'AwaitableGetInventoryItemResult',
|
|
21
|
+
'get_inventory_item',
|
|
22
|
+
'get_inventory_item_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetInventoryItemResult:
|
|
27
|
+
"""
|
|
28
|
+
Defines the inventory item.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, inventory_item_name=None, inventory_type=None, kind=None, managed_resource_id=None, name=None, provisioning_state=None, system_data=None, type=None, uuid=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if inventory_item_name and not isinstance(inventory_item_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'inventory_item_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "inventory_item_name", inventory_item_name)
|
|
37
|
+
if inventory_type and not isinstance(inventory_type, str):
|
|
38
|
+
raise TypeError("Expected argument 'inventory_type' to be a str")
|
|
39
|
+
pulumi.set(__self__, "inventory_type", inventory_type)
|
|
40
|
+
if kind and not isinstance(kind, str):
|
|
41
|
+
raise TypeError("Expected argument 'kind' to be a str")
|
|
42
|
+
pulumi.set(__self__, "kind", kind)
|
|
43
|
+
if managed_resource_id and not isinstance(managed_resource_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'managed_resource_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "managed_resource_id", managed_resource_id)
|
|
46
|
+
if name and not isinstance(name, str):
|
|
47
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
48
|
+
pulumi.set(__self__, "name", name)
|
|
49
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
50
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
51
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
52
|
+
if system_data and not isinstance(system_data, dict):
|
|
53
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
55
|
+
if type and not isinstance(type, str):
|
|
56
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
57
|
+
pulumi.set(__self__, "type", type)
|
|
58
|
+
if uuid and not isinstance(uuid, str):
|
|
59
|
+
raise TypeError("Expected argument 'uuid' to be a str")
|
|
60
|
+
pulumi.set(__self__, "uuid", uuid)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="inventoryItemName")
|
|
72
|
+
def inventory_item_name(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
Gets the Managed Object name in Vmm for the inventory item.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "inventory_item_name")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="inventoryType")
|
|
80
|
+
def inventory_type(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
They inventory type.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "inventory_type")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def kind(self) -> Optional[str]:
|
|
89
|
+
"""
|
|
90
|
+
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "kind")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="managedResourceId")
|
|
96
|
+
def managed_resource_id(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
Gets the tracked resource id corresponding to the inventory resource.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "managed_resource_id")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def name(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
The name of the resource
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "name")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="provisioningState")
|
|
112
|
+
def provisioning_state(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
Provisioning state of the resource.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "provisioning_state")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="systemData")
|
|
120
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
121
|
+
"""
|
|
122
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "system_data")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def type(self) -> str:
|
|
129
|
+
"""
|
|
130
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "type")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def uuid(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
Gets the UUID (which is assigned by Vmm) for the inventory item.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "uuid")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AwaitableGetInventoryItemResult(GetInventoryItemResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetInventoryItemResult(
|
|
149
|
+
id=self.id,
|
|
150
|
+
inventory_item_name=self.inventory_item_name,
|
|
151
|
+
inventory_type=self.inventory_type,
|
|
152
|
+
kind=self.kind,
|
|
153
|
+
managed_resource_id=self.managed_resource_id,
|
|
154
|
+
name=self.name,
|
|
155
|
+
provisioning_state=self.provisioning_state,
|
|
156
|
+
system_data=self.system_data,
|
|
157
|
+
type=self.type,
|
|
158
|
+
uuid=self.uuid)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_inventory_item(inventory_item_resource_name: Optional[str] = None,
|
|
162
|
+
resource_group_name: Optional[str] = None,
|
|
163
|
+
vmm_server_name: Optional[str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInventoryItemResult:
|
|
165
|
+
"""
|
|
166
|
+
Shows an inventory item.
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param str inventory_item_resource_name: Name of the inventoryItem.
|
|
170
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
171
|
+
:param str vmm_server_name: Name of the VmmServer.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['inventoryItemResourceName'] = inventory_item_resource_name
|
|
175
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
176
|
+
__args__['vmmServerName'] = vmm_server_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:scvmm/v20240601:getInventoryItem', __args__, opts=opts, typ=GetInventoryItemResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetInventoryItemResult(
|
|
181
|
+
id=pulumi.get(__ret__, 'id'),
|
|
182
|
+
inventory_item_name=pulumi.get(__ret__, 'inventory_item_name'),
|
|
183
|
+
inventory_type=pulumi.get(__ret__, 'inventory_type'),
|
|
184
|
+
kind=pulumi.get(__ret__, 'kind'),
|
|
185
|
+
managed_resource_id=pulumi.get(__ret__, 'managed_resource_id'),
|
|
186
|
+
name=pulumi.get(__ret__, 'name'),
|
|
187
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
188
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
189
|
+
type=pulumi.get(__ret__, 'type'),
|
|
190
|
+
uuid=pulumi.get(__ret__, 'uuid'))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
@_utilities.lift_output_func(get_inventory_item)
|
|
194
|
+
def get_inventory_item_output(inventory_item_resource_name: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
vmm_server_name: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInventoryItemResult]:
|
|
198
|
+
"""
|
|
199
|
+
Shows an inventory item.
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
:param str inventory_item_resource_name: Name of the inventoryItem.
|
|
203
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
204
|
+
:param str vmm_server_name: Name of the VmmServer.
|
|
205
|
+
"""
|
|
206
|
+
...
|