pulumi-azure-native 2.51.0a1721670234__py3-none-any.whl → 2.51.0a1721718685__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/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.0a1721718685.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/RECORD +564 -432
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721718685.dist-info}/top_level.txt +0 -0
pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
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
|
+
'ListHostPoolRegistrationTokensResult',
|
|
20
|
+
'AwaitableListHostPoolRegistrationTokensResult',
|
|
21
|
+
'list_host_pool_registration_tokens',
|
|
22
|
+
'list_host_pool_registration_tokens_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class ListHostPoolRegistrationTokensResult:
|
|
27
|
+
"""
|
|
28
|
+
List of RegistrationToken definitions.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, next_link=None, value=None):
|
|
31
|
+
if next_link and not isinstance(next_link, str):
|
|
32
|
+
raise TypeError("Expected argument 'next_link' to be a str")
|
|
33
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
34
|
+
if value and not isinstance(value, list):
|
|
35
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
36
|
+
pulumi.set(__self__, "value", value)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="nextLink")
|
|
40
|
+
def next_link(self) -> str:
|
|
41
|
+
"""
|
|
42
|
+
Link to the next page of results.
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "next_link")
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def value(self) -> Optional[Sequence['outputs.RegistrationTokenMinimalResponse']]:
|
|
49
|
+
"""
|
|
50
|
+
List of RegistrationToken definitions.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "value")
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class AwaitableListHostPoolRegistrationTokensResult(ListHostPoolRegistrationTokensResult):
|
|
56
|
+
# pylint: disable=using-constant-test
|
|
57
|
+
def __await__(self):
|
|
58
|
+
if False:
|
|
59
|
+
yield self
|
|
60
|
+
return ListHostPoolRegistrationTokensResult(
|
|
61
|
+
next_link=self.next_link,
|
|
62
|
+
value=self.value)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def list_host_pool_registration_tokens(host_pool_name: Optional[str] = None,
|
|
66
|
+
resource_group_name: Optional[str] = None,
|
|
67
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListHostPoolRegistrationTokensResult:
|
|
68
|
+
"""
|
|
69
|
+
Operation to list the RegistrationTokens associated with the HostPool.
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
:param str host_pool_name: The name of the host pool within the specified resource group
|
|
73
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
74
|
+
"""
|
|
75
|
+
__args__ = dict()
|
|
76
|
+
__args__['hostPoolName'] = host_pool_name
|
|
77
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
78
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
79
|
+
__ret__ = pulumi.runtime.invoke('azure-native:desktopvirtualization/v20240408preview:listHostPoolRegistrationTokens', __args__, opts=opts, typ=ListHostPoolRegistrationTokensResult).value
|
|
80
|
+
|
|
81
|
+
return AwaitableListHostPoolRegistrationTokensResult(
|
|
82
|
+
next_link=pulumi.get(__ret__, 'next_link'),
|
|
83
|
+
value=pulumi.get(__ret__, 'value'))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@_utilities.lift_output_func(list_host_pool_registration_tokens)
|
|
87
|
+
def list_host_pool_registration_tokens_output(host_pool_name: Optional[pulumi.Input[str]] = None,
|
|
88
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
89
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListHostPoolRegistrationTokensResult]:
|
|
90
|
+
"""
|
|
91
|
+
Operation to list the RegistrationTokens associated with the HostPool.
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
:param str host_pool_name: The name of the host pool within the specified resource group
|
|
95
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
96
|
+
"""
|
|
97
|
+
...
|
|
@@ -29,6 +29,7 @@ __all__ = [
|
|
|
29
29
|
'PrivateEndpointResponse',
|
|
30
30
|
'PrivateLinkServiceConnectionStateResponse',
|
|
31
31
|
'RegistrationInfoResponse',
|
|
32
|
+
'RegistrationTokenMinimalResponse',
|
|
32
33
|
'ScalingHostPoolReferenceResponse',
|
|
33
34
|
'ScalingScheduleResponse',
|
|
34
35
|
'SkuResponse',
|
|
@@ -1179,6 +1180,41 @@ class RegistrationInfoResponse(dict):
|
|
|
1179
1180
|
return pulumi.get(self, "token")
|
|
1180
1181
|
|
|
1181
1182
|
|
|
1183
|
+
@pulumi.output_type
|
|
1184
|
+
class RegistrationTokenMinimalResponse(dict):
|
|
1185
|
+
"""
|
|
1186
|
+
Represents a Minimal set of properties for RegistrationToken definition.
|
|
1187
|
+
"""
|
|
1188
|
+
def __init__(__self__, *,
|
|
1189
|
+
expiration_time: Optional[str] = None,
|
|
1190
|
+
token: Optional[str] = None):
|
|
1191
|
+
"""
|
|
1192
|
+
Represents a Minimal set of properties for RegistrationToken definition.
|
|
1193
|
+
:param str expiration_time: Expiration time of registration token.
|
|
1194
|
+
:param str token: The registration token base64 encoded string.
|
|
1195
|
+
"""
|
|
1196
|
+
if expiration_time is not None:
|
|
1197
|
+
pulumi.set(__self__, "expiration_time", expiration_time)
|
|
1198
|
+
if token is not None:
|
|
1199
|
+
pulumi.set(__self__, "token", token)
|
|
1200
|
+
|
|
1201
|
+
@property
|
|
1202
|
+
@pulumi.getter(name="expirationTime")
|
|
1203
|
+
def expiration_time(self) -> Optional[str]:
|
|
1204
|
+
"""
|
|
1205
|
+
Expiration time of registration token.
|
|
1206
|
+
"""
|
|
1207
|
+
return pulumi.get(self, "expiration_time")
|
|
1208
|
+
|
|
1209
|
+
@property
|
|
1210
|
+
@pulumi.getter
|
|
1211
|
+
def token(self) -> Optional[str]:
|
|
1212
|
+
"""
|
|
1213
|
+
The registration token base64 encoded string.
|
|
1214
|
+
"""
|
|
1215
|
+
return pulumi.get(self, "token")
|
|
1216
|
+
|
|
1217
|
+
|
|
1182
1218
|
@pulumi.output_type
|
|
1183
1219
|
class ScalingHostPoolReferenceResponse(dict):
|
|
1184
1220
|
"""
|
|
@@ -80,7 +80,7 @@ class DatabaseAccountArgs:
|
|
|
80
80
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
81
81
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
82
82
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
83
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity
|
|
83
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
84
84
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
85
85
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
86
86
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -407,7 +407,7 @@ class DatabaseAccountArgs:
|
|
|
407
407
|
@pulumi.getter(name="enableBurstCapacity")
|
|
408
408
|
def enable_burst_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
409
409
|
"""
|
|
410
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
410
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "enable_burst_capacity")
|
|
413
413
|
|
|
@@ -685,7 +685,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
686
686
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
687
687
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
688
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity
|
|
688
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
689
689
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
690
690
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
691
691
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -1046,7 +1046,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
1046
1046
|
@pulumi.getter(name="enableBurstCapacity")
|
|
1047
1047
|
def enable_burst_capacity(self) -> pulumi.Output[Optional[bool]]:
|
|
1048
1048
|
"""
|
|
1049
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
1049
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
1050
1050
|
"""
|
|
1051
1051
|
return pulumi.get(self, "enable_burst_capacity")
|
|
1052
1052
|
|
|
@@ -310,7 +310,7 @@ class GetDatabaseAccountResult:
|
|
|
310
310
|
@pulumi.getter(name="enableBurstCapacity")
|
|
311
311
|
def enable_burst_capacity(self) -> Optional[bool]:
|
|
312
312
|
"""
|
|
313
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
313
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "enable_burst_capacity")
|
|
316
316
|
|
|
@@ -80,7 +80,7 @@ class DatabaseAccountArgs:
|
|
|
80
80
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
81
81
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
82
82
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
83
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity
|
|
83
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
84
84
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
85
85
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
86
86
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -407,7 +407,7 @@ class DatabaseAccountArgs:
|
|
|
407
407
|
@pulumi.getter(name="enableBurstCapacity")
|
|
408
408
|
def enable_burst_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
409
409
|
"""
|
|
410
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
410
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "enable_burst_capacity")
|
|
413
413
|
|
|
@@ -685,7 +685,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
686
686
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
687
687
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
688
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity
|
|
688
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
689
689
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
690
690
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
691
691
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -1046,7 +1046,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
1046
1046
|
@pulumi.getter(name="enableBurstCapacity")
|
|
1047
1047
|
def enable_burst_capacity(self) -> pulumi.Output[Optional[bool]]:
|
|
1048
1048
|
"""
|
|
1049
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
1049
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
1050
1050
|
"""
|
|
1051
1051
|
return pulumi.get(self, "enable_burst_capacity")
|
|
1052
1052
|
|
|
@@ -310,7 +310,7 @@ class GetDatabaseAccountResult:
|
|
|
310
310
|
@pulumi.getter(name="enableBurstCapacity")
|
|
311
311
|
def enable_burst_capacity(self) -> Optional[bool]:
|
|
312
312
|
"""
|
|
313
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
313
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "enable_burst_capacity")
|
|
316
316
|
|
|
@@ -80,7 +80,7 @@ class DatabaseAccountArgs:
|
|
|
80
80
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
81
81
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
82
82
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
83
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity
|
|
83
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
84
84
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
85
85
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
86
86
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -407,7 +407,7 @@ class DatabaseAccountArgs:
|
|
|
407
407
|
@pulumi.getter(name="enableBurstCapacity")
|
|
408
408
|
def enable_burst_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
409
409
|
"""
|
|
410
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
410
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "enable_burst_capacity")
|
|
413
413
|
|
|
@@ -685,7 +685,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
685
685
|
:param pulumi.Input[bool] disable_local_auth: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
|
|
686
686
|
:param pulumi.Input[bool] enable_analytical_storage: Flag to indicate whether to enable storage analytics.
|
|
687
687
|
:param pulumi.Input[bool] enable_automatic_failover: Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
|
|
688
|
-
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity
|
|
688
|
+
:param pulumi.Input[bool] enable_burst_capacity: Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
689
689
|
:param pulumi.Input[bool] enable_cassandra_connector: Enables the cassandra connector on the Cosmos DB C* account
|
|
690
690
|
:param pulumi.Input[bool] enable_free_tier: Flag to indicate whether Free Tier is enabled.
|
|
691
691
|
:param pulumi.Input[bool] enable_multiple_write_locations: Enables the account to write in multiple locations
|
|
@@ -1046,7 +1046,7 @@ class DatabaseAccount(pulumi.CustomResource):
|
|
|
1046
1046
|
@pulumi.getter(name="enableBurstCapacity")
|
|
1047
1047
|
def enable_burst_capacity(self) -> pulumi.Output[Optional[bool]]:
|
|
1048
1048
|
"""
|
|
1049
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
1049
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
1050
1050
|
"""
|
|
1051
1051
|
return pulumi.get(self, "enable_burst_capacity")
|
|
1052
1052
|
|
|
@@ -310,7 +310,7 @@ class GetDatabaseAccountResult:
|
|
|
310
310
|
@pulumi.getter(name="enableBurstCapacity")
|
|
311
311
|
def enable_burst_capacity(self) -> Optional[bool]:
|
|
312
312
|
"""
|
|
313
|
-
Flag to indicate enabling/disabling of Burst Capacity
|
|
313
|
+
Flag to indicate enabling/disabling of Burst Capacity feature on the account
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "enable_burst_capacity")
|
|
316
316
|
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
from .. import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .deid_service import *
|
|
10
|
+
from .get_deid_service import *
|
|
11
|
+
from .get_private_endpoint_connection import *
|
|
12
|
+
from .private_endpoint_connection import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
from . import outputs
|
|
15
|
+
|
|
16
|
+
# Make subpackages available:
|
|
17
|
+
if typing.TYPE_CHECKING:
|
|
18
|
+
import pulumi_azure_native.healthdataaiservices.v20240228preview as __v20240228preview
|
|
19
|
+
v20240228preview = __v20240228preview
|
|
20
|
+
else:
|
|
21
|
+
v20240228preview = _utilities.lazy_import('pulumi_azure_native.healthdataaiservices.v20240228preview')
|
|
22
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'ManagedServiceIdentityType',
|
|
9
|
+
'PrivateEndpointServiceConnectionStatus',
|
|
10
|
+
'PublicNetworkAccess',
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
15
|
+
"""
|
|
16
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
17
|
+
"""
|
|
18
|
+
NONE = "None"
|
|
19
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
20
|
+
USER_ASSIGNED = "UserAssigned"
|
|
21
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class PrivateEndpointServiceConnectionStatus(str, Enum):
|
|
25
|
+
"""
|
|
26
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
27
|
+
"""
|
|
28
|
+
PENDING = "Pending"
|
|
29
|
+
APPROVED = "Approved"
|
|
30
|
+
REJECTED = "Rejected"
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class PublicNetworkAccess(str, Enum):
|
|
34
|
+
"""
|
|
35
|
+
Gets or sets allow or disallow public network access to resource
|
|
36
|
+
"""
|
|
37
|
+
ENABLED = "Enabled"
|
|
38
|
+
"""
|
|
39
|
+
The public network access is enabled
|
|
40
|
+
"""
|
|
41
|
+
DISABLED = "Disabled"
|
|
42
|
+
"""
|
|
43
|
+
The public network access is disabled
|
|
44
|
+
"""
|
|
@@ -0,0 +1,232 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'DeidServicePropertiesArgs',
|
|
20
|
+
'DeidServicePropertiesArgsDict',
|
|
21
|
+
'ManagedServiceIdentityArgs',
|
|
22
|
+
'ManagedServiceIdentityArgsDict',
|
|
23
|
+
'PrivateEndpointConnectionPropertiesArgs',
|
|
24
|
+
'PrivateEndpointConnectionPropertiesArgsDict',
|
|
25
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
26
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
MYPY = False
|
|
30
|
+
|
|
31
|
+
if not MYPY:
|
|
32
|
+
class DeidServicePropertiesArgsDict(TypedDict):
|
|
33
|
+
"""
|
|
34
|
+
Details of the HealthDataAIServices DeidService.
|
|
35
|
+
"""
|
|
36
|
+
public_network_access: NotRequired[pulumi.Input['PublicNetworkAccess']]
|
|
37
|
+
"""
|
|
38
|
+
Gets or sets allow or disallow public network access to resource
|
|
39
|
+
"""
|
|
40
|
+
elif False:
|
|
41
|
+
DeidServicePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
42
|
+
|
|
43
|
+
@pulumi.input_type
|
|
44
|
+
class DeidServicePropertiesArgs:
|
|
45
|
+
def __init__(__self__, *,
|
|
46
|
+
public_network_access: Optional[pulumi.Input['PublicNetworkAccess']] = None):
|
|
47
|
+
"""
|
|
48
|
+
Details of the HealthDataAIServices DeidService.
|
|
49
|
+
:param pulumi.Input['PublicNetworkAccess'] public_network_access: Gets or sets allow or disallow public network access to resource
|
|
50
|
+
"""
|
|
51
|
+
if public_network_access is not None:
|
|
52
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
56
|
+
def public_network_access(self) -> Optional[pulumi.Input['PublicNetworkAccess']]:
|
|
57
|
+
"""
|
|
58
|
+
Gets or sets allow or disallow public network access to resource
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "public_network_access")
|
|
61
|
+
|
|
62
|
+
@public_network_access.setter
|
|
63
|
+
def public_network_access(self, value: Optional[pulumi.Input['PublicNetworkAccess']]):
|
|
64
|
+
pulumi.set(self, "public_network_access", value)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
if not MYPY:
|
|
68
|
+
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
69
|
+
"""
|
|
70
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
71
|
+
"""
|
|
72
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
|
|
73
|
+
"""
|
|
74
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
75
|
+
"""
|
|
76
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
77
|
+
"""
|
|
78
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
79
|
+
"""
|
|
80
|
+
elif False:
|
|
81
|
+
ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
82
|
+
|
|
83
|
+
@pulumi.input_type
|
|
84
|
+
class ManagedServiceIdentityArgs:
|
|
85
|
+
def __init__(__self__, *,
|
|
86
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
87
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
88
|
+
"""
|
|
89
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
90
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
91
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
92
|
+
"""
|
|
93
|
+
pulumi.set(__self__, "type", type)
|
|
94
|
+
if user_assigned_identities is not None:
|
|
95
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter
|
|
99
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
100
|
+
"""
|
|
101
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "type")
|
|
104
|
+
|
|
105
|
+
@type.setter
|
|
106
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
107
|
+
pulumi.set(self, "type", value)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
111
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
112
|
+
"""
|
|
113
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
116
|
+
|
|
117
|
+
@user_assigned_identities.setter
|
|
118
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
119
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
if not MYPY:
|
|
123
|
+
class PrivateEndpointConnectionPropertiesArgsDict(TypedDict):
|
|
124
|
+
"""
|
|
125
|
+
Properties of the private endpoint connection.
|
|
126
|
+
"""
|
|
127
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgsDict']
|
|
128
|
+
"""
|
|
129
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
130
|
+
"""
|
|
131
|
+
elif False:
|
|
132
|
+
PrivateEndpointConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
133
|
+
|
|
134
|
+
@pulumi.input_type
|
|
135
|
+
class PrivateEndpointConnectionPropertiesArgs:
|
|
136
|
+
def __init__(__self__, *,
|
|
137
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
|
|
138
|
+
"""
|
|
139
|
+
Properties of the private endpoint connection.
|
|
140
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
141
|
+
"""
|
|
142
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
146
|
+
def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
|
|
147
|
+
"""
|
|
148
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
151
|
+
|
|
152
|
+
@private_link_service_connection_state.setter
|
|
153
|
+
def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
|
|
154
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
if not MYPY:
|
|
158
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
159
|
+
"""
|
|
160
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
161
|
+
"""
|
|
162
|
+
actions_required: NotRequired[pulumi.Input[str]]
|
|
163
|
+
"""
|
|
164
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
165
|
+
"""
|
|
166
|
+
description: NotRequired[pulumi.Input[str]]
|
|
167
|
+
"""
|
|
168
|
+
The reason for approval/rejection of the connection.
|
|
169
|
+
"""
|
|
170
|
+
status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]
|
|
171
|
+
"""
|
|
172
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
173
|
+
"""
|
|
174
|
+
elif False:
|
|
175
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
176
|
+
|
|
177
|
+
@pulumi.input_type
|
|
178
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
179
|
+
def __init__(__self__, *,
|
|
180
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
181
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
182
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
|
|
183
|
+
"""
|
|
184
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
185
|
+
:param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
186
|
+
:param pulumi.Input[str] description: The reason for approval/rejection of the connection.
|
|
187
|
+
:param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
188
|
+
"""
|
|
189
|
+
if actions_required is not None:
|
|
190
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
191
|
+
if description is not None:
|
|
192
|
+
pulumi.set(__self__, "description", description)
|
|
193
|
+
if status is not None:
|
|
194
|
+
pulumi.set(__self__, "status", status)
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter(name="actionsRequired")
|
|
198
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
199
|
+
"""
|
|
200
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "actions_required")
|
|
203
|
+
|
|
204
|
+
@actions_required.setter
|
|
205
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
206
|
+
pulumi.set(self, "actions_required", value)
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
211
|
+
"""
|
|
212
|
+
The reason for approval/rejection of the connection.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "description")
|
|
215
|
+
|
|
216
|
+
@description.setter
|
|
217
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
218
|
+
pulumi.set(self, "description", value)
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter
|
|
222
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
|
|
223
|
+
"""
|
|
224
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "status")
|
|
227
|
+
|
|
228
|
+
@status.setter
|
|
229
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
|
|
230
|
+
pulumi.set(self, "status", value)
|
|
231
|
+
|
|
232
|
+
|