pulumi-azure-native 2.41.0a1715601087__py3-none-any.whl → 2.41.0a1715664832__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 +57 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_private_access.py +4 -0
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/private_access.py +5 -1
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
- pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
- pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
- pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
- pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
- pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
- pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
- pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
- pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
- pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
- 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 +5 -1
- 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 +4 -0
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
- 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 +5 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
- 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/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
- pulumi_azure_native/datafactory/_enums.py +1 -0
- pulumi_azure_native/datafactory/_inputs.py +46 -14
- pulumi_azure_native/datafactory/outputs.py +35 -11
- pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
- pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
- pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
- pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
- pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
- pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
- pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/documentdb/__init__.py +5 -0
- pulumi_azure_native/documentdb/firewall_rule.py +257 -0
- pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
- pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
- pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
- pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
- pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
- pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
- pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
- pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
- pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
- pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
- pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
- pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
- pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/RECORD +288 -210
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.41.0a1715601087.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,266 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetMSIXPackageResult',
|
|
15
|
+
'AwaitableGetMSIXPackageResult',
|
|
16
|
+
'get_msix_package',
|
|
17
|
+
'get_msix_package_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetMSIXPackageResult:
|
|
22
|
+
"""
|
|
23
|
+
Schema for MSIX Package properties.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, display_name=None, id=None, image_path=None, is_active=None, is_regular_registration=None, last_updated=None, name=None, package_applications=None, package_dependencies=None, package_family_name=None, package_name=None, package_relative_path=None, system_data=None, type=None, version=None):
|
|
26
|
+
if display_name and not isinstance(display_name, str):
|
|
27
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
|
28
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if image_path and not isinstance(image_path, str):
|
|
33
|
+
raise TypeError("Expected argument 'image_path' to be a str")
|
|
34
|
+
pulumi.set(__self__, "image_path", image_path)
|
|
35
|
+
if is_active and not isinstance(is_active, bool):
|
|
36
|
+
raise TypeError("Expected argument 'is_active' to be a bool")
|
|
37
|
+
pulumi.set(__self__, "is_active", is_active)
|
|
38
|
+
if is_regular_registration and not isinstance(is_regular_registration, bool):
|
|
39
|
+
raise TypeError("Expected argument 'is_regular_registration' to be a bool")
|
|
40
|
+
pulumi.set(__self__, "is_regular_registration", is_regular_registration)
|
|
41
|
+
if last_updated and not isinstance(last_updated, str):
|
|
42
|
+
raise TypeError("Expected argument 'last_updated' to be a str")
|
|
43
|
+
pulumi.set(__self__, "last_updated", last_updated)
|
|
44
|
+
if name and not isinstance(name, str):
|
|
45
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
46
|
+
pulumi.set(__self__, "name", name)
|
|
47
|
+
if package_applications and not isinstance(package_applications, list):
|
|
48
|
+
raise TypeError("Expected argument 'package_applications' to be a list")
|
|
49
|
+
pulumi.set(__self__, "package_applications", package_applications)
|
|
50
|
+
if package_dependencies and not isinstance(package_dependencies, list):
|
|
51
|
+
raise TypeError("Expected argument 'package_dependencies' to be a list")
|
|
52
|
+
pulumi.set(__self__, "package_dependencies", package_dependencies)
|
|
53
|
+
if package_family_name and not isinstance(package_family_name, str):
|
|
54
|
+
raise TypeError("Expected argument 'package_family_name' to be a str")
|
|
55
|
+
pulumi.set(__self__, "package_family_name", package_family_name)
|
|
56
|
+
if package_name and not isinstance(package_name, str):
|
|
57
|
+
raise TypeError("Expected argument 'package_name' to be a str")
|
|
58
|
+
pulumi.set(__self__, "package_name", package_name)
|
|
59
|
+
if package_relative_path and not isinstance(package_relative_path, str):
|
|
60
|
+
raise TypeError("Expected argument 'package_relative_path' to be a str")
|
|
61
|
+
pulumi.set(__self__, "package_relative_path", package_relative_path)
|
|
62
|
+
if system_data and not isinstance(system_data, dict):
|
|
63
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
65
|
+
if type and not isinstance(type, str):
|
|
66
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
67
|
+
pulumi.set(__self__, "type", type)
|
|
68
|
+
if version and not isinstance(version, str):
|
|
69
|
+
raise TypeError("Expected argument 'version' to be a str")
|
|
70
|
+
pulumi.set(__self__, "version", version)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="displayName")
|
|
74
|
+
def display_name(self) -> Optional[str]:
|
|
75
|
+
"""
|
|
76
|
+
User friendly Name to be displayed in the portal.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "display_name")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def id(self) -> str:
|
|
83
|
+
"""
|
|
84
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "id")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="imagePath")
|
|
90
|
+
def image_path(self) -> Optional[str]:
|
|
91
|
+
"""
|
|
92
|
+
VHD/CIM image path on Network Share.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "image_path")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="isActive")
|
|
98
|
+
def is_active(self) -> Optional[bool]:
|
|
99
|
+
"""
|
|
100
|
+
Make this version of the package the active one across the hostpool.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "is_active")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter(name="isRegularRegistration")
|
|
106
|
+
def is_regular_registration(self) -> Optional[bool]:
|
|
107
|
+
"""
|
|
108
|
+
Specifies how to register Package in feed.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "is_regular_registration")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="lastUpdated")
|
|
114
|
+
def last_updated(self) -> Optional[str]:
|
|
115
|
+
"""
|
|
116
|
+
Date Package was last updated, found in the appxmanifest.xml.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "last_updated")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def name(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
The name of the resource
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "name")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="packageApplications")
|
|
130
|
+
def package_applications(self) -> Optional[Sequence['outputs.MsixPackageApplicationsResponse']]:
|
|
131
|
+
"""
|
|
132
|
+
List of package applications.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "package_applications")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="packageDependencies")
|
|
138
|
+
def package_dependencies(self) -> Optional[Sequence['outputs.MsixPackageDependenciesResponse']]:
|
|
139
|
+
"""
|
|
140
|
+
List of package dependencies.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "package_dependencies")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="packageFamilyName")
|
|
146
|
+
def package_family_name(self) -> Optional[str]:
|
|
147
|
+
"""
|
|
148
|
+
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "package_family_name")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter(name="packageName")
|
|
154
|
+
def package_name(self) -> Optional[str]:
|
|
155
|
+
"""
|
|
156
|
+
Package Name from appxmanifest.xml.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "package_name")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="packageRelativePath")
|
|
162
|
+
def package_relative_path(self) -> Optional[str]:
|
|
163
|
+
"""
|
|
164
|
+
Relative Path to the package inside the image.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "package_relative_path")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="systemData")
|
|
170
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
171
|
+
"""
|
|
172
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "system_data")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter
|
|
178
|
+
def type(self) -> str:
|
|
179
|
+
"""
|
|
180
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "type")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter
|
|
186
|
+
def version(self) -> Optional[str]:
|
|
187
|
+
"""
|
|
188
|
+
Package version found in the appxmanifest.xml.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "version")
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
class AwaitableGetMSIXPackageResult(GetMSIXPackageResult):
|
|
194
|
+
# pylint: disable=using-constant-test
|
|
195
|
+
def __await__(self):
|
|
196
|
+
if False:
|
|
197
|
+
yield self
|
|
198
|
+
return GetMSIXPackageResult(
|
|
199
|
+
display_name=self.display_name,
|
|
200
|
+
id=self.id,
|
|
201
|
+
image_path=self.image_path,
|
|
202
|
+
is_active=self.is_active,
|
|
203
|
+
is_regular_registration=self.is_regular_registration,
|
|
204
|
+
last_updated=self.last_updated,
|
|
205
|
+
name=self.name,
|
|
206
|
+
package_applications=self.package_applications,
|
|
207
|
+
package_dependencies=self.package_dependencies,
|
|
208
|
+
package_family_name=self.package_family_name,
|
|
209
|
+
package_name=self.package_name,
|
|
210
|
+
package_relative_path=self.package_relative_path,
|
|
211
|
+
system_data=self.system_data,
|
|
212
|
+
type=self.type,
|
|
213
|
+
version=self.version)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
def get_msix_package(host_pool_name: Optional[str] = None,
|
|
217
|
+
msix_package_full_name: Optional[str] = None,
|
|
218
|
+
resource_group_name: Optional[str] = None,
|
|
219
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMSIXPackageResult:
|
|
220
|
+
"""
|
|
221
|
+
Get a msixpackage.
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
:param str host_pool_name: The name of the host pool within the specified resource group
|
|
225
|
+
:param str msix_package_full_name: The version specific package full name of the MSIX package within specified hostpool
|
|
226
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
227
|
+
"""
|
|
228
|
+
__args__ = dict()
|
|
229
|
+
__args__['hostPoolName'] = host_pool_name
|
|
230
|
+
__args__['msixPackageFullName'] = msix_package_full_name
|
|
231
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
232
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
233
|
+
__ret__ = pulumi.runtime.invoke('azure-native:desktopvirtualization/v20240403:getMSIXPackage', __args__, opts=opts, typ=GetMSIXPackageResult).value
|
|
234
|
+
|
|
235
|
+
return AwaitableGetMSIXPackageResult(
|
|
236
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
|
237
|
+
id=pulumi.get(__ret__, 'id'),
|
|
238
|
+
image_path=pulumi.get(__ret__, 'image_path'),
|
|
239
|
+
is_active=pulumi.get(__ret__, 'is_active'),
|
|
240
|
+
is_regular_registration=pulumi.get(__ret__, 'is_regular_registration'),
|
|
241
|
+
last_updated=pulumi.get(__ret__, 'last_updated'),
|
|
242
|
+
name=pulumi.get(__ret__, 'name'),
|
|
243
|
+
package_applications=pulumi.get(__ret__, 'package_applications'),
|
|
244
|
+
package_dependencies=pulumi.get(__ret__, 'package_dependencies'),
|
|
245
|
+
package_family_name=pulumi.get(__ret__, 'package_family_name'),
|
|
246
|
+
package_name=pulumi.get(__ret__, 'package_name'),
|
|
247
|
+
package_relative_path=pulumi.get(__ret__, 'package_relative_path'),
|
|
248
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
249
|
+
type=pulumi.get(__ret__, 'type'),
|
|
250
|
+
version=pulumi.get(__ret__, 'version'))
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
@_utilities.lift_output_func(get_msix_package)
|
|
254
|
+
def get_msix_package_output(host_pool_name: Optional[pulumi.Input[str]] = None,
|
|
255
|
+
msix_package_full_name: Optional[pulumi.Input[str]] = None,
|
|
256
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
257
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMSIXPackageResult]:
|
|
258
|
+
"""
|
|
259
|
+
Get a msixpackage.
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
:param str host_pool_name: The name of the host pool within the specified resource group
|
|
263
|
+
:param str msix_package_full_name: The version specific package full name of the MSIX package within specified hostpool
|
|
264
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
265
|
+
"""
|
|
266
|
+
...
|
pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPrivateEndpointConnectionByHostPoolResult',
|
|
15
|
+
'AwaitableGetPrivateEndpointConnectionByHostPoolResult',
|
|
16
|
+
'get_private_endpoint_connection_by_host_pool',
|
|
17
|
+
'get_private_endpoint_connection_by_host_pool_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPrivateEndpointConnectionByHostPoolResult:
|
|
22
|
+
"""
|
|
23
|
+
The Private Endpoint Connection resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
|
|
26
|
+
if group_ids and not isinstance(group_ids, list):
|
|
27
|
+
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
28
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
36
|
+
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
38
|
+
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
39
|
+
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
41
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
42
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
43
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
44
|
+
if system_data and not isinstance(system_data, dict):
|
|
45
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter(name="groupIds")
|
|
53
|
+
def group_ids(self) -> Sequence[str]:
|
|
54
|
+
"""
|
|
55
|
+
The group ids for the private endpoint resource.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "group_ids")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def name(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The name of the resource
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "name")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="privateEndpoint")
|
|
77
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
78
|
+
"""
|
|
79
|
+
The private endpoint resource.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "private_endpoint")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
85
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
86
|
+
"""
|
|
87
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="provisioningState")
|
|
93
|
+
def provisioning_state(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The provisioning state of the private endpoint connection resource.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "provisioning_state")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="systemData")
|
|
101
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
102
|
+
"""
|
|
103
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "system_data")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetPrivateEndpointConnectionByHostPoolResult(GetPrivateEndpointConnectionByHostPoolResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetPrivateEndpointConnectionByHostPoolResult(
|
|
122
|
+
group_ids=self.group_ids,
|
|
123
|
+
id=self.id,
|
|
124
|
+
name=self.name,
|
|
125
|
+
private_endpoint=self.private_endpoint,
|
|
126
|
+
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
127
|
+
provisioning_state=self.provisioning_state,
|
|
128
|
+
system_data=self.system_data,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_private_endpoint_connection_by_host_pool(host_pool_name: Optional[str] = None,
|
|
133
|
+
private_endpoint_connection_name: Optional[str] = None,
|
|
134
|
+
resource_group_name: Optional[str] = None,
|
|
135
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionByHostPoolResult:
|
|
136
|
+
"""
|
|
137
|
+
Get a private endpoint connection.
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
:param str host_pool_name: The name of the host pool within the specified resource group
|
|
141
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
142
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
143
|
+
"""
|
|
144
|
+
__args__ = dict()
|
|
145
|
+
__args__['hostPoolName'] = host_pool_name
|
|
146
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
147
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('azure-native:desktopvirtualization/v20240403:getPrivateEndpointConnectionByHostPool', __args__, opts=opts, typ=GetPrivateEndpointConnectionByHostPoolResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetPrivateEndpointConnectionByHostPoolResult(
|
|
152
|
+
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
153
|
+
id=pulumi.get(__ret__, 'id'),
|
|
154
|
+
name=pulumi.get(__ret__, 'name'),
|
|
155
|
+
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
156
|
+
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
157
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
158
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
159
|
+
type=pulumi.get(__ret__, 'type'))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
@_utilities.lift_output_func(get_private_endpoint_connection_by_host_pool)
|
|
163
|
+
def get_private_endpoint_connection_by_host_pool_output(host_pool_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionByHostPoolResult]:
|
|
167
|
+
"""
|
|
168
|
+
Get a private endpoint connection.
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
:param str host_pool_name: The name of the host pool within the specified resource group
|
|
172
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
173
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
174
|
+
"""
|
|
175
|
+
...
|
pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetPrivateEndpointConnectionByWorkspaceResult',
|
|
15
|
+
'AwaitableGetPrivateEndpointConnectionByWorkspaceResult',
|
|
16
|
+
'get_private_endpoint_connection_by_workspace',
|
|
17
|
+
'get_private_endpoint_connection_by_workspace_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPrivateEndpointConnectionByWorkspaceResult:
|
|
22
|
+
"""
|
|
23
|
+
The Private Endpoint Connection resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
|
|
26
|
+
if group_ids and not isinstance(group_ids, list):
|
|
27
|
+
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
28
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
36
|
+
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
38
|
+
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
39
|
+
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
41
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
42
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
43
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
44
|
+
if system_data and not isinstance(system_data, dict):
|
|
45
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter(name="groupIds")
|
|
53
|
+
def group_ids(self) -> Sequence[str]:
|
|
54
|
+
"""
|
|
55
|
+
The group ids for the private endpoint resource.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "group_ids")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def name(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The name of the resource
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "name")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="privateEndpoint")
|
|
77
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
78
|
+
"""
|
|
79
|
+
The private endpoint resource.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "private_endpoint")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
85
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
86
|
+
"""
|
|
87
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="provisioningState")
|
|
93
|
+
def provisioning_state(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The provisioning state of the private endpoint connection resource.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "provisioning_state")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="systemData")
|
|
101
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
102
|
+
"""
|
|
103
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "system_data")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetPrivateEndpointConnectionByWorkspaceResult(GetPrivateEndpointConnectionByWorkspaceResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetPrivateEndpointConnectionByWorkspaceResult(
|
|
122
|
+
group_ids=self.group_ids,
|
|
123
|
+
id=self.id,
|
|
124
|
+
name=self.name,
|
|
125
|
+
private_endpoint=self.private_endpoint,
|
|
126
|
+
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
127
|
+
provisioning_state=self.provisioning_state,
|
|
128
|
+
system_data=self.system_data,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_private_endpoint_connection_by_workspace(private_endpoint_connection_name: Optional[str] = None,
|
|
133
|
+
resource_group_name: Optional[str] = None,
|
|
134
|
+
workspace_name: Optional[str] = None,
|
|
135
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionByWorkspaceResult:
|
|
136
|
+
"""
|
|
137
|
+
Get a private endpoint connection.
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
141
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
142
|
+
:param str workspace_name: The name of the workspace
|
|
143
|
+
"""
|
|
144
|
+
__args__ = dict()
|
|
145
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
146
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
147
|
+
__args__['workspaceName'] = workspace_name
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('azure-native:desktopvirtualization/v20240403:getPrivateEndpointConnectionByWorkspace', __args__, opts=opts, typ=GetPrivateEndpointConnectionByWorkspaceResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetPrivateEndpointConnectionByWorkspaceResult(
|
|
152
|
+
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
153
|
+
id=pulumi.get(__ret__, 'id'),
|
|
154
|
+
name=pulumi.get(__ret__, 'name'),
|
|
155
|
+
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
156
|
+
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
157
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
158
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
159
|
+
type=pulumi.get(__ret__, 'type'))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
@_utilities.lift_output_func(get_private_endpoint_connection_by_workspace)
|
|
163
|
+
def get_private_endpoint_connection_by_workspace_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionByWorkspaceResult]:
|
|
167
|
+
"""
|
|
168
|
+
Get a private endpoint connection.
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
172
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
173
|
+
:param str workspace_name: The name of the workspace
|
|
174
|
+
"""
|
|
175
|
+
...
|