pulumi-azure-native 2.62.0a1726562525__py3-none-any.whl → 2.63.0__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 +232 -1
- pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/connection.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/flow.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240507/pipeline.py +1 -1
- pulumi_azure_native/azuredatatransfer/v20240911/__init__.py +20 -0
- pulumi_azure_native/azuredatatransfer/v20240911/_enums.py +111 -0
- pulumi_azure_native/azuredatatransfer/v20240911/_inputs.py +1213 -0
- pulumi_azure_native/azuredatatransfer/v20240911/connection.py +258 -0
- pulumi_azure_native/azuredatatransfer/v20240911/flow.py +337 -0
- pulumi_azure_native/azuredatatransfer/v20240911/get_connection.py +162 -0
- pulumi_azure_native/azuredatatransfer/v20240911/get_flow.py +193 -0
- pulumi_azure_native/azuredatatransfer/v20240911/get_pipeline.py +162 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_azure_data_transfer_approved_schemas.py +85 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_connection.py +97 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_flow.py +97 -0
- pulumi_azure_native/azuredatatransfer/v20240911/list_list_schema.py +125 -0
- pulumi_azure_native/azuredatatransfer/v20240911/outputs.py +2123 -0
- pulumi_azure_native/azuredatatransfer/v20240911/pipeline.py +258 -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 +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/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20241001/__init__.py +31 -0
- pulumi_azure_native/cognitiveservices/v20241001/_enums.py +156 -0
- pulumi_azure_native/cognitiveservices/v20241001/_inputs.py +2577 -0
- pulumi_azure_native/cognitiveservices/v20241001/account.py +355 -0
- pulumi_azure_native/cognitiveservices/v20241001/commitment_plan.py +347 -0
- pulumi_azure_native/cognitiveservices/v20241001/commitment_plan_association.py +258 -0
- pulumi_azure_native/cognitiveservices/v20241001/deployment.py +289 -0
- pulumi_azure_native/cognitiveservices/v20241001/encryption_scope.py +260 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_account.py +214 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan.py +206 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan_association.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_deployment.py +180 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_encryption_scope.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist_item.py +172 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_rai_policy.py +167 -0
- pulumi_azure_native/cognitiveservices/v20241001/get_shared_commitment_plan.py +201 -0
- pulumi_azure_native/cognitiveservices/v20241001/list_account_keys.py +96 -0
- pulumi_azure_native/cognitiveservices/v20241001/outputs.py +3249 -0
- pulumi_azure_native/cognitiveservices/v20241001/private_endpoint_connection.py +260 -0
- pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist.py +259 -0
- pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist_item.py +280 -0
- pulumi_azure_native/cognitiveservices/v20241001/rai_policy.py +260 -0
- pulumi_azure_native/cognitiveservices/v20241001/shared_commitment_plan.py +326 -0
- pulumi_azure_native/compute/v20240701/_enums.py +1 -1
- pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
- pulumi_azure_native/compute/v20240701/outputs.py +2 -2
- pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py +41 -1
- pulumi_azure_native/confidentialledger/v20240709preview/outputs.py +29 -1
- pulumi_azure_native/containerservice/__init__.py +5 -0
- pulumi_azure_native/containerservice/_enums.py +15 -0
- pulumi_azure_native/containerservice/_inputs.py +37 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +343 -0
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +211 -0
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.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_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/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.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/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +23 -0
- 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/update_run.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/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/update_run.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/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/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/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/update_run.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/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/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/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/update_run.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/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/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/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/update_run.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/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/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/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.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/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/v20240202preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.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/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/v20240401/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240401/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20240401/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.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/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 +11 -0
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +64 -0
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +625 -0
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/auto_upgrade_profile.py +341 -0
- pulumi_azure_native/containerservice/v20240502preview/fleet.py +307 -0
- pulumi_azure_native/containerservice/v20240502preview/fleet_member.py +269 -0
- pulumi_azure_native/containerservice/v20240502preview/fleet_update_strategy.py +241 -0
- pulumi_azure_native/containerservice/v20240502preview/get_auto_upgrade_profile.py +209 -0
- pulumi_azure_native/containerservice/v20240502preview/get_fleet.py +201 -0
- pulumi_azure_native/containerservice/v20240502preview/get_fleet_member.py +180 -0
- pulumi_azure_native/containerservice/v20240502preview/get_fleet_update_strategy.py +167 -0
- pulumi_azure_native/containerservice/v20240502preview/get_update_run.py +219 -0
- pulumi_azure_native/containerservice/v20240502preview/list_fleet_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +1235 -3
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/update_run.py +362 -0
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20240801/_enums.py +628 -0
- pulumi_azure_native/containerservice/v20240801/_inputs.py +7532 -0
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1420 -0
- pulumi_azure_native/containerservice/v20240801/get_agent_pool.py +687 -0
- pulumi_azure_native/containerservice/v20240801/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240801/get_managed_cluster.py +721 -0
- pulumi_azure_native/containerservice/v20240801/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240801/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240801/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240801/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240801/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240801/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1353 -0
- pulumi_azure_native/containerservice/v20240801/outputs.py +6472 -0
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240801/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/datafactory/_inputs.py +20 -0
- pulumi_azure_native/datafactory/outputs.py +14 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
- pulumi_azure_native/dbformysql/__init__.py +3 -0
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240601preview/__init__.py +12 -0
- pulumi_azure_native/dbformysql/v20240601preview/_enums.py +110 -0
- pulumi_azure_native/dbformysql/v20240601preview/_inputs.py +850 -0
- pulumi_azure_native/dbformysql/v20240601preview/get_server.py +409 -0
- pulumi_azure_native/dbformysql/v20240601preview/outputs.py +1147 -0
- pulumi_azure_native/dbformysql/v20240601preview/server.py +793 -0
- pulumi_azure_native/hybridnetwork/__init__.py +5 -0
- pulumi_azure_native/hybridnetwork/artifact_manifest.py +5 -1
- pulumi_azure_native/hybridnetwork/artifact_store.py +5 -1
- pulumi_azure_native/hybridnetwork/configuration_group_schema.py +5 -1
- pulumi_azure_native/hybridnetwork/configuration_group_value.py +5 -1
- pulumi_azure_native/hybridnetwork/get_artifact_manifest.py +4 -0
- pulumi_azure_native/hybridnetwork/get_artifact_store.py +4 -0
- pulumi_azure_native/hybridnetwork/get_configuration_group_schema.py +4 -0
- pulumi_azure_native/hybridnetwork/get_configuration_group_value.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_function.py +2 -2
- pulumi_azure_native/hybridnetwork/get_network_function_definition_group.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_function_definition_version.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_service_design_group.py +4 -0
- pulumi_azure_native/hybridnetwork/get_network_service_design_version.py +4 -0
- pulumi_azure_native/hybridnetwork/get_publisher.py +4 -0
- pulumi_azure_native/hybridnetwork/get_site.py +4 -0
- pulumi_azure_native/hybridnetwork/get_site_network_service.py +4 -0
- pulumi_azure_native/hybridnetwork/list_artifact_manifest_credential.py +4 -0
- pulumi_azure_native/hybridnetwork/list_artifact_store_network_fabric_controller_private_end_points.py +104 -0
- pulumi_azure_native/hybridnetwork/list_artifact_store_private_end_points.py +104 -0
- pulumi_azure_native/hybridnetwork/network_function.py +3 -3
- pulumi_azure_native/hybridnetwork/network_function_definition_group.py +5 -1
- pulumi_azure_native/hybridnetwork/network_function_definition_version.py +5 -1
- pulumi_azure_native/hybridnetwork/network_service_design_group.py +5 -1
- pulumi_azure_native/hybridnetwork/network_service_design_version.py +5 -1
- pulumi_azure_native/hybridnetwork/outputs.py +48 -0
- pulumi_azure_native/hybridnetwork/publisher.py +5 -1
- pulumi_azure_native/hybridnetwork/site.py +5 -1
- pulumi_azure_native/hybridnetwork/site_network_service.py +5 -1
- pulumi_azure_native/hybridnetwork/v20220101preview/network_function.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/artifact_manifest.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/artifact_store.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/configuration_group_schema.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/configuration_group_value.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_function.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_group.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_function_definition_version.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_service_design_group.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/network_service_design_version.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/publisher.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/site.py +1 -1
- pulumi_azure_native/hybridnetwork/v20230901/site_network_service.py +1 -1
- pulumi_azure_native/hybridnetwork/v20240415/__init__.py +37 -0
- pulumi_azure_native/hybridnetwork/v20240415/_enums.py +205 -0
- pulumi_azure_native/hybridnetwork/v20240415/_inputs.py +4689 -0
- pulumi_azure_native/hybridnetwork/v20240415/artifact_manifest.py +300 -0
- pulumi_azure_native/hybridnetwork/v20240415/artifact_store.py +279 -0
- pulumi_azure_native/hybridnetwork/v20240415/configuration_group_schema.py +278 -0
- pulumi_azure_native/hybridnetwork/v20240415/configuration_group_value.py +257 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_artifact_manifest.py +172 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_artifact_store.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_schema.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_configuration_group_value.py +162 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_function.py +188 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_group.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_function_definition_version.py +172 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_group.py +167 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_network_service_design_version.py +172 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_publisher.py +175 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_site.py +162 -0
- pulumi_azure_native/hybridnetwork/v20240415/get_site_network_service.py +188 -0
- pulumi_azure_native/hybridnetwork/v20240415/list_artifact_manifest_credential.py +93 -0
- pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_network_fabric_controller_private_end_points.py +102 -0
- pulumi_azure_native/hybridnetwork/v20240415/list_artifact_store_private_end_points.py +102 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_function.py +297 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_group.py +278 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_function_definition_version.py +300 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_service_design_group.py +278 -0
- pulumi_azure_native/hybridnetwork/v20240415/network_service_design_version.py +300 -0
- pulumi_azure_native/hybridnetwork/v20240415/outputs.py +4660 -0
- pulumi_azure_native/hybridnetwork/v20240415/publisher.py +287 -0
- pulumi_azure_native/hybridnetwork/v20240415/site.py +257 -0
- pulumi_azure_native/hybridnetwork/v20240415/site_network_service.py +316 -0
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/get_scheduled_query_rule.py +11 -11
- pulumi_azure_native/insights/scheduled_query_rule.py +27 -27
- pulumi_azure_native/insights/v20180416/scheduled_query_rule.py +1 -1
- pulumi_azure_native/insights/v20200501preview/scheduled_query_rule.py +1 -1
- pulumi_azure_native/insights/v20220801preview/get_scheduled_query_rule.py +9 -9
- pulumi_azure_native/insights/v20220801preview/scheduled_query_rule.py +25 -25
- pulumi_azure_native/insights/v20230315preview/get_scheduled_query_rule.py +9 -9
- pulumi_azure_native/insights/v20230315preview/scheduled_query_rule.py +25 -25
- pulumi_azure_native/insights/v20231201/get_scheduled_query_rule.py +9 -9
- pulumi_azure_native/insights/v20231201/scheduled_query_rule.py +25 -25
- pulumi_azure_native/insights/v20240101preview/__init__.py +12 -0
- pulumi_azure_native/insights/v20240101preview/_enums.py +71 -0
- pulumi_azure_native/insights/v20240101preview/_inputs.py +648 -0
- pulumi_azure_native/insights/v20240101preview/get_scheduled_query_rule.py +435 -0
- pulumi_azure_native/insights/v20240101preview/outputs.py +719 -0
- pulumi_azure_native/insights/v20240101preview/scheduled_query_rule.py +794 -0
- pulumi_azure_native/maps/__init__.py +3 -0
- pulumi_azure_native/maps/account.py +3 -3
- pulumi_azure_native/maps/creator.py +3 -3
- pulumi_azure_native/maps/get_account.py +2 -2
- pulumi_azure_native/maps/get_creator.py +2 -2
- pulumi_azure_native/maps/list_account_keys.py +2 -2
- pulumi_azure_native/maps/list_account_sas.py +2 -2
- pulumi_azure_native/maps/v20180501/account.py +1 -1
- pulumi_azure_native/maps/v20200201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20210201/account.py +1 -1
- pulumi_azure_native/maps/v20210201/creator.py +1 -1
- pulumi_azure_native/maps/v20211201preview/account.py +1 -1
- pulumi_azure_native/maps/v20211201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20230601/account.py +1 -1
- pulumi_azure_native/maps/v20230601/creator.py +1 -1
- pulumi_azure_native/maps/v20230801preview/account.py +1 -1
- pulumi_azure_native/maps/v20230801preview/creator.py +1 -1
- pulumi_azure_native/maps/v20231201preview/account.py +1 -1
- pulumi_azure_native/maps/v20231201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20240101preview/account.py +1 -1
- pulumi_azure_native/maps/v20240101preview/creator.py +1 -1
- pulumi_azure_native/maps/v20240701preview/__init__.py +16 -0
- pulumi_azure_native/maps/v20240701preview/_enums.py +54 -0
- pulumi_azure_native/maps/v20240701preview/_inputs.py +695 -0
- pulumi_azure_native/maps/v20240701preview/account.py +346 -0
- pulumi_azure_native/maps/v20240701preview/creator.py +279 -0
- pulumi_azure_native/maps/v20240701preview/get_account.py +201 -0
- pulumi_azure_native/maps/v20240701preview/get_creator.py +167 -0
- pulumi_azure_native/maps/v20240701preview/list_account_keys.py +122 -0
- pulumi_azure_native/maps/v20240701preview/list_account_sas.py +122 -0
- pulumi_azure_native/maps/v20240701preview/outputs.py +862 -0
- pulumi_azure_native/monitor/__init__.py +3 -0
- pulumi_azure_native/monitor/get_pipeline_group.py +4 -0
- pulumi_azure_native/monitor/pipeline_group.py +5 -1
- pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +1 -1
- pulumi_azure_native/monitor/v20241001preview/__init__.py +12 -0
- pulumi_azure_native/monitor/v20241001preview/_enums.py +159 -0
- pulumi_azure_native/monitor/v20241001preview/_inputs.py +1888 -0
- pulumi_azure_native/monitor/v20241001preview/get_pipeline_group.py +175 -0
- pulumi_azure_native/monitor/v20241001preview/outputs.py +1573 -0
- pulumi_azure_native/monitor/v20241001preview/pipeline_group.py +287 -0
- pulumi_azure_native/programmableconnectivity/__init__.py +22 -0
- pulumi_azure_native/programmableconnectivity/_enums.py +23 -0
- pulumi_azure_native/programmableconnectivity/_inputs.py +238 -0
- pulumi_azure_native/programmableconnectivity/gateway.py +259 -0
- pulumi_azure_native/programmableconnectivity/get_gateway.py +190 -0
- pulumi_azure_native/programmableconnectivity/get_operator_api_connection.py +281 -0
- pulumi_azure_native/programmableconnectivity/operator_api_connection.py +468 -0
- pulumi_azure_native/programmableconnectivity/outputs.py +345 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/__init__.py +14 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/_enums.py +23 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/_inputs.py +238 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/gateway.py +257 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/get_gateway.py +188 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/get_operator_api_connection.py +279 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/operator_api_connection.py +466 -0
- pulumi_azure_native/programmableconnectivity/v20240115preview/outputs.py +345 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/relay/__init__.py +3 -0
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -0
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +2 -2
- pulumi_azure_native/relay/get_namespace.py +4 -0
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/relay/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/relay/get_wcf_relay.py +2 -2
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +2 -2
- pulumi_azure_native/relay/hybrid_connection.py +5 -1
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +3 -3
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +4 -0
- pulumi_azure_native/relay/list_namespace_keys.py +4 -0
- pulumi_azure_native/relay/list_wcf_relay_keys.py +4 -0
- pulumi_azure_native/relay/namespace.py +5 -1
- pulumi_azure_native/relay/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/relay/private_endpoint_connection.py +3 -3
- pulumi_azure_native/relay/v20170401/hybrid_connection_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20170401/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20170401/wcf_relay_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20180101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/relay/v20211101/hybrid_connection.py +1 -1
- pulumi_azure_native/relay/v20211101/hybrid_connection_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20211101/namespace.py +1 -1
- pulumi_azure_native/relay/v20211101/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20211101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/relay/v20211101/wcf_relay.py +1 -1
- pulumi_azure_native/relay/v20211101/wcf_relay_authorization_rule.py +1 -1
- pulumi_azure_native/relay/v20240101/__init__.py +27 -0
- pulumi_azure_native/relay/v20240101/_enums.py +74 -0
- pulumi_azure_native/relay/v20240101/_inputs.py +253 -0
- pulumi_azure_native/relay/v20240101/get_hybrid_connection.py +206 -0
- pulumi_azure_native/relay/v20240101/get_hybrid_connection_authorization_rule.py +159 -0
- pulumi_azure_native/relay/v20240101/get_namespace.py +266 -0
- pulumi_azure_native/relay/v20240101/get_namespace_authorization_rule.py +154 -0
- pulumi_azure_native/relay/v20240101/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/relay/v20240101/get_wcf_relay.py +245 -0
- pulumi_azure_native/relay/v20240101/get_wcf_relay_authorization_rule.py +159 -0
- pulumi_azure_native/relay/v20240101/hybrid_connection.py +288 -0
- pulumi_azure_native/relay/v20240101/hybrid_connection_authorization_rule.py +252 -0
- pulumi_azure_native/relay/v20240101/list_hybrid_connection_keys.py +145 -0
- pulumi_azure_native/relay/v20240101/list_namespace_keys.py +140 -0
- pulumi_azure_native/relay/v20240101/list_wcf_relay_keys.py +145 -0
- pulumi_azure_native/relay/v20240101/namespace.py +383 -0
- pulumi_azure_native/relay/v20240101/namespace_authorization_rule.py +231 -0
- pulumi_azure_native/relay/v20240101/outputs.py +353 -0
- pulumi_azure_native/relay/v20240101/private_endpoint_connection.py +289 -0
- pulumi_azure_native/relay/v20240101/wcf_relay.py +357 -0
- pulumi_azure_native/relay/v20240101/wcf_relay_authorization_rule.py +252 -0
- pulumi_azure_native/relay/wcf_relay.py +3 -3
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +3 -3
- pulumi_azure_native/signalrservice/__init__.py +3 -0
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20240801preview/_enums.py +102 -0
- pulumi_azure_native/signalrservice/v20240801preview/_inputs.py +1650 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r.py +502 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_certificate.py +180 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_custom_domain.py +167 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_private_endpoint_connection.py +180 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_replica.py +209 -0
- pulumi_azure_native/signalrservice/v20240801preview/get_signal_r_shared_private_link_resource.py +206 -0
- pulumi_azure_native/signalrservice/v20240801preview/list_signal_r_keys.py +122 -0
- pulumi_azure_native/signalrservice/v20240801preview/outputs.py +1750 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +892 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +289 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +260 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +270 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +367 -0
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +328 -0
- pulumi_azure_native/sql/__init__.py +3 -0
- pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/data_masking_policy.py +3 -3
- pulumi_azure_native/sql/database.py +3 -3
- pulumi_azure_native/sql/database_advisor.py +3 -3
- pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/distributed_availability_group.py +3 -3
- pulumi_azure_native/sql/elastic_pool.py +3 -3
- pulumi_azure_native/sql/encryption_protector.py +3 -3
- pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/failover_group.py +3 -3
- pulumi_azure_native/sql/firewall_rule.py +3 -3
- pulumi_azure_native/sql/geo_backup_policy.py +3 -3
- pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
- pulumi_azure_native/sql/get_database.py +2 -2
- pulumi_azure_native/sql/get_database_advisor.py +2 -2
- pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
- pulumi_azure_native/sql/get_elastic_pool.py +2 -2
- pulumi_azure_native/sql/get_encryption_protector.py +2 -2
- pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_failover_group.py +2 -2
- pulumi_azure_native/sql/get_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
- pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
- pulumi_azure_native/sql/get_instance_pool.py +2 -2
- pulumi_azure_native/sql/get_job.py +2 -2
- pulumi_azure_native/sql/get_job_agent.py +2 -2
- pulumi_azure_native/sql/get_job_credential.py +2 -2
- pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
- pulumi_azure_native/sql/get_job_step.py +2 -2
- pulumi_azure_native/sql/get_job_target_group.py +2 -2
- pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_database.py +2 -2
- pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_managed_instance.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_replication_link.py +2 -2
- pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_server.py +2 -2
- pulumi_azure_native/sql/get_server_advisor.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_server_key.py +2 -2
- pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
- pulumi_azure_native/sql/get_server_trust_group.py +2 -2
- pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
- pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
- pulumi_azure_native/sql/get_sync_agent.py +2 -2
- pulumi_azure_native/sql/get_sync_group.py +2 -2
- pulumi_azure_native/sql/get_sync_member.py +2 -2
- pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
- pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
- pulumi_azure_native/sql/get_workload_classifier.py +2 -2
- pulumi_azure_native/sql/get_workload_group.py +2 -2
- pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
- pulumi_azure_native/sql/instance_failover_group.py +3 -3
- pulumi_azure_native/sql/instance_pool.py +3 -3
- pulumi_azure_native/sql/job.py +3 -3
- pulumi_azure_native/sql/job_agent.py +3 -3
- pulumi_azure_native/sql/job_credential.py +3 -3
- pulumi_azure_native/sql/job_private_endpoint.py +3 -3
- pulumi_azure_native/sql/job_step.py +3 -3
- pulumi_azure_native/sql/job_target_group.py +3 -3
- pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_database.py +3 -3
- pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/managed_instance.py +3 -3
- pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
- pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/managed_instance_key.py +3 -3
- pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
- pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
- pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/replication_link.py +3 -3
- pulumi_azure_native/sql/sensitivity_label.py +3 -3
- pulumi_azure_native/sql/server.py +3 -3
- pulumi_azure_native/sql/server_advisor.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/server_dns_alias.py +3 -3
- pulumi_azure_native/sql/server_key.py +3 -3
- pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/server_trust_certificate.py +3 -3
- pulumi_azure_native/sql/server_trust_group.py +3 -3
- pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
- pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
- pulumi_azure_native/sql/sync_agent.py +3 -3
- pulumi_azure_native/sql/sync_group.py +3 -3
- pulumi_azure_native/sql/sync_member.py +3 -3
- pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
- pulumi_azure_native/sql/v20140401/database.py +1 -1
- pulumi_azure_native/sql/v20140401/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20140401/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/v20140401/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20140401/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20140401/server.py +1 -1
- pulumi_azure_native/sql/v20140401/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20140401/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20140401/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20150501preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20170301preview/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20170301preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20180601preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20190601preview/database.py +1 -1
- pulumi_azure_native/sql/v20200202preview/database.py +1 -1
- pulumi_azure_native/sql/v20200801preview/database.py +1 -1
- pulumi_azure_native/sql/v20210201preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20211101/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/database.py +1 -1
- pulumi_azure_native/sql/v20211101/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20211101/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20211101/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20211101/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20211101/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20211101/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/failover_group.py +1 -1
- pulumi_azure_native/sql/v20211101/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20211101/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20211101/job.py +1 -1
- pulumi_azure_native/sql/v20211101/job_agent.py +1 -1
- pulumi_azure_native/sql/v20211101/job_credential.py +1 -1
- pulumi_azure_native/sql/v20211101/job_step.py +1 -1
- pulumi_azure_native/sql/v20211101/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20211101/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20211101/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20211101/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20211101/server.py +1 -1
- pulumi_azure_native/sql/v20211101/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20211101/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20211101/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20211101/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20211101/server_key.py +1 -1
- pulumi_azure_native/sql/v20211101/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20211101/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20211101/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20211101/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20211101/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20211101/sync_group.py +1 -1
- pulumi_azure_native/sql/v20211101/sync_member.py +1 -1
- pulumi_azure_native/sql/v20211101/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20211101/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20211101/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20211101/workload_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20221101preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20221101preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20221101preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20221101preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20221101preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20221101preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20221101preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20221101preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20221101preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20221101preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20230201preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20230201preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20230201preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230201preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20230201preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20230201preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20230201preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20230201preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20230201preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20230201preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20230501preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20230501preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_private_endpoint.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20230501preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230501preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230501preview/replication_link.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20230501preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20230501preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20230501preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20230501preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20230501preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20230501preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/backup_short_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/data_masking_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_advisor.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/distributed_availability_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/elastic_pool.py +1 -1
- pulumi_azure_native/sql/v20230801preview/encryption_protector.py +1 -1
- pulumi_azure_native/sql/v20230801preview/extended_database_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/extended_server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/failover_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/geo_backup_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/i_pv6_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/instance_failover_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/instance_pool.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_agent.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_credential.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_private_endpoint.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_step.py +1 -1
- pulumi_azure_native/sql/v20230801preview/job_target_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database_sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_database_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_administrator.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_key.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_instance_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/managed_server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230801preview/outbound_firewall_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/sql/v20230801preview/replication_link.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sensitivity_label.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_advisor.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_azure_ad_administrator.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_azure_ad_only_authentication.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_blob_auditing_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_dns_alias.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_key.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_security_alert_policy.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_trust_certificate.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_trust_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/server_vulnerability_assessment.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessment_rule_baseline.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sql_vulnerability_assessments_setting.py +1 -1
- pulumi_azure_native/sql/v20230801preview/start_stop_managed_instance_schedule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sync_agent.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sync_group.py +1 -1
- pulumi_azure_native/sql/v20230801preview/sync_member.py +1 -1
- pulumi_azure_native/sql/v20230801preview/transparent_data_encryption.py +1 -1
- pulumi_azure_native/sql/v20230801preview/virtual_network_rule.py +1 -1
- pulumi_azure_native/sql/v20230801preview/workload_classifier.py +1 -1
- pulumi_azure_native/sql/v20230801preview/workload_group.py +1 -1
- pulumi_azure_native/sql/v20240501preview/__init__.py +138 -0
- pulumi_azure_native/sql/v20240501preview/_enums.py +616 -0
- pulumi_azure_native/sql/v20240501preview/_inputs.py +2390 -0
- pulumi_azure_native/sql/v20240501preview/backup_short_term_retention_policy.py +258 -0
- pulumi_azure_native/sql/v20240501preview/data_masking_policy.py +300 -0
- pulumi_azure_native/sql/v20240501preview/database.py +1542 -0
- pulumi_azure_native/sql/v20240501preview/database_advisor.py +302 -0
- pulumi_azure_native/sql/v20240501preview/database_blob_auditing_policy.py +792 -0
- pulumi_azure_native/sql/v20240501preview/database_security_alert_policy.py +426 -0
- pulumi_azure_native/sql/v20240501preview/database_sql_vulnerability_assessment_rule_baseline.py +299 -0
- pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment.py +291 -0
- pulumi_azure_native/sql/v20240501preview/database_vulnerability_assessment_rule_baseline.py +274 -0
- pulumi_azure_native/sql/v20240501preview/distributed_availability_group.py +443 -0
- pulumi_azure_native/sql/v20240501preview/elastic_pool.py +613 -0
- pulumi_azure_native/sql/v20240501preview/encryption_protector.py +318 -0
- pulumi_azure_native/sql/v20240501preview/extended_database_blob_auditing_policy.py +811 -0
- pulumi_azure_native/sql/v20240501preview/extended_server_blob_auditing_policy.py +855 -0
- pulumi_azure_native/sql/v20240501preview/failover_group.py +379 -0
- pulumi_azure_native/sql/v20240501preview/firewall_rule.py +256 -0
- pulumi_azure_native/sql/v20240501preview/geo_backup_policy.py +261 -0
- pulumi_azure_native/sql/v20240501preview/get_backup_short_term_retention_policy.py +145 -0
- pulumi_azure_native/sql/v20240501preview/get_data_masking_policy.py +197 -0
- pulumi_azure_native/sql/v20240501preview/get_database.py +723 -0
- pulumi_azure_native/sql/v20240501preview/get_database_advisor.py +224 -0
- pulumi_azure_native/sql/v20240501preview/get_database_blob_auditing_policy.py +320 -0
- pulumi_azure_native/sql/v20240501preview/get_database_security_alert_policy.py +237 -0
- pulumi_azure_native/sql/v20240501preview/get_database_sql_vulnerability_assessment_rule_baseline.py +154 -0
- pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment.py +133 -0
- pulumi_azure_native/sql/v20240501preview/get_database_vulnerability_assessment_rule_baseline.py +143 -0
- pulumi_azure_native/sql/v20240501preview/get_distributed_availability_group.py +258 -0
- pulumi_azure_native/sql/v20240501preview/get_elastic_pool.py +329 -0
- pulumi_azure_native/sql/v20240501preview/get_encryption_protector.py +218 -0
- pulumi_azure_native/sql/v20240501preview/get_extended_database_blob_auditing_policy.py +320 -0
- pulumi_azure_native/sql/v20240501preview/get_extended_server_blob_auditing_policy.py +337 -0
- pulumi_azure_native/sql/v20240501preview/get_failover_group.py +219 -0
- pulumi_azure_native/sql/v20240501preview/get_firewall_rule.py +140 -0
- pulumi_azure_native/sql/v20240501preview/get_geo_backup_policy.py +171 -0
- pulumi_azure_native/sql/v20240501preview/get_i_pv6_firewall_rule.py +140 -0
- pulumi_azure_native/sql/v20240501preview/get_instance_failover_group.py +206 -0
- pulumi_azure_native/sql/v20240501preview/get_instance_pool.py +214 -0
- pulumi_azure_native/sql/v20240501preview/get_job.py +159 -0
- pulumi_azure_native/sql/v20240501preview/get_job_agent.py +193 -0
- pulumi_azure_native/sql/v20240501preview/get_job_credential.py +132 -0
- pulumi_azure_native/sql/v20240501preview/get_job_private_endpoint.py +145 -0
- pulumi_azure_native/sql/v20240501preview/get_job_step.py +203 -0
- pulumi_azure_native/sql/v20240501preview/get_job_target_group.py +133 -0
- pulumi_azure_native/sql/v20240501preview/get_long_term_retention_policy.py +171 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database.py +244 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database_sensitivity_label.py +271 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment.py +133 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_database_vulnerability_assessment_rule_baseline.py +143 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance.py +640 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_administrator.py +164 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_azure_ad_only_authentication.py +127 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_key.py +166 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_long_term_retention_policy.py +184 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_private_endpoint_connection.py +154 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_instance_vulnerability_assessment.py +128 -0
- pulumi_azure_native/sql/v20240501preview/get_managed_server_dns_alias.py +138 -0
- pulumi_azure_native/sql/v20240501preview/get_outbound_firewall_rule.py +125 -0
- pulumi_azure_native/sql/v20240501preview/get_private_endpoint_connection.py +167 -0
- pulumi_azure_native/sql/v20240501preview/get_replication_link.py +275 -0
- pulumi_azure_native/sql/v20240501preview/get_sensitivity_label.py +271 -0
- pulumi_azure_native/sql/v20240501preview/get_server.py +362 -0
- pulumi_azure_native/sql/v20240501preview/get_server_advisor.py +219 -0
- pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_administrator.py +179 -0
- pulumi_azure_native/sql/v20240501preview/get_server_azure_ad_only_authentication.py +127 -0
- pulumi_azure_native/sql/v20240501preview/get_server_blob_auditing_policy.py +324 -0
- pulumi_azure_native/sql/v20240501preview/get_server_dns_alias.py +127 -0
- pulumi_azure_native/sql/v20240501preview/get_server_key.py +192 -0
- pulumi_azure_native/sql/v20240501preview/get_server_security_alert_policy.py +232 -0
- pulumi_azure_native/sql/v20240501preview/get_server_trust_certificate.py +153 -0
- pulumi_azure_native/sql/v20240501preview/get_server_trust_group.py +141 -0
- pulumi_azure_native/sql/v20240501preview/get_server_vulnerability_assessment.py +128 -0
- pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessment_rule_baseline.py +154 -0
- pulumi_azure_native/sql/v20240501preview/get_sql_vulnerability_assessments_setting.py +141 -0
- pulumi_azure_native/sql/v20240501preview/get_start_stop_managed_instance_schedule.py +193 -0
- pulumi_azure_native/sql/v20240501preview/get_sync_agent.py +192 -0
- pulumi_azure_native/sql/v20240501preview/get_sync_group.py +276 -0
- pulumi_azure_native/sql/v20240501preview/get_sync_member.py +267 -0
- pulumi_azure_native/sql/v20240501preview/get_transparent_data_encryption.py +132 -0
- pulumi_azure_native/sql/v20240501preview/get_virtual_network_rule.py +153 -0
- pulumi_azure_native/sql/v20240501preview/get_workload_classifier.py +202 -0
- pulumi_azure_native/sql/v20240501preview/get_workload_group.py +197 -0
- pulumi_azure_native/sql/v20240501preview/i_pv6_firewall_rule.py +256 -0
- pulumi_azure_native/sql/v20240501preview/instance_failover_group.py +350 -0
- pulumi_azure_native/sql/v20240501preview/instance_pool.py +377 -0
- pulumi_azure_native/sql/v20240501preview/job.py +275 -0
- pulumi_azure_native/sql/v20240501preview/job_agent.py +338 -0
- pulumi_azure_native/sql/v20240501preview/job_credential.py +251 -0
- pulumi_azure_native/sql/v20240501preview/job_private_endpoint.py +240 -0
- pulumi_azure_native/sql/v20240501preview/job_step.py +400 -0
- pulumi_azure_native/sql/v20240501preview/job_target_group.py +233 -0
- pulumi_azure_native/sql/v20240501preview/long_term_retention_policy.py +316 -0
- pulumi_azure_native/sql/v20240501preview/managed_database.py +655 -0
- pulumi_azure_native/sql/v20240501preview/managed_database_sensitivity_label.py +469 -0
- pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment.py +291 -0
- pulumi_azure_native/sql/v20240501preview/managed_database_vulnerability_assessment_rule_baseline.py +274 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance.py +1263 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_administrator.py +294 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_azure_ad_only_authentication.py +209 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_key.py +261 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_long_term_retention_policy.py +346 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_private_endpoint_connection.py +244 -0
- pulumi_azure_native/sql/v20240501preview/managed_instance_vulnerability_assessment.py +271 -0
- pulumi_azure_native/sql/v20240501preview/managed_server_dns_alias.py +218 -0
- pulumi_azure_native/sql/v20240501preview/outbound_firewall_rule.py +184 -0
- pulumi_azure_native/sql/v20240501preview/outputs.py +3714 -0
- pulumi_azure_native/sql/v20240501preview/private_endpoint_connection.py +255 -0
- pulumi_azure_native/sql/v20240501preview/replication_link.py +335 -0
- pulumi_azure_native/sql/v20240501preview/sensitivity_label.py +469 -0
- pulumi_azure_native/sql/v20240501preview/server.py +618 -0
- pulumi_azure_native/sql/v20240501preview/server_advisor.py +281 -0
- pulumi_azure_native/sql/v20240501preview/server_azure_ad_administrator.py +308 -0
- pulumi_azure_native/sql/v20240501preview/server_azure_ad_only_authentication.py +209 -0
- pulumi_azure_native/sql/v20240501preview/server_blob_auditing_policy.py +826 -0
- pulumi_azure_native/sql/v20240501preview/server_dns_alias.py +189 -0
- pulumi_azure_native/sql/v20240501preview/server_key.py +281 -0
- pulumi_azure_native/sql/v20240501preview/server_security_alert_policy.py +405 -0
- pulumi_azure_native/sql/v20240501preview/server_trust_certificate.py +227 -0
- pulumi_azure_native/sql/v20240501preview/server_trust_group.py +241 -0
- pulumi_azure_native/sql/v20240501preview/server_vulnerability_assessment.py +271 -0
- pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessment_rule_baseline.py +299 -0
- pulumi_azure_native/sql/v20240501preview/sql_vulnerability_assessments_setting.py +220 -0
- pulumi_azure_native/sql/v20240501preview/start_stop_managed_instance_schedule.py +308 -0
- pulumi_azure_native/sql/v20240501preview/sync_agent.py +258 -0
- pulumi_azure_native/sql/v20240501preview/sync_group.py +514 -0
- pulumi_azure_native/sql/v20240501preview/sync_member.py +483 -0
- pulumi_azure_native/sql/v20240501preview/transparent_data_encryption.py +231 -0
- pulumi_azure_native/sql/v20240501preview/virtual_network_rule.py +248 -0
- pulumi_azure_native/sql/v20240501preview/workload_classifier.py +396 -0
- pulumi_azure_native/sql/v20240501preview/workload_group.py +377 -0
- pulumi_azure_native/sql/virtual_network_rule.py +3 -3
- pulumi_azure_native/sql/workload_classifier.py +3 -3
- pulumi_azure_native/sql/workload_group.py +3 -3
- pulumi_azure_native/webpubsub/__init__.py +3 -0
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20240801preview/_enums.py +97 -0
- pulumi_azure_native/webpubsub/v20240801preview/_inputs.py +1768 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub.py +458 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_certificate.py +180 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_custom_domain.py +167 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_hub.py +141 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_private_endpoint_connection.py +180 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_replica.py +209 -0
- pulumi_azure_native/webpubsub/v20240801preview/get_web_pub_sub_shared_private_link_resource.py +206 -0
- pulumi_azure_native/webpubsub/v20240801preview/list_web_pub_sub_keys.py +122 -0
- pulumi_azure_native/webpubsub/v20240801preview/outputs.py +1862 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +785 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +289 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +260 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +222 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +270 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +367 -0
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +328 -0
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- pulumi_azure_native/workloads/__init__.py +4 -0
- pulumi_azure_native/workloads/_enums.py +37 -1
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_availability_zone_details.py +97 -0
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_disk_configurations.py +112 -0
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sap_supported_sku.py +112 -0
- pulumi_azure_native/workloads/get_sap_virtual_instance_invoke_sizing_recommendations.py +126 -0
- pulumi_azure_native/workloads/v20240901/__init__.py +4 -4
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_availability_zone_details.py → get_sap_virtual_instance_invoke_availability_zone_details.py} +20 -20
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_disk_configurations.py → get_sap_virtual_instance_invoke_disk_configurations.py} +26 -26
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sap_supported_sku.py → get_sap_virtual_instance_invoke_sap_supported_sku.py} +26 -26
- pulumi_azure_native/workloads/v20240901/{get_sap_virtual_instance_sizing_recommendations.py → get_sap_virtual_instance_invoke_sizing_recommendations.py} +32 -32
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/RECORD +1347 -1006
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.62.0a1726562525.dist-info → pulumi_azure_native-2.63.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,3714 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'CertificateInfoResponse',
|
|
21
|
+
'DatabaseIdentityResponse',
|
|
22
|
+
'DatabaseKeyResponse',
|
|
23
|
+
'DatabaseUserIdentityResponse',
|
|
24
|
+
'DatabaseVulnerabilityAssessmentRuleBaselineItemResponse',
|
|
25
|
+
'DistributedAvailabilityGroupDatabaseResponse',
|
|
26
|
+
'ElasticPoolPerDatabaseSettingsResponse',
|
|
27
|
+
'FailoverGroupReadOnlyEndpointResponse',
|
|
28
|
+
'FailoverGroupReadWriteEndpointResponse',
|
|
29
|
+
'InstanceFailoverGroupReadOnlyEndpointResponse',
|
|
30
|
+
'InstanceFailoverGroupReadWriteEndpointResponse',
|
|
31
|
+
'JobAgentIdentityResponse',
|
|
32
|
+
'JobAgentUserAssignedIdentityResponse',
|
|
33
|
+
'JobScheduleResponse',
|
|
34
|
+
'JobStepActionResponse',
|
|
35
|
+
'JobStepExecutionOptionsResponse',
|
|
36
|
+
'JobStepOutputResponse',
|
|
37
|
+
'JobTargetResponse',
|
|
38
|
+
'ManagedInstanceExternalAdministratorResponse',
|
|
39
|
+
'ManagedInstancePairInfoResponse',
|
|
40
|
+
'ManagedInstancePecPropertyResponse',
|
|
41
|
+
'ManagedInstancePrivateEndpointConnectionPropertiesResponse',
|
|
42
|
+
'ManagedInstancePrivateEndpointPropertyResponse',
|
|
43
|
+
'ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse',
|
|
44
|
+
'PartnerInfoResponse',
|
|
45
|
+
'PartnerRegionInfoResponse',
|
|
46
|
+
'PrivateEndpointConnectionPropertiesResponse',
|
|
47
|
+
'PrivateEndpointPropertyResponse',
|
|
48
|
+
'PrivateLinkServiceConnectionStatePropertyResponse',
|
|
49
|
+
'RecommendedActionErrorInfoResponse',
|
|
50
|
+
'RecommendedActionImpactRecordResponse',
|
|
51
|
+
'RecommendedActionImplementationInfoResponse',
|
|
52
|
+
'RecommendedActionMetricInfoResponse',
|
|
53
|
+
'RecommendedActionResponse',
|
|
54
|
+
'RecommendedActionStateInfoResponse',
|
|
55
|
+
'ResourceIdentityResponse',
|
|
56
|
+
'ScheduleItemResponse',
|
|
57
|
+
'ServerExternalAdministratorResponse',
|
|
58
|
+
'ServerInfoResponse',
|
|
59
|
+
'ServerPrivateEndpointConnectionResponse',
|
|
60
|
+
'ServicePrincipalResponse',
|
|
61
|
+
'SkuResponse',
|
|
62
|
+
'SyncGroupSchemaResponse',
|
|
63
|
+
'SyncGroupSchemaTableColumnResponse',
|
|
64
|
+
'SyncGroupSchemaTableResponse',
|
|
65
|
+
'SystemDataResponse',
|
|
66
|
+
'UserIdentityResponse',
|
|
67
|
+
'VulnerabilityAssessmentRecurringScansPropertiesResponse',
|
|
68
|
+
]
|
|
69
|
+
|
|
70
|
+
@pulumi.output_type
|
|
71
|
+
class CertificateInfoResponse(dict):
|
|
72
|
+
"""
|
|
73
|
+
Certificate information
|
|
74
|
+
"""
|
|
75
|
+
@staticmethod
|
|
76
|
+
def __key_warning(key: str):
|
|
77
|
+
suggest = None
|
|
78
|
+
if key == "certificateName":
|
|
79
|
+
suggest = "certificate_name"
|
|
80
|
+
elif key == "expiryDate":
|
|
81
|
+
suggest = "expiry_date"
|
|
82
|
+
|
|
83
|
+
if suggest:
|
|
84
|
+
pulumi.log.warn(f"Key '{key}' not found in CertificateInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
85
|
+
|
|
86
|
+
def __getitem__(self, key: str) -> Any:
|
|
87
|
+
CertificateInfoResponse.__key_warning(key)
|
|
88
|
+
return super().__getitem__(key)
|
|
89
|
+
|
|
90
|
+
def get(self, key: str, default = None) -> Any:
|
|
91
|
+
CertificateInfoResponse.__key_warning(key)
|
|
92
|
+
return super().get(key, default)
|
|
93
|
+
|
|
94
|
+
def __init__(__self__, *,
|
|
95
|
+
certificate_name: str,
|
|
96
|
+
expiry_date: str):
|
|
97
|
+
"""
|
|
98
|
+
Certificate information
|
|
99
|
+
:param str certificate_name: The certificate name
|
|
100
|
+
:param str expiry_date: The certificate expiry date
|
|
101
|
+
"""
|
|
102
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
103
|
+
pulumi.set(__self__, "expiry_date", expiry_date)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="certificateName")
|
|
107
|
+
def certificate_name(self) -> str:
|
|
108
|
+
"""
|
|
109
|
+
The certificate name
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "certificate_name")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="expiryDate")
|
|
115
|
+
def expiry_date(self) -> str:
|
|
116
|
+
"""
|
|
117
|
+
The certificate expiry date
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "expiry_date")
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
@pulumi.output_type
|
|
123
|
+
class DatabaseIdentityResponse(dict):
|
|
124
|
+
"""
|
|
125
|
+
Azure Active Directory identity configuration for a resource.
|
|
126
|
+
"""
|
|
127
|
+
@staticmethod
|
|
128
|
+
def __key_warning(key: str):
|
|
129
|
+
suggest = None
|
|
130
|
+
if key == "tenantId":
|
|
131
|
+
suggest = "tenant_id"
|
|
132
|
+
elif key == "userAssignedIdentities":
|
|
133
|
+
suggest = "user_assigned_identities"
|
|
134
|
+
|
|
135
|
+
if suggest:
|
|
136
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
137
|
+
|
|
138
|
+
def __getitem__(self, key: str) -> Any:
|
|
139
|
+
DatabaseIdentityResponse.__key_warning(key)
|
|
140
|
+
return super().__getitem__(key)
|
|
141
|
+
|
|
142
|
+
def get(self, key: str, default = None) -> Any:
|
|
143
|
+
DatabaseIdentityResponse.__key_warning(key)
|
|
144
|
+
return super().get(key, default)
|
|
145
|
+
|
|
146
|
+
def __init__(__self__, *,
|
|
147
|
+
tenant_id: str,
|
|
148
|
+
type: Optional[str] = None,
|
|
149
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.DatabaseUserIdentityResponse']] = None):
|
|
150
|
+
"""
|
|
151
|
+
Azure Active Directory identity configuration for a resource.
|
|
152
|
+
:param str tenant_id: The Azure Active Directory tenant id.
|
|
153
|
+
:param str type: The identity type
|
|
154
|
+
:param Mapping[str, 'DatabaseUserIdentityResponse'] user_assigned_identities: The resource ids of the user assigned identities to use
|
|
155
|
+
"""
|
|
156
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
157
|
+
if type is not None:
|
|
158
|
+
pulumi.set(__self__, "type", type)
|
|
159
|
+
if user_assigned_identities is not None:
|
|
160
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="tenantId")
|
|
164
|
+
def tenant_id(self) -> str:
|
|
165
|
+
"""
|
|
166
|
+
The Azure Active Directory tenant id.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "tenant_id")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter
|
|
172
|
+
def type(self) -> Optional[str]:
|
|
173
|
+
"""
|
|
174
|
+
The identity type
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "type")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
180
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.DatabaseUserIdentityResponse']]:
|
|
181
|
+
"""
|
|
182
|
+
The resource ids of the user assigned identities to use
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
@pulumi.output_type
|
|
188
|
+
class DatabaseKeyResponse(dict):
|
|
189
|
+
"""
|
|
190
|
+
Database level key used for encryption at rest.
|
|
191
|
+
"""
|
|
192
|
+
@staticmethod
|
|
193
|
+
def __key_warning(key: str):
|
|
194
|
+
suggest = None
|
|
195
|
+
if key == "creationDate":
|
|
196
|
+
suggest = "creation_date"
|
|
197
|
+
|
|
198
|
+
if suggest:
|
|
199
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseKeyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
200
|
+
|
|
201
|
+
def __getitem__(self, key: str) -> Any:
|
|
202
|
+
DatabaseKeyResponse.__key_warning(key)
|
|
203
|
+
return super().__getitem__(key)
|
|
204
|
+
|
|
205
|
+
def get(self, key: str, default = None) -> Any:
|
|
206
|
+
DatabaseKeyResponse.__key_warning(key)
|
|
207
|
+
return super().get(key, default)
|
|
208
|
+
|
|
209
|
+
def __init__(__self__, *,
|
|
210
|
+
creation_date: str,
|
|
211
|
+
subregion: str,
|
|
212
|
+
thumbprint: str,
|
|
213
|
+
type: str):
|
|
214
|
+
"""
|
|
215
|
+
Database level key used for encryption at rest.
|
|
216
|
+
:param str creation_date: The database key creation date.
|
|
217
|
+
:param str subregion: Subregion of the server key.
|
|
218
|
+
:param str thumbprint: Thumbprint of the database key.
|
|
219
|
+
:param str type: The database key type. Only supported value is 'AzureKeyVault'.
|
|
220
|
+
"""
|
|
221
|
+
pulumi.set(__self__, "creation_date", creation_date)
|
|
222
|
+
pulumi.set(__self__, "subregion", subregion)
|
|
223
|
+
pulumi.set(__self__, "thumbprint", thumbprint)
|
|
224
|
+
pulumi.set(__self__, "type", type)
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter(name="creationDate")
|
|
228
|
+
def creation_date(self) -> str:
|
|
229
|
+
"""
|
|
230
|
+
The database key creation date.
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "creation_date")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter
|
|
236
|
+
def subregion(self) -> str:
|
|
237
|
+
"""
|
|
238
|
+
Subregion of the server key.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "subregion")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter
|
|
244
|
+
def thumbprint(self) -> str:
|
|
245
|
+
"""
|
|
246
|
+
Thumbprint of the database key.
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "thumbprint")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter
|
|
252
|
+
def type(self) -> str:
|
|
253
|
+
"""
|
|
254
|
+
The database key type. Only supported value is 'AzureKeyVault'.
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "type")
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
@pulumi.output_type
|
|
260
|
+
class DatabaseUserIdentityResponse(dict):
|
|
261
|
+
"""
|
|
262
|
+
Azure Active Directory identity configuration for a resource.
|
|
263
|
+
"""
|
|
264
|
+
@staticmethod
|
|
265
|
+
def __key_warning(key: str):
|
|
266
|
+
suggest = None
|
|
267
|
+
if key == "clientId":
|
|
268
|
+
suggest = "client_id"
|
|
269
|
+
elif key == "principalId":
|
|
270
|
+
suggest = "principal_id"
|
|
271
|
+
|
|
272
|
+
if suggest:
|
|
273
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseUserIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
274
|
+
|
|
275
|
+
def __getitem__(self, key: str) -> Any:
|
|
276
|
+
DatabaseUserIdentityResponse.__key_warning(key)
|
|
277
|
+
return super().__getitem__(key)
|
|
278
|
+
|
|
279
|
+
def get(self, key: str, default = None) -> Any:
|
|
280
|
+
DatabaseUserIdentityResponse.__key_warning(key)
|
|
281
|
+
return super().get(key, default)
|
|
282
|
+
|
|
283
|
+
def __init__(__self__, *,
|
|
284
|
+
client_id: str,
|
|
285
|
+
principal_id: str):
|
|
286
|
+
"""
|
|
287
|
+
Azure Active Directory identity configuration for a resource.
|
|
288
|
+
:param str client_id: The Azure Active Directory client id.
|
|
289
|
+
:param str principal_id: The Azure Active Directory principal id.
|
|
290
|
+
"""
|
|
291
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
292
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="clientId")
|
|
296
|
+
def client_id(self) -> str:
|
|
297
|
+
"""
|
|
298
|
+
The Azure Active Directory client id.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "client_id")
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter(name="principalId")
|
|
304
|
+
def principal_id(self) -> str:
|
|
305
|
+
"""
|
|
306
|
+
The Azure Active Directory principal id.
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "principal_id")
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
@pulumi.output_type
|
|
312
|
+
class DatabaseVulnerabilityAssessmentRuleBaselineItemResponse(dict):
|
|
313
|
+
"""
|
|
314
|
+
Properties for an Azure SQL Database Vulnerability Assessment rule baseline's result.
|
|
315
|
+
"""
|
|
316
|
+
def __init__(__self__, *,
|
|
317
|
+
result: Sequence[str]):
|
|
318
|
+
"""
|
|
319
|
+
Properties for an Azure SQL Database Vulnerability Assessment rule baseline's result.
|
|
320
|
+
:param Sequence[str] result: The rule baseline result
|
|
321
|
+
"""
|
|
322
|
+
pulumi.set(__self__, "result", result)
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
@pulumi.getter
|
|
326
|
+
def result(self) -> Sequence[str]:
|
|
327
|
+
"""
|
|
328
|
+
The rule baseline result
|
|
329
|
+
"""
|
|
330
|
+
return pulumi.get(self, "result")
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
@pulumi.output_type
|
|
334
|
+
class DistributedAvailabilityGroupDatabaseResponse(dict):
|
|
335
|
+
"""
|
|
336
|
+
Database specific information
|
|
337
|
+
"""
|
|
338
|
+
@staticmethod
|
|
339
|
+
def __key_warning(key: str):
|
|
340
|
+
suggest = None
|
|
341
|
+
if key == "connectedState":
|
|
342
|
+
suggest = "connected_state"
|
|
343
|
+
elif key == "instanceRedoReplicationLagSeconds":
|
|
344
|
+
suggest = "instance_redo_replication_lag_seconds"
|
|
345
|
+
elif key == "instanceReplicaId":
|
|
346
|
+
suggest = "instance_replica_id"
|
|
347
|
+
elif key == "instanceSendReplicationLagSeconds":
|
|
348
|
+
suggest = "instance_send_replication_lag_seconds"
|
|
349
|
+
elif key == "lastBackupLsn":
|
|
350
|
+
suggest = "last_backup_lsn"
|
|
351
|
+
elif key == "lastBackupTime":
|
|
352
|
+
suggest = "last_backup_time"
|
|
353
|
+
elif key == "lastCommitLsn":
|
|
354
|
+
suggest = "last_commit_lsn"
|
|
355
|
+
elif key == "lastCommitTime":
|
|
356
|
+
suggest = "last_commit_time"
|
|
357
|
+
elif key == "lastHardenedLsn":
|
|
358
|
+
suggest = "last_hardened_lsn"
|
|
359
|
+
elif key == "lastHardenedTime":
|
|
360
|
+
suggest = "last_hardened_time"
|
|
361
|
+
elif key == "lastReceivedLsn":
|
|
362
|
+
suggest = "last_received_lsn"
|
|
363
|
+
elif key == "lastReceivedTime":
|
|
364
|
+
suggest = "last_received_time"
|
|
365
|
+
elif key == "lastSentLsn":
|
|
366
|
+
suggest = "last_sent_lsn"
|
|
367
|
+
elif key == "lastSentTime":
|
|
368
|
+
suggest = "last_sent_time"
|
|
369
|
+
elif key == "mostRecentLinkError":
|
|
370
|
+
suggest = "most_recent_link_error"
|
|
371
|
+
elif key == "partnerAuthCertValidity":
|
|
372
|
+
suggest = "partner_auth_cert_validity"
|
|
373
|
+
elif key == "partnerReplicaId":
|
|
374
|
+
suggest = "partner_replica_id"
|
|
375
|
+
elif key == "replicaState":
|
|
376
|
+
suggest = "replica_state"
|
|
377
|
+
elif key == "seedingProgress":
|
|
378
|
+
suggest = "seeding_progress"
|
|
379
|
+
elif key == "synchronizationHealth":
|
|
380
|
+
suggest = "synchronization_health"
|
|
381
|
+
elif key == "databaseName":
|
|
382
|
+
suggest = "database_name"
|
|
383
|
+
|
|
384
|
+
if suggest:
|
|
385
|
+
pulumi.log.warn(f"Key '{key}' not found in DistributedAvailabilityGroupDatabaseResponse. Access the value via the '{suggest}' property getter instead.")
|
|
386
|
+
|
|
387
|
+
def __getitem__(self, key: str) -> Any:
|
|
388
|
+
DistributedAvailabilityGroupDatabaseResponse.__key_warning(key)
|
|
389
|
+
return super().__getitem__(key)
|
|
390
|
+
|
|
391
|
+
def get(self, key: str, default = None) -> Any:
|
|
392
|
+
DistributedAvailabilityGroupDatabaseResponse.__key_warning(key)
|
|
393
|
+
return super().get(key, default)
|
|
394
|
+
|
|
395
|
+
def __init__(__self__, *,
|
|
396
|
+
connected_state: str,
|
|
397
|
+
instance_redo_replication_lag_seconds: int,
|
|
398
|
+
instance_replica_id: str,
|
|
399
|
+
instance_send_replication_lag_seconds: int,
|
|
400
|
+
last_backup_lsn: str,
|
|
401
|
+
last_backup_time: str,
|
|
402
|
+
last_commit_lsn: str,
|
|
403
|
+
last_commit_time: str,
|
|
404
|
+
last_hardened_lsn: str,
|
|
405
|
+
last_hardened_time: str,
|
|
406
|
+
last_received_lsn: str,
|
|
407
|
+
last_received_time: str,
|
|
408
|
+
last_sent_lsn: str,
|
|
409
|
+
last_sent_time: str,
|
|
410
|
+
most_recent_link_error: str,
|
|
411
|
+
partner_auth_cert_validity: 'outputs.CertificateInfoResponse',
|
|
412
|
+
partner_replica_id: str,
|
|
413
|
+
replica_state: str,
|
|
414
|
+
seeding_progress: str,
|
|
415
|
+
synchronization_health: str,
|
|
416
|
+
database_name: Optional[str] = None):
|
|
417
|
+
"""
|
|
418
|
+
Database specific information
|
|
419
|
+
:param str connected_state: Link connected state
|
|
420
|
+
:param int instance_redo_replication_lag_seconds: Redo lag when Managed Instance link side is primary
|
|
421
|
+
:param str instance_replica_id: Managed instance replica id
|
|
422
|
+
:param int instance_send_replication_lag_seconds: Replication lag when Managed Instance link side is primary
|
|
423
|
+
:param str last_backup_lsn: Last backup LSN
|
|
424
|
+
:param str last_backup_time: Last backup LSN time
|
|
425
|
+
:param str last_commit_lsn: Last commit LSN
|
|
426
|
+
:param str last_commit_time: Last commit LSN time
|
|
427
|
+
:param str last_hardened_lsn: Last hardened LSN
|
|
428
|
+
:param str last_hardened_time: Last hardened LSN time
|
|
429
|
+
:param str last_received_lsn: Last received LSN
|
|
430
|
+
:param str last_received_time: Last received LSN time
|
|
431
|
+
:param str last_sent_lsn: Last sent LSN
|
|
432
|
+
:param str last_sent_time: Last sent LSN time
|
|
433
|
+
:param str most_recent_link_error: The most recent link connection error description
|
|
434
|
+
:param 'CertificateInfoResponse' partner_auth_cert_validity: SQL server certificate validity
|
|
435
|
+
:param str partner_replica_id: SQL server replica id
|
|
436
|
+
:param str replica_state: Current link state
|
|
437
|
+
:param str seeding_progress: Seeding progress
|
|
438
|
+
:param str synchronization_health: Link health state
|
|
439
|
+
:param str database_name: The name of the database in link
|
|
440
|
+
"""
|
|
441
|
+
pulumi.set(__self__, "connected_state", connected_state)
|
|
442
|
+
pulumi.set(__self__, "instance_redo_replication_lag_seconds", instance_redo_replication_lag_seconds)
|
|
443
|
+
pulumi.set(__self__, "instance_replica_id", instance_replica_id)
|
|
444
|
+
pulumi.set(__self__, "instance_send_replication_lag_seconds", instance_send_replication_lag_seconds)
|
|
445
|
+
pulumi.set(__self__, "last_backup_lsn", last_backup_lsn)
|
|
446
|
+
pulumi.set(__self__, "last_backup_time", last_backup_time)
|
|
447
|
+
pulumi.set(__self__, "last_commit_lsn", last_commit_lsn)
|
|
448
|
+
pulumi.set(__self__, "last_commit_time", last_commit_time)
|
|
449
|
+
pulumi.set(__self__, "last_hardened_lsn", last_hardened_lsn)
|
|
450
|
+
pulumi.set(__self__, "last_hardened_time", last_hardened_time)
|
|
451
|
+
pulumi.set(__self__, "last_received_lsn", last_received_lsn)
|
|
452
|
+
pulumi.set(__self__, "last_received_time", last_received_time)
|
|
453
|
+
pulumi.set(__self__, "last_sent_lsn", last_sent_lsn)
|
|
454
|
+
pulumi.set(__self__, "last_sent_time", last_sent_time)
|
|
455
|
+
pulumi.set(__self__, "most_recent_link_error", most_recent_link_error)
|
|
456
|
+
pulumi.set(__self__, "partner_auth_cert_validity", partner_auth_cert_validity)
|
|
457
|
+
pulumi.set(__self__, "partner_replica_id", partner_replica_id)
|
|
458
|
+
pulumi.set(__self__, "replica_state", replica_state)
|
|
459
|
+
pulumi.set(__self__, "seeding_progress", seeding_progress)
|
|
460
|
+
pulumi.set(__self__, "synchronization_health", synchronization_health)
|
|
461
|
+
if database_name is not None:
|
|
462
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
463
|
+
|
|
464
|
+
@property
|
|
465
|
+
@pulumi.getter(name="connectedState")
|
|
466
|
+
def connected_state(self) -> str:
|
|
467
|
+
"""
|
|
468
|
+
Link connected state
|
|
469
|
+
"""
|
|
470
|
+
return pulumi.get(self, "connected_state")
|
|
471
|
+
|
|
472
|
+
@property
|
|
473
|
+
@pulumi.getter(name="instanceRedoReplicationLagSeconds")
|
|
474
|
+
def instance_redo_replication_lag_seconds(self) -> int:
|
|
475
|
+
"""
|
|
476
|
+
Redo lag when Managed Instance link side is primary
|
|
477
|
+
"""
|
|
478
|
+
return pulumi.get(self, "instance_redo_replication_lag_seconds")
|
|
479
|
+
|
|
480
|
+
@property
|
|
481
|
+
@pulumi.getter(name="instanceReplicaId")
|
|
482
|
+
def instance_replica_id(self) -> str:
|
|
483
|
+
"""
|
|
484
|
+
Managed instance replica id
|
|
485
|
+
"""
|
|
486
|
+
return pulumi.get(self, "instance_replica_id")
|
|
487
|
+
|
|
488
|
+
@property
|
|
489
|
+
@pulumi.getter(name="instanceSendReplicationLagSeconds")
|
|
490
|
+
def instance_send_replication_lag_seconds(self) -> int:
|
|
491
|
+
"""
|
|
492
|
+
Replication lag when Managed Instance link side is primary
|
|
493
|
+
"""
|
|
494
|
+
return pulumi.get(self, "instance_send_replication_lag_seconds")
|
|
495
|
+
|
|
496
|
+
@property
|
|
497
|
+
@pulumi.getter(name="lastBackupLsn")
|
|
498
|
+
def last_backup_lsn(self) -> str:
|
|
499
|
+
"""
|
|
500
|
+
Last backup LSN
|
|
501
|
+
"""
|
|
502
|
+
return pulumi.get(self, "last_backup_lsn")
|
|
503
|
+
|
|
504
|
+
@property
|
|
505
|
+
@pulumi.getter(name="lastBackupTime")
|
|
506
|
+
def last_backup_time(self) -> str:
|
|
507
|
+
"""
|
|
508
|
+
Last backup LSN time
|
|
509
|
+
"""
|
|
510
|
+
return pulumi.get(self, "last_backup_time")
|
|
511
|
+
|
|
512
|
+
@property
|
|
513
|
+
@pulumi.getter(name="lastCommitLsn")
|
|
514
|
+
def last_commit_lsn(self) -> str:
|
|
515
|
+
"""
|
|
516
|
+
Last commit LSN
|
|
517
|
+
"""
|
|
518
|
+
return pulumi.get(self, "last_commit_lsn")
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter(name="lastCommitTime")
|
|
522
|
+
def last_commit_time(self) -> str:
|
|
523
|
+
"""
|
|
524
|
+
Last commit LSN time
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "last_commit_time")
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
@pulumi.getter(name="lastHardenedLsn")
|
|
530
|
+
def last_hardened_lsn(self) -> str:
|
|
531
|
+
"""
|
|
532
|
+
Last hardened LSN
|
|
533
|
+
"""
|
|
534
|
+
return pulumi.get(self, "last_hardened_lsn")
|
|
535
|
+
|
|
536
|
+
@property
|
|
537
|
+
@pulumi.getter(name="lastHardenedTime")
|
|
538
|
+
def last_hardened_time(self) -> str:
|
|
539
|
+
"""
|
|
540
|
+
Last hardened LSN time
|
|
541
|
+
"""
|
|
542
|
+
return pulumi.get(self, "last_hardened_time")
|
|
543
|
+
|
|
544
|
+
@property
|
|
545
|
+
@pulumi.getter(name="lastReceivedLsn")
|
|
546
|
+
def last_received_lsn(self) -> str:
|
|
547
|
+
"""
|
|
548
|
+
Last received LSN
|
|
549
|
+
"""
|
|
550
|
+
return pulumi.get(self, "last_received_lsn")
|
|
551
|
+
|
|
552
|
+
@property
|
|
553
|
+
@pulumi.getter(name="lastReceivedTime")
|
|
554
|
+
def last_received_time(self) -> str:
|
|
555
|
+
"""
|
|
556
|
+
Last received LSN time
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "last_received_time")
|
|
559
|
+
|
|
560
|
+
@property
|
|
561
|
+
@pulumi.getter(name="lastSentLsn")
|
|
562
|
+
def last_sent_lsn(self) -> str:
|
|
563
|
+
"""
|
|
564
|
+
Last sent LSN
|
|
565
|
+
"""
|
|
566
|
+
return pulumi.get(self, "last_sent_lsn")
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
@pulumi.getter(name="lastSentTime")
|
|
570
|
+
def last_sent_time(self) -> str:
|
|
571
|
+
"""
|
|
572
|
+
Last sent LSN time
|
|
573
|
+
"""
|
|
574
|
+
return pulumi.get(self, "last_sent_time")
|
|
575
|
+
|
|
576
|
+
@property
|
|
577
|
+
@pulumi.getter(name="mostRecentLinkError")
|
|
578
|
+
def most_recent_link_error(self) -> str:
|
|
579
|
+
"""
|
|
580
|
+
The most recent link connection error description
|
|
581
|
+
"""
|
|
582
|
+
return pulumi.get(self, "most_recent_link_error")
|
|
583
|
+
|
|
584
|
+
@property
|
|
585
|
+
@pulumi.getter(name="partnerAuthCertValidity")
|
|
586
|
+
def partner_auth_cert_validity(self) -> 'outputs.CertificateInfoResponse':
|
|
587
|
+
"""
|
|
588
|
+
SQL server certificate validity
|
|
589
|
+
"""
|
|
590
|
+
return pulumi.get(self, "partner_auth_cert_validity")
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="partnerReplicaId")
|
|
594
|
+
def partner_replica_id(self) -> str:
|
|
595
|
+
"""
|
|
596
|
+
SQL server replica id
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "partner_replica_id")
|
|
599
|
+
|
|
600
|
+
@property
|
|
601
|
+
@pulumi.getter(name="replicaState")
|
|
602
|
+
def replica_state(self) -> str:
|
|
603
|
+
"""
|
|
604
|
+
Current link state
|
|
605
|
+
"""
|
|
606
|
+
return pulumi.get(self, "replica_state")
|
|
607
|
+
|
|
608
|
+
@property
|
|
609
|
+
@pulumi.getter(name="seedingProgress")
|
|
610
|
+
def seeding_progress(self) -> str:
|
|
611
|
+
"""
|
|
612
|
+
Seeding progress
|
|
613
|
+
"""
|
|
614
|
+
return pulumi.get(self, "seeding_progress")
|
|
615
|
+
|
|
616
|
+
@property
|
|
617
|
+
@pulumi.getter(name="synchronizationHealth")
|
|
618
|
+
def synchronization_health(self) -> str:
|
|
619
|
+
"""
|
|
620
|
+
Link health state
|
|
621
|
+
"""
|
|
622
|
+
return pulumi.get(self, "synchronization_health")
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter(name="databaseName")
|
|
626
|
+
def database_name(self) -> Optional[str]:
|
|
627
|
+
"""
|
|
628
|
+
The name of the database in link
|
|
629
|
+
"""
|
|
630
|
+
return pulumi.get(self, "database_name")
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
@pulumi.output_type
|
|
634
|
+
class ElasticPoolPerDatabaseSettingsResponse(dict):
|
|
635
|
+
"""
|
|
636
|
+
Per database settings of an elastic pool.
|
|
637
|
+
"""
|
|
638
|
+
@staticmethod
|
|
639
|
+
def __key_warning(key: str):
|
|
640
|
+
suggest = None
|
|
641
|
+
if key == "autoPauseDelay":
|
|
642
|
+
suggest = "auto_pause_delay"
|
|
643
|
+
elif key == "maxCapacity":
|
|
644
|
+
suggest = "max_capacity"
|
|
645
|
+
elif key == "minCapacity":
|
|
646
|
+
suggest = "min_capacity"
|
|
647
|
+
|
|
648
|
+
if suggest:
|
|
649
|
+
pulumi.log.warn(f"Key '{key}' not found in ElasticPoolPerDatabaseSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
650
|
+
|
|
651
|
+
def __getitem__(self, key: str) -> Any:
|
|
652
|
+
ElasticPoolPerDatabaseSettingsResponse.__key_warning(key)
|
|
653
|
+
return super().__getitem__(key)
|
|
654
|
+
|
|
655
|
+
def get(self, key: str, default = None) -> Any:
|
|
656
|
+
ElasticPoolPerDatabaseSettingsResponse.__key_warning(key)
|
|
657
|
+
return super().get(key, default)
|
|
658
|
+
|
|
659
|
+
def __init__(__self__, *,
|
|
660
|
+
auto_pause_delay: Optional[int] = None,
|
|
661
|
+
max_capacity: Optional[float] = None,
|
|
662
|
+
min_capacity: Optional[float] = None):
|
|
663
|
+
"""
|
|
664
|
+
Per database settings of an elastic pool.
|
|
665
|
+
:param int auto_pause_delay: Auto Pause Delay for per database within pool
|
|
666
|
+
:param float max_capacity: The maximum capacity any one database can consume.
|
|
667
|
+
:param float min_capacity: The minimum capacity all databases are guaranteed.
|
|
668
|
+
"""
|
|
669
|
+
if auto_pause_delay is not None:
|
|
670
|
+
pulumi.set(__self__, "auto_pause_delay", auto_pause_delay)
|
|
671
|
+
if max_capacity is not None:
|
|
672
|
+
pulumi.set(__self__, "max_capacity", max_capacity)
|
|
673
|
+
if min_capacity is not None:
|
|
674
|
+
pulumi.set(__self__, "min_capacity", min_capacity)
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter(name="autoPauseDelay")
|
|
678
|
+
def auto_pause_delay(self) -> Optional[int]:
|
|
679
|
+
"""
|
|
680
|
+
Auto Pause Delay for per database within pool
|
|
681
|
+
"""
|
|
682
|
+
return pulumi.get(self, "auto_pause_delay")
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
@pulumi.getter(name="maxCapacity")
|
|
686
|
+
def max_capacity(self) -> Optional[float]:
|
|
687
|
+
"""
|
|
688
|
+
The maximum capacity any one database can consume.
|
|
689
|
+
"""
|
|
690
|
+
return pulumi.get(self, "max_capacity")
|
|
691
|
+
|
|
692
|
+
@property
|
|
693
|
+
@pulumi.getter(name="minCapacity")
|
|
694
|
+
def min_capacity(self) -> Optional[float]:
|
|
695
|
+
"""
|
|
696
|
+
The minimum capacity all databases are guaranteed.
|
|
697
|
+
"""
|
|
698
|
+
return pulumi.get(self, "min_capacity")
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
@pulumi.output_type
|
|
702
|
+
class FailoverGroupReadOnlyEndpointResponse(dict):
|
|
703
|
+
"""
|
|
704
|
+
Read-only endpoint of the failover group instance.
|
|
705
|
+
"""
|
|
706
|
+
@staticmethod
|
|
707
|
+
def __key_warning(key: str):
|
|
708
|
+
suggest = None
|
|
709
|
+
if key == "failoverPolicy":
|
|
710
|
+
suggest = "failover_policy"
|
|
711
|
+
elif key == "targetServer":
|
|
712
|
+
suggest = "target_server"
|
|
713
|
+
|
|
714
|
+
if suggest:
|
|
715
|
+
pulumi.log.warn(f"Key '{key}' not found in FailoverGroupReadOnlyEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
716
|
+
|
|
717
|
+
def __getitem__(self, key: str) -> Any:
|
|
718
|
+
FailoverGroupReadOnlyEndpointResponse.__key_warning(key)
|
|
719
|
+
return super().__getitem__(key)
|
|
720
|
+
|
|
721
|
+
def get(self, key: str, default = None) -> Any:
|
|
722
|
+
FailoverGroupReadOnlyEndpointResponse.__key_warning(key)
|
|
723
|
+
return super().get(key, default)
|
|
724
|
+
|
|
725
|
+
def __init__(__self__, *,
|
|
726
|
+
failover_policy: Optional[str] = None,
|
|
727
|
+
target_server: Optional[str] = None):
|
|
728
|
+
"""
|
|
729
|
+
Read-only endpoint of the failover group instance.
|
|
730
|
+
:param str failover_policy: Failover policy of the read-only endpoint for the failover group.
|
|
731
|
+
:param str target_server: The target partner server where the read-only endpoint points to.
|
|
732
|
+
"""
|
|
733
|
+
if failover_policy is not None:
|
|
734
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
735
|
+
if target_server is not None:
|
|
736
|
+
pulumi.set(__self__, "target_server", target_server)
|
|
737
|
+
|
|
738
|
+
@property
|
|
739
|
+
@pulumi.getter(name="failoverPolicy")
|
|
740
|
+
def failover_policy(self) -> Optional[str]:
|
|
741
|
+
"""
|
|
742
|
+
Failover policy of the read-only endpoint for the failover group.
|
|
743
|
+
"""
|
|
744
|
+
return pulumi.get(self, "failover_policy")
|
|
745
|
+
|
|
746
|
+
@property
|
|
747
|
+
@pulumi.getter(name="targetServer")
|
|
748
|
+
def target_server(self) -> Optional[str]:
|
|
749
|
+
"""
|
|
750
|
+
The target partner server where the read-only endpoint points to.
|
|
751
|
+
"""
|
|
752
|
+
return pulumi.get(self, "target_server")
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
@pulumi.output_type
|
|
756
|
+
class FailoverGroupReadWriteEndpointResponse(dict):
|
|
757
|
+
"""
|
|
758
|
+
Read-write endpoint of the failover group instance.
|
|
759
|
+
"""
|
|
760
|
+
@staticmethod
|
|
761
|
+
def __key_warning(key: str):
|
|
762
|
+
suggest = None
|
|
763
|
+
if key == "failoverPolicy":
|
|
764
|
+
suggest = "failover_policy"
|
|
765
|
+
elif key == "failoverWithDataLossGracePeriodMinutes":
|
|
766
|
+
suggest = "failover_with_data_loss_grace_period_minutes"
|
|
767
|
+
|
|
768
|
+
if suggest:
|
|
769
|
+
pulumi.log.warn(f"Key '{key}' not found in FailoverGroupReadWriteEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
770
|
+
|
|
771
|
+
def __getitem__(self, key: str) -> Any:
|
|
772
|
+
FailoverGroupReadWriteEndpointResponse.__key_warning(key)
|
|
773
|
+
return super().__getitem__(key)
|
|
774
|
+
|
|
775
|
+
def get(self, key: str, default = None) -> Any:
|
|
776
|
+
FailoverGroupReadWriteEndpointResponse.__key_warning(key)
|
|
777
|
+
return super().get(key, default)
|
|
778
|
+
|
|
779
|
+
def __init__(__self__, *,
|
|
780
|
+
failover_policy: str,
|
|
781
|
+
failover_with_data_loss_grace_period_minutes: Optional[int] = None):
|
|
782
|
+
"""
|
|
783
|
+
Read-write endpoint of the failover group instance.
|
|
784
|
+
:param str failover_policy: Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
785
|
+
:param int failover_with_data_loss_grace_period_minutes: Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
786
|
+
"""
|
|
787
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
788
|
+
if failover_with_data_loss_grace_period_minutes is not None:
|
|
789
|
+
pulumi.set(__self__, "failover_with_data_loss_grace_period_minutes", failover_with_data_loss_grace_period_minutes)
|
|
790
|
+
|
|
791
|
+
@property
|
|
792
|
+
@pulumi.getter(name="failoverPolicy")
|
|
793
|
+
def failover_policy(self) -> str:
|
|
794
|
+
"""
|
|
795
|
+
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
796
|
+
"""
|
|
797
|
+
return pulumi.get(self, "failover_policy")
|
|
798
|
+
|
|
799
|
+
@property
|
|
800
|
+
@pulumi.getter(name="failoverWithDataLossGracePeriodMinutes")
|
|
801
|
+
def failover_with_data_loss_grace_period_minutes(self) -> Optional[int]:
|
|
802
|
+
"""
|
|
803
|
+
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
804
|
+
"""
|
|
805
|
+
return pulumi.get(self, "failover_with_data_loss_grace_period_minutes")
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
@pulumi.output_type
|
|
809
|
+
class InstanceFailoverGroupReadOnlyEndpointResponse(dict):
|
|
810
|
+
"""
|
|
811
|
+
Read-only endpoint of the failover group instance.
|
|
812
|
+
"""
|
|
813
|
+
@staticmethod
|
|
814
|
+
def __key_warning(key: str):
|
|
815
|
+
suggest = None
|
|
816
|
+
if key == "failoverPolicy":
|
|
817
|
+
suggest = "failover_policy"
|
|
818
|
+
|
|
819
|
+
if suggest:
|
|
820
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceFailoverGroupReadOnlyEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
821
|
+
|
|
822
|
+
def __getitem__(self, key: str) -> Any:
|
|
823
|
+
InstanceFailoverGroupReadOnlyEndpointResponse.__key_warning(key)
|
|
824
|
+
return super().__getitem__(key)
|
|
825
|
+
|
|
826
|
+
def get(self, key: str, default = None) -> Any:
|
|
827
|
+
InstanceFailoverGroupReadOnlyEndpointResponse.__key_warning(key)
|
|
828
|
+
return super().get(key, default)
|
|
829
|
+
|
|
830
|
+
def __init__(__self__, *,
|
|
831
|
+
failover_policy: Optional[str] = None):
|
|
832
|
+
"""
|
|
833
|
+
Read-only endpoint of the failover group instance.
|
|
834
|
+
:param str failover_policy: Failover policy of the read-only endpoint for the failover group.
|
|
835
|
+
"""
|
|
836
|
+
if failover_policy is not None:
|
|
837
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
838
|
+
|
|
839
|
+
@property
|
|
840
|
+
@pulumi.getter(name="failoverPolicy")
|
|
841
|
+
def failover_policy(self) -> Optional[str]:
|
|
842
|
+
"""
|
|
843
|
+
Failover policy of the read-only endpoint for the failover group.
|
|
844
|
+
"""
|
|
845
|
+
return pulumi.get(self, "failover_policy")
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
@pulumi.output_type
|
|
849
|
+
class InstanceFailoverGroupReadWriteEndpointResponse(dict):
|
|
850
|
+
"""
|
|
851
|
+
Read-write endpoint of the failover group instance.
|
|
852
|
+
"""
|
|
853
|
+
@staticmethod
|
|
854
|
+
def __key_warning(key: str):
|
|
855
|
+
suggest = None
|
|
856
|
+
if key == "failoverPolicy":
|
|
857
|
+
suggest = "failover_policy"
|
|
858
|
+
elif key == "failoverWithDataLossGracePeriodMinutes":
|
|
859
|
+
suggest = "failover_with_data_loss_grace_period_minutes"
|
|
860
|
+
|
|
861
|
+
if suggest:
|
|
862
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceFailoverGroupReadWriteEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
863
|
+
|
|
864
|
+
def __getitem__(self, key: str) -> Any:
|
|
865
|
+
InstanceFailoverGroupReadWriteEndpointResponse.__key_warning(key)
|
|
866
|
+
return super().__getitem__(key)
|
|
867
|
+
|
|
868
|
+
def get(self, key: str, default = None) -> Any:
|
|
869
|
+
InstanceFailoverGroupReadWriteEndpointResponse.__key_warning(key)
|
|
870
|
+
return super().get(key, default)
|
|
871
|
+
|
|
872
|
+
def __init__(__self__, *,
|
|
873
|
+
failover_policy: str,
|
|
874
|
+
failover_with_data_loss_grace_period_minutes: Optional[int] = None):
|
|
875
|
+
"""
|
|
876
|
+
Read-write endpoint of the failover group instance.
|
|
877
|
+
:param str failover_policy: Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
878
|
+
:param int failover_with_data_loss_grace_period_minutes: Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
879
|
+
"""
|
|
880
|
+
pulumi.set(__self__, "failover_policy", failover_policy)
|
|
881
|
+
if failover_with_data_loss_grace_period_minutes is not None:
|
|
882
|
+
pulumi.set(__self__, "failover_with_data_loss_grace_period_minutes", failover_with_data_loss_grace_period_minutes)
|
|
883
|
+
|
|
884
|
+
@property
|
|
885
|
+
@pulumi.getter(name="failoverPolicy")
|
|
886
|
+
def failover_policy(self) -> str:
|
|
887
|
+
"""
|
|
888
|
+
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
889
|
+
"""
|
|
890
|
+
return pulumi.get(self, "failover_policy")
|
|
891
|
+
|
|
892
|
+
@property
|
|
893
|
+
@pulumi.getter(name="failoverWithDataLossGracePeriodMinutes")
|
|
894
|
+
def failover_with_data_loss_grace_period_minutes(self) -> Optional[int]:
|
|
895
|
+
"""
|
|
896
|
+
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.
|
|
897
|
+
"""
|
|
898
|
+
return pulumi.get(self, "failover_with_data_loss_grace_period_minutes")
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
@pulumi.output_type
|
|
902
|
+
class JobAgentIdentityResponse(dict):
|
|
903
|
+
"""
|
|
904
|
+
Azure Active Directory identity configuration for a resource.
|
|
905
|
+
"""
|
|
906
|
+
@staticmethod
|
|
907
|
+
def __key_warning(key: str):
|
|
908
|
+
suggest = None
|
|
909
|
+
if key == "tenantId":
|
|
910
|
+
suggest = "tenant_id"
|
|
911
|
+
elif key == "userAssignedIdentities":
|
|
912
|
+
suggest = "user_assigned_identities"
|
|
913
|
+
|
|
914
|
+
if suggest:
|
|
915
|
+
pulumi.log.warn(f"Key '{key}' not found in JobAgentIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
916
|
+
|
|
917
|
+
def __getitem__(self, key: str) -> Any:
|
|
918
|
+
JobAgentIdentityResponse.__key_warning(key)
|
|
919
|
+
return super().__getitem__(key)
|
|
920
|
+
|
|
921
|
+
def get(self, key: str, default = None) -> Any:
|
|
922
|
+
JobAgentIdentityResponse.__key_warning(key)
|
|
923
|
+
return super().get(key, default)
|
|
924
|
+
|
|
925
|
+
def __init__(__self__, *,
|
|
926
|
+
type: str,
|
|
927
|
+
tenant_id: Optional[str] = None,
|
|
928
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.JobAgentUserAssignedIdentityResponse']] = None):
|
|
929
|
+
"""
|
|
930
|
+
Azure Active Directory identity configuration for a resource.
|
|
931
|
+
:param str type: The job agent identity type
|
|
932
|
+
:param str tenant_id: The job agent identity tenant id
|
|
933
|
+
:param Mapping[str, 'JobAgentUserAssignedIdentityResponse'] user_assigned_identities: The resource ids of the user assigned identities to use
|
|
934
|
+
"""
|
|
935
|
+
pulumi.set(__self__, "type", type)
|
|
936
|
+
if tenant_id is not None:
|
|
937
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
938
|
+
if user_assigned_identities is not None:
|
|
939
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
940
|
+
|
|
941
|
+
@property
|
|
942
|
+
@pulumi.getter
|
|
943
|
+
def type(self) -> str:
|
|
944
|
+
"""
|
|
945
|
+
The job agent identity type
|
|
946
|
+
"""
|
|
947
|
+
return pulumi.get(self, "type")
|
|
948
|
+
|
|
949
|
+
@property
|
|
950
|
+
@pulumi.getter(name="tenantId")
|
|
951
|
+
def tenant_id(self) -> Optional[str]:
|
|
952
|
+
"""
|
|
953
|
+
The job agent identity tenant id
|
|
954
|
+
"""
|
|
955
|
+
return pulumi.get(self, "tenant_id")
|
|
956
|
+
|
|
957
|
+
@property
|
|
958
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
959
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.JobAgentUserAssignedIdentityResponse']]:
|
|
960
|
+
"""
|
|
961
|
+
The resource ids of the user assigned identities to use
|
|
962
|
+
"""
|
|
963
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
@pulumi.output_type
|
|
967
|
+
class JobAgentUserAssignedIdentityResponse(dict):
|
|
968
|
+
"""
|
|
969
|
+
Azure Active Directory identity configuration for a resource.
|
|
970
|
+
"""
|
|
971
|
+
@staticmethod
|
|
972
|
+
def __key_warning(key: str):
|
|
973
|
+
suggest = None
|
|
974
|
+
if key == "clientId":
|
|
975
|
+
suggest = "client_id"
|
|
976
|
+
elif key == "principalId":
|
|
977
|
+
suggest = "principal_id"
|
|
978
|
+
|
|
979
|
+
if suggest:
|
|
980
|
+
pulumi.log.warn(f"Key '{key}' not found in JobAgentUserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
981
|
+
|
|
982
|
+
def __getitem__(self, key: str) -> Any:
|
|
983
|
+
JobAgentUserAssignedIdentityResponse.__key_warning(key)
|
|
984
|
+
return super().__getitem__(key)
|
|
985
|
+
|
|
986
|
+
def get(self, key: str, default = None) -> Any:
|
|
987
|
+
JobAgentUserAssignedIdentityResponse.__key_warning(key)
|
|
988
|
+
return super().get(key, default)
|
|
989
|
+
|
|
990
|
+
def __init__(__self__, *,
|
|
991
|
+
client_id: str,
|
|
992
|
+
principal_id: str):
|
|
993
|
+
"""
|
|
994
|
+
Azure Active Directory identity configuration for a resource.
|
|
995
|
+
:param str client_id: The Azure Active Directory client id.
|
|
996
|
+
:param str principal_id: The Azure Active Directory principal id.
|
|
997
|
+
"""
|
|
998
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
999
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1000
|
+
|
|
1001
|
+
@property
|
|
1002
|
+
@pulumi.getter(name="clientId")
|
|
1003
|
+
def client_id(self) -> str:
|
|
1004
|
+
"""
|
|
1005
|
+
The Azure Active Directory client id.
|
|
1006
|
+
"""
|
|
1007
|
+
return pulumi.get(self, "client_id")
|
|
1008
|
+
|
|
1009
|
+
@property
|
|
1010
|
+
@pulumi.getter(name="principalId")
|
|
1011
|
+
def principal_id(self) -> str:
|
|
1012
|
+
"""
|
|
1013
|
+
The Azure Active Directory principal id.
|
|
1014
|
+
"""
|
|
1015
|
+
return pulumi.get(self, "principal_id")
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
@pulumi.output_type
|
|
1019
|
+
class JobScheduleResponse(dict):
|
|
1020
|
+
"""
|
|
1021
|
+
Scheduling properties of a job.
|
|
1022
|
+
"""
|
|
1023
|
+
@staticmethod
|
|
1024
|
+
def __key_warning(key: str):
|
|
1025
|
+
suggest = None
|
|
1026
|
+
if key == "endTime":
|
|
1027
|
+
suggest = "end_time"
|
|
1028
|
+
elif key == "startTime":
|
|
1029
|
+
suggest = "start_time"
|
|
1030
|
+
|
|
1031
|
+
if suggest:
|
|
1032
|
+
pulumi.log.warn(f"Key '{key}' not found in JobScheduleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1033
|
+
|
|
1034
|
+
def __getitem__(self, key: str) -> Any:
|
|
1035
|
+
JobScheduleResponse.__key_warning(key)
|
|
1036
|
+
return super().__getitem__(key)
|
|
1037
|
+
|
|
1038
|
+
def get(self, key: str, default = None) -> Any:
|
|
1039
|
+
JobScheduleResponse.__key_warning(key)
|
|
1040
|
+
return super().get(key, default)
|
|
1041
|
+
|
|
1042
|
+
def __init__(__self__, *,
|
|
1043
|
+
enabled: Optional[bool] = None,
|
|
1044
|
+
end_time: Optional[str] = None,
|
|
1045
|
+
interval: Optional[str] = None,
|
|
1046
|
+
start_time: Optional[str] = None,
|
|
1047
|
+
type: Optional[str] = None):
|
|
1048
|
+
"""
|
|
1049
|
+
Scheduling properties of a job.
|
|
1050
|
+
:param bool enabled: Whether or not the schedule is enabled.
|
|
1051
|
+
:param str end_time: Schedule end time.
|
|
1052
|
+
:param str interval: Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
|
|
1053
|
+
:param str start_time: Schedule start time.
|
|
1054
|
+
:param str type: Schedule interval type
|
|
1055
|
+
"""
|
|
1056
|
+
if enabled is not None:
|
|
1057
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1058
|
+
if end_time is None:
|
|
1059
|
+
end_time = '9999-12-31T17:29:59+05:30'
|
|
1060
|
+
if end_time is not None:
|
|
1061
|
+
pulumi.set(__self__, "end_time", end_time)
|
|
1062
|
+
if interval is not None:
|
|
1063
|
+
pulumi.set(__self__, "interval", interval)
|
|
1064
|
+
if start_time is None:
|
|
1065
|
+
start_time = '0001-01-01T05:30:00+05:30'
|
|
1066
|
+
if start_time is not None:
|
|
1067
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
1068
|
+
if type is None:
|
|
1069
|
+
type = 'Once'
|
|
1070
|
+
if type is not None:
|
|
1071
|
+
pulumi.set(__self__, "type", type)
|
|
1072
|
+
|
|
1073
|
+
@property
|
|
1074
|
+
@pulumi.getter
|
|
1075
|
+
def enabled(self) -> Optional[bool]:
|
|
1076
|
+
"""
|
|
1077
|
+
Whether or not the schedule is enabled.
|
|
1078
|
+
"""
|
|
1079
|
+
return pulumi.get(self, "enabled")
|
|
1080
|
+
|
|
1081
|
+
@property
|
|
1082
|
+
@pulumi.getter(name="endTime")
|
|
1083
|
+
def end_time(self) -> Optional[str]:
|
|
1084
|
+
"""
|
|
1085
|
+
Schedule end time.
|
|
1086
|
+
"""
|
|
1087
|
+
return pulumi.get(self, "end_time")
|
|
1088
|
+
|
|
1089
|
+
@property
|
|
1090
|
+
@pulumi.getter
|
|
1091
|
+
def interval(self) -> Optional[str]:
|
|
1092
|
+
"""
|
|
1093
|
+
Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
|
|
1094
|
+
"""
|
|
1095
|
+
return pulumi.get(self, "interval")
|
|
1096
|
+
|
|
1097
|
+
@property
|
|
1098
|
+
@pulumi.getter(name="startTime")
|
|
1099
|
+
def start_time(self) -> Optional[str]:
|
|
1100
|
+
"""
|
|
1101
|
+
Schedule start time.
|
|
1102
|
+
"""
|
|
1103
|
+
return pulumi.get(self, "start_time")
|
|
1104
|
+
|
|
1105
|
+
@property
|
|
1106
|
+
@pulumi.getter
|
|
1107
|
+
def type(self) -> Optional[str]:
|
|
1108
|
+
"""
|
|
1109
|
+
Schedule interval type
|
|
1110
|
+
"""
|
|
1111
|
+
return pulumi.get(self, "type")
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
@pulumi.output_type
|
|
1115
|
+
class JobStepActionResponse(dict):
|
|
1116
|
+
"""
|
|
1117
|
+
The action to be executed by a job step.
|
|
1118
|
+
"""
|
|
1119
|
+
def __init__(__self__, *,
|
|
1120
|
+
value: str,
|
|
1121
|
+
source: Optional[str] = None,
|
|
1122
|
+
type: Optional[str] = None):
|
|
1123
|
+
"""
|
|
1124
|
+
The action to be executed by a job step.
|
|
1125
|
+
:param str value: The action value, for example the text of the T-SQL script to execute.
|
|
1126
|
+
:param str source: The source of the action to execute.
|
|
1127
|
+
:param str type: Type of action being executed by the job step.
|
|
1128
|
+
"""
|
|
1129
|
+
pulumi.set(__self__, "value", value)
|
|
1130
|
+
if source is None:
|
|
1131
|
+
source = 'Inline'
|
|
1132
|
+
if source is not None:
|
|
1133
|
+
pulumi.set(__self__, "source", source)
|
|
1134
|
+
if type is None:
|
|
1135
|
+
type = 'TSql'
|
|
1136
|
+
if type is not None:
|
|
1137
|
+
pulumi.set(__self__, "type", type)
|
|
1138
|
+
|
|
1139
|
+
@property
|
|
1140
|
+
@pulumi.getter
|
|
1141
|
+
def value(self) -> str:
|
|
1142
|
+
"""
|
|
1143
|
+
The action value, for example the text of the T-SQL script to execute.
|
|
1144
|
+
"""
|
|
1145
|
+
return pulumi.get(self, "value")
|
|
1146
|
+
|
|
1147
|
+
@property
|
|
1148
|
+
@pulumi.getter
|
|
1149
|
+
def source(self) -> Optional[str]:
|
|
1150
|
+
"""
|
|
1151
|
+
The source of the action to execute.
|
|
1152
|
+
"""
|
|
1153
|
+
return pulumi.get(self, "source")
|
|
1154
|
+
|
|
1155
|
+
@property
|
|
1156
|
+
@pulumi.getter
|
|
1157
|
+
def type(self) -> Optional[str]:
|
|
1158
|
+
"""
|
|
1159
|
+
Type of action being executed by the job step.
|
|
1160
|
+
"""
|
|
1161
|
+
return pulumi.get(self, "type")
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
@pulumi.output_type
|
|
1165
|
+
class JobStepExecutionOptionsResponse(dict):
|
|
1166
|
+
"""
|
|
1167
|
+
The execution options of a job step.
|
|
1168
|
+
"""
|
|
1169
|
+
@staticmethod
|
|
1170
|
+
def __key_warning(key: str):
|
|
1171
|
+
suggest = None
|
|
1172
|
+
if key == "initialRetryIntervalSeconds":
|
|
1173
|
+
suggest = "initial_retry_interval_seconds"
|
|
1174
|
+
elif key == "maximumRetryIntervalSeconds":
|
|
1175
|
+
suggest = "maximum_retry_interval_seconds"
|
|
1176
|
+
elif key == "retryAttempts":
|
|
1177
|
+
suggest = "retry_attempts"
|
|
1178
|
+
elif key == "retryIntervalBackoffMultiplier":
|
|
1179
|
+
suggest = "retry_interval_backoff_multiplier"
|
|
1180
|
+
elif key == "timeoutSeconds":
|
|
1181
|
+
suggest = "timeout_seconds"
|
|
1182
|
+
|
|
1183
|
+
if suggest:
|
|
1184
|
+
pulumi.log.warn(f"Key '{key}' not found in JobStepExecutionOptionsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1185
|
+
|
|
1186
|
+
def __getitem__(self, key: str) -> Any:
|
|
1187
|
+
JobStepExecutionOptionsResponse.__key_warning(key)
|
|
1188
|
+
return super().__getitem__(key)
|
|
1189
|
+
|
|
1190
|
+
def get(self, key: str, default = None) -> Any:
|
|
1191
|
+
JobStepExecutionOptionsResponse.__key_warning(key)
|
|
1192
|
+
return super().get(key, default)
|
|
1193
|
+
|
|
1194
|
+
def __init__(__self__, *,
|
|
1195
|
+
initial_retry_interval_seconds: Optional[int] = None,
|
|
1196
|
+
maximum_retry_interval_seconds: Optional[int] = None,
|
|
1197
|
+
retry_attempts: Optional[int] = None,
|
|
1198
|
+
retry_interval_backoff_multiplier: Optional[float] = None,
|
|
1199
|
+
timeout_seconds: Optional[int] = None):
|
|
1200
|
+
"""
|
|
1201
|
+
The execution options of a job step.
|
|
1202
|
+
:param int initial_retry_interval_seconds: Initial delay between retries for job step execution.
|
|
1203
|
+
:param int maximum_retry_interval_seconds: The maximum amount of time to wait between retries for job step execution.
|
|
1204
|
+
:param int retry_attempts: Maximum number of times the job step will be reattempted if the first attempt fails.
|
|
1205
|
+
:param float retry_interval_backoff_multiplier: The backoff multiplier for the time between retries.
|
|
1206
|
+
:param int timeout_seconds: Execution timeout for the job step.
|
|
1207
|
+
"""
|
|
1208
|
+
if initial_retry_interval_seconds is None:
|
|
1209
|
+
initial_retry_interval_seconds = 1
|
|
1210
|
+
if initial_retry_interval_seconds is not None:
|
|
1211
|
+
pulumi.set(__self__, "initial_retry_interval_seconds", initial_retry_interval_seconds)
|
|
1212
|
+
if maximum_retry_interval_seconds is None:
|
|
1213
|
+
maximum_retry_interval_seconds = 120
|
|
1214
|
+
if maximum_retry_interval_seconds is not None:
|
|
1215
|
+
pulumi.set(__self__, "maximum_retry_interval_seconds", maximum_retry_interval_seconds)
|
|
1216
|
+
if retry_attempts is None:
|
|
1217
|
+
retry_attempts = 10
|
|
1218
|
+
if retry_attempts is not None:
|
|
1219
|
+
pulumi.set(__self__, "retry_attempts", retry_attempts)
|
|
1220
|
+
if retry_interval_backoff_multiplier is None:
|
|
1221
|
+
retry_interval_backoff_multiplier = 2
|
|
1222
|
+
if retry_interval_backoff_multiplier is not None:
|
|
1223
|
+
pulumi.set(__self__, "retry_interval_backoff_multiplier", retry_interval_backoff_multiplier)
|
|
1224
|
+
if timeout_seconds is None:
|
|
1225
|
+
timeout_seconds = 43200
|
|
1226
|
+
if timeout_seconds is not None:
|
|
1227
|
+
pulumi.set(__self__, "timeout_seconds", timeout_seconds)
|
|
1228
|
+
|
|
1229
|
+
@property
|
|
1230
|
+
@pulumi.getter(name="initialRetryIntervalSeconds")
|
|
1231
|
+
def initial_retry_interval_seconds(self) -> Optional[int]:
|
|
1232
|
+
"""
|
|
1233
|
+
Initial delay between retries for job step execution.
|
|
1234
|
+
"""
|
|
1235
|
+
return pulumi.get(self, "initial_retry_interval_seconds")
|
|
1236
|
+
|
|
1237
|
+
@property
|
|
1238
|
+
@pulumi.getter(name="maximumRetryIntervalSeconds")
|
|
1239
|
+
def maximum_retry_interval_seconds(self) -> Optional[int]:
|
|
1240
|
+
"""
|
|
1241
|
+
The maximum amount of time to wait between retries for job step execution.
|
|
1242
|
+
"""
|
|
1243
|
+
return pulumi.get(self, "maximum_retry_interval_seconds")
|
|
1244
|
+
|
|
1245
|
+
@property
|
|
1246
|
+
@pulumi.getter(name="retryAttempts")
|
|
1247
|
+
def retry_attempts(self) -> Optional[int]:
|
|
1248
|
+
"""
|
|
1249
|
+
Maximum number of times the job step will be reattempted if the first attempt fails.
|
|
1250
|
+
"""
|
|
1251
|
+
return pulumi.get(self, "retry_attempts")
|
|
1252
|
+
|
|
1253
|
+
@property
|
|
1254
|
+
@pulumi.getter(name="retryIntervalBackoffMultiplier")
|
|
1255
|
+
def retry_interval_backoff_multiplier(self) -> Optional[float]:
|
|
1256
|
+
"""
|
|
1257
|
+
The backoff multiplier for the time between retries.
|
|
1258
|
+
"""
|
|
1259
|
+
return pulumi.get(self, "retry_interval_backoff_multiplier")
|
|
1260
|
+
|
|
1261
|
+
@property
|
|
1262
|
+
@pulumi.getter(name="timeoutSeconds")
|
|
1263
|
+
def timeout_seconds(self) -> Optional[int]:
|
|
1264
|
+
"""
|
|
1265
|
+
Execution timeout for the job step.
|
|
1266
|
+
"""
|
|
1267
|
+
return pulumi.get(self, "timeout_seconds")
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
@pulumi.output_type
|
|
1271
|
+
class JobStepOutputResponse(dict):
|
|
1272
|
+
"""
|
|
1273
|
+
The output configuration of a job step.
|
|
1274
|
+
"""
|
|
1275
|
+
@staticmethod
|
|
1276
|
+
def __key_warning(key: str):
|
|
1277
|
+
suggest = None
|
|
1278
|
+
if key == "databaseName":
|
|
1279
|
+
suggest = "database_name"
|
|
1280
|
+
elif key == "serverName":
|
|
1281
|
+
suggest = "server_name"
|
|
1282
|
+
elif key == "tableName":
|
|
1283
|
+
suggest = "table_name"
|
|
1284
|
+
elif key == "resourceGroupName":
|
|
1285
|
+
suggest = "resource_group_name"
|
|
1286
|
+
elif key == "schemaName":
|
|
1287
|
+
suggest = "schema_name"
|
|
1288
|
+
elif key == "subscriptionId":
|
|
1289
|
+
suggest = "subscription_id"
|
|
1290
|
+
|
|
1291
|
+
if suggest:
|
|
1292
|
+
pulumi.log.warn(f"Key '{key}' not found in JobStepOutputResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1293
|
+
|
|
1294
|
+
def __getitem__(self, key: str) -> Any:
|
|
1295
|
+
JobStepOutputResponse.__key_warning(key)
|
|
1296
|
+
return super().__getitem__(key)
|
|
1297
|
+
|
|
1298
|
+
def get(self, key: str, default = None) -> Any:
|
|
1299
|
+
JobStepOutputResponse.__key_warning(key)
|
|
1300
|
+
return super().get(key, default)
|
|
1301
|
+
|
|
1302
|
+
def __init__(__self__, *,
|
|
1303
|
+
database_name: str,
|
|
1304
|
+
server_name: str,
|
|
1305
|
+
table_name: str,
|
|
1306
|
+
credential: Optional[str] = None,
|
|
1307
|
+
resource_group_name: Optional[str] = None,
|
|
1308
|
+
schema_name: Optional[str] = None,
|
|
1309
|
+
subscription_id: Optional[str] = None,
|
|
1310
|
+
type: Optional[str] = None):
|
|
1311
|
+
"""
|
|
1312
|
+
The output configuration of a job step.
|
|
1313
|
+
:param str database_name: The output destination database.
|
|
1314
|
+
:param str server_name: The output destination server name.
|
|
1315
|
+
:param str table_name: The output destination table.
|
|
1316
|
+
:param str credential: The resource ID of the credential to use to connect to the output destination.
|
|
1317
|
+
:param str resource_group_name: The output destination resource group.
|
|
1318
|
+
:param str schema_name: The output destination schema.
|
|
1319
|
+
:param str subscription_id: The output destination subscription id.
|
|
1320
|
+
:param str type: The output destination type.
|
|
1321
|
+
"""
|
|
1322
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
1323
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
1324
|
+
pulumi.set(__self__, "table_name", table_name)
|
|
1325
|
+
if credential is not None:
|
|
1326
|
+
pulumi.set(__self__, "credential", credential)
|
|
1327
|
+
if resource_group_name is not None:
|
|
1328
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
1329
|
+
if schema_name is None:
|
|
1330
|
+
schema_name = 'dbo'
|
|
1331
|
+
if schema_name is not None:
|
|
1332
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
|
1333
|
+
if subscription_id is not None:
|
|
1334
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
1335
|
+
if type is None:
|
|
1336
|
+
type = 'SqlDatabase'
|
|
1337
|
+
if type is not None:
|
|
1338
|
+
pulumi.set(__self__, "type", type)
|
|
1339
|
+
|
|
1340
|
+
@property
|
|
1341
|
+
@pulumi.getter(name="databaseName")
|
|
1342
|
+
def database_name(self) -> str:
|
|
1343
|
+
"""
|
|
1344
|
+
The output destination database.
|
|
1345
|
+
"""
|
|
1346
|
+
return pulumi.get(self, "database_name")
|
|
1347
|
+
|
|
1348
|
+
@property
|
|
1349
|
+
@pulumi.getter(name="serverName")
|
|
1350
|
+
def server_name(self) -> str:
|
|
1351
|
+
"""
|
|
1352
|
+
The output destination server name.
|
|
1353
|
+
"""
|
|
1354
|
+
return pulumi.get(self, "server_name")
|
|
1355
|
+
|
|
1356
|
+
@property
|
|
1357
|
+
@pulumi.getter(name="tableName")
|
|
1358
|
+
def table_name(self) -> str:
|
|
1359
|
+
"""
|
|
1360
|
+
The output destination table.
|
|
1361
|
+
"""
|
|
1362
|
+
return pulumi.get(self, "table_name")
|
|
1363
|
+
|
|
1364
|
+
@property
|
|
1365
|
+
@pulumi.getter
|
|
1366
|
+
def credential(self) -> Optional[str]:
|
|
1367
|
+
"""
|
|
1368
|
+
The resource ID of the credential to use to connect to the output destination.
|
|
1369
|
+
"""
|
|
1370
|
+
return pulumi.get(self, "credential")
|
|
1371
|
+
|
|
1372
|
+
@property
|
|
1373
|
+
@pulumi.getter(name="resourceGroupName")
|
|
1374
|
+
def resource_group_name(self) -> Optional[str]:
|
|
1375
|
+
"""
|
|
1376
|
+
The output destination resource group.
|
|
1377
|
+
"""
|
|
1378
|
+
return pulumi.get(self, "resource_group_name")
|
|
1379
|
+
|
|
1380
|
+
@property
|
|
1381
|
+
@pulumi.getter(name="schemaName")
|
|
1382
|
+
def schema_name(self) -> Optional[str]:
|
|
1383
|
+
"""
|
|
1384
|
+
The output destination schema.
|
|
1385
|
+
"""
|
|
1386
|
+
return pulumi.get(self, "schema_name")
|
|
1387
|
+
|
|
1388
|
+
@property
|
|
1389
|
+
@pulumi.getter(name="subscriptionId")
|
|
1390
|
+
def subscription_id(self) -> Optional[str]:
|
|
1391
|
+
"""
|
|
1392
|
+
The output destination subscription id.
|
|
1393
|
+
"""
|
|
1394
|
+
return pulumi.get(self, "subscription_id")
|
|
1395
|
+
|
|
1396
|
+
@property
|
|
1397
|
+
@pulumi.getter
|
|
1398
|
+
def type(self) -> Optional[str]:
|
|
1399
|
+
"""
|
|
1400
|
+
The output destination type.
|
|
1401
|
+
"""
|
|
1402
|
+
return pulumi.get(self, "type")
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
@pulumi.output_type
|
|
1406
|
+
class JobTargetResponse(dict):
|
|
1407
|
+
"""
|
|
1408
|
+
A job target, for example a specific database or a container of databases that is evaluated during job execution.
|
|
1409
|
+
"""
|
|
1410
|
+
@staticmethod
|
|
1411
|
+
def __key_warning(key: str):
|
|
1412
|
+
suggest = None
|
|
1413
|
+
if key == "databaseName":
|
|
1414
|
+
suggest = "database_name"
|
|
1415
|
+
elif key == "elasticPoolName":
|
|
1416
|
+
suggest = "elastic_pool_name"
|
|
1417
|
+
elif key == "membershipType":
|
|
1418
|
+
suggest = "membership_type"
|
|
1419
|
+
elif key == "refreshCredential":
|
|
1420
|
+
suggest = "refresh_credential"
|
|
1421
|
+
elif key == "serverName":
|
|
1422
|
+
suggest = "server_name"
|
|
1423
|
+
elif key == "shardMapName":
|
|
1424
|
+
suggest = "shard_map_name"
|
|
1425
|
+
|
|
1426
|
+
if suggest:
|
|
1427
|
+
pulumi.log.warn(f"Key '{key}' not found in JobTargetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1428
|
+
|
|
1429
|
+
def __getitem__(self, key: str) -> Any:
|
|
1430
|
+
JobTargetResponse.__key_warning(key)
|
|
1431
|
+
return super().__getitem__(key)
|
|
1432
|
+
|
|
1433
|
+
def get(self, key: str, default = None) -> Any:
|
|
1434
|
+
JobTargetResponse.__key_warning(key)
|
|
1435
|
+
return super().get(key, default)
|
|
1436
|
+
|
|
1437
|
+
def __init__(__self__, *,
|
|
1438
|
+
type: str,
|
|
1439
|
+
database_name: Optional[str] = None,
|
|
1440
|
+
elastic_pool_name: Optional[str] = None,
|
|
1441
|
+
membership_type: Optional[str] = None,
|
|
1442
|
+
refresh_credential: Optional[str] = None,
|
|
1443
|
+
server_name: Optional[str] = None,
|
|
1444
|
+
shard_map_name: Optional[str] = None):
|
|
1445
|
+
"""
|
|
1446
|
+
A job target, for example a specific database or a container of databases that is evaluated during job execution.
|
|
1447
|
+
:param str type: The target type.
|
|
1448
|
+
:param str database_name: The target database name.
|
|
1449
|
+
:param str elastic_pool_name: The target elastic pool name.
|
|
1450
|
+
:param str membership_type: Whether the target is included or excluded from the group.
|
|
1451
|
+
:param str refresh_credential: The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
|
|
1452
|
+
:param str server_name: The target server name.
|
|
1453
|
+
:param str shard_map_name: The target shard map.
|
|
1454
|
+
"""
|
|
1455
|
+
pulumi.set(__self__, "type", type)
|
|
1456
|
+
if database_name is not None:
|
|
1457
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
1458
|
+
if elastic_pool_name is not None:
|
|
1459
|
+
pulumi.set(__self__, "elastic_pool_name", elastic_pool_name)
|
|
1460
|
+
if membership_type is None:
|
|
1461
|
+
membership_type = 'Include'
|
|
1462
|
+
if membership_type is not None:
|
|
1463
|
+
pulumi.set(__self__, "membership_type", membership_type)
|
|
1464
|
+
if refresh_credential is not None:
|
|
1465
|
+
pulumi.set(__self__, "refresh_credential", refresh_credential)
|
|
1466
|
+
if server_name is not None:
|
|
1467
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
1468
|
+
if shard_map_name is not None:
|
|
1469
|
+
pulumi.set(__self__, "shard_map_name", shard_map_name)
|
|
1470
|
+
|
|
1471
|
+
@property
|
|
1472
|
+
@pulumi.getter
|
|
1473
|
+
def type(self) -> str:
|
|
1474
|
+
"""
|
|
1475
|
+
The target type.
|
|
1476
|
+
"""
|
|
1477
|
+
return pulumi.get(self, "type")
|
|
1478
|
+
|
|
1479
|
+
@property
|
|
1480
|
+
@pulumi.getter(name="databaseName")
|
|
1481
|
+
def database_name(self) -> Optional[str]:
|
|
1482
|
+
"""
|
|
1483
|
+
The target database name.
|
|
1484
|
+
"""
|
|
1485
|
+
return pulumi.get(self, "database_name")
|
|
1486
|
+
|
|
1487
|
+
@property
|
|
1488
|
+
@pulumi.getter(name="elasticPoolName")
|
|
1489
|
+
def elastic_pool_name(self) -> Optional[str]:
|
|
1490
|
+
"""
|
|
1491
|
+
The target elastic pool name.
|
|
1492
|
+
"""
|
|
1493
|
+
return pulumi.get(self, "elastic_pool_name")
|
|
1494
|
+
|
|
1495
|
+
@property
|
|
1496
|
+
@pulumi.getter(name="membershipType")
|
|
1497
|
+
def membership_type(self) -> Optional[str]:
|
|
1498
|
+
"""
|
|
1499
|
+
Whether the target is included or excluded from the group.
|
|
1500
|
+
"""
|
|
1501
|
+
return pulumi.get(self, "membership_type")
|
|
1502
|
+
|
|
1503
|
+
@property
|
|
1504
|
+
@pulumi.getter(name="refreshCredential")
|
|
1505
|
+
def refresh_credential(self) -> Optional[str]:
|
|
1506
|
+
"""
|
|
1507
|
+
The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
|
|
1508
|
+
"""
|
|
1509
|
+
return pulumi.get(self, "refresh_credential")
|
|
1510
|
+
|
|
1511
|
+
@property
|
|
1512
|
+
@pulumi.getter(name="serverName")
|
|
1513
|
+
def server_name(self) -> Optional[str]:
|
|
1514
|
+
"""
|
|
1515
|
+
The target server name.
|
|
1516
|
+
"""
|
|
1517
|
+
return pulumi.get(self, "server_name")
|
|
1518
|
+
|
|
1519
|
+
@property
|
|
1520
|
+
@pulumi.getter(name="shardMapName")
|
|
1521
|
+
def shard_map_name(self) -> Optional[str]:
|
|
1522
|
+
"""
|
|
1523
|
+
The target shard map.
|
|
1524
|
+
"""
|
|
1525
|
+
return pulumi.get(self, "shard_map_name")
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
@pulumi.output_type
|
|
1529
|
+
class ManagedInstanceExternalAdministratorResponse(dict):
|
|
1530
|
+
"""
|
|
1531
|
+
Properties of a active directory administrator.
|
|
1532
|
+
"""
|
|
1533
|
+
@staticmethod
|
|
1534
|
+
def __key_warning(key: str):
|
|
1535
|
+
suggest = None
|
|
1536
|
+
if key == "administratorType":
|
|
1537
|
+
suggest = "administrator_type"
|
|
1538
|
+
elif key == "azureADOnlyAuthentication":
|
|
1539
|
+
suggest = "azure_ad_only_authentication"
|
|
1540
|
+
elif key == "principalType":
|
|
1541
|
+
suggest = "principal_type"
|
|
1542
|
+
elif key == "tenantId":
|
|
1543
|
+
suggest = "tenant_id"
|
|
1544
|
+
|
|
1545
|
+
if suggest:
|
|
1546
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedInstanceExternalAdministratorResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1547
|
+
|
|
1548
|
+
def __getitem__(self, key: str) -> Any:
|
|
1549
|
+
ManagedInstanceExternalAdministratorResponse.__key_warning(key)
|
|
1550
|
+
return super().__getitem__(key)
|
|
1551
|
+
|
|
1552
|
+
def get(self, key: str, default = None) -> Any:
|
|
1553
|
+
ManagedInstanceExternalAdministratorResponse.__key_warning(key)
|
|
1554
|
+
return super().get(key, default)
|
|
1555
|
+
|
|
1556
|
+
def __init__(__self__, *,
|
|
1557
|
+
administrator_type: Optional[str] = None,
|
|
1558
|
+
azure_ad_only_authentication: Optional[bool] = None,
|
|
1559
|
+
login: Optional[str] = None,
|
|
1560
|
+
principal_type: Optional[str] = None,
|
|
1561
|
+
sid: Optional[str] = None,
|
|
1562
|
+
tenant_id: Optional[str] = None):
|
|
1563
|
+
"""
|
|
1564
|
+
Properties of a active directory administrator.
|
|
1565
|
+
:param str administrator_type: Type of the sever administrator.
|
|
1566
|
+
:param bool azure_ad_only_authentication: Azure Active Directory only Authentication enabled.
|
|
1567
|
+
:param str login: Login name of the server administrator.
|
|
1568
|
+
:param str principal_type: Principal Type of the sever administrator.
|
|
1569
|
+
:param str sid: SID (object ID) of the server administrator.
|
|
1570
|
+
:param str tenant_id: Tenant ID of the administrator.
|
|
1571
|
+
"""
|
|
1572
|
+
if administrator_type is not None:
|
|
1573
|
+
pulumi.set(__self__, "administrator_type", administrator_type)
|
|
1574
|
+
if azure_ad_only_authentication is not None:
|
|
1575
|
+
pulumi.set(__self__, "azure_ad_only_authentication", azure_ad_only_authentication)
|
|
1576
|
+
if login is not None:
|
|
1577
|
+
pulumi.set(__self__, "login", login)
|
|
1578
|
+
if principal_type is not None:
|
|
1579
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
|
1580
|
+
if sid is not None:
|
|
1581
|
+
pulumi.set(__self__, "sid", sid)
|
|
1582
|
+
if tenant_id is not None:
|
|
1583
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1584
|
+
|
|
1585
|
+
@property
|
|
1586
|
+
@pulumi.getter(name="administratorType")
|
|
1587
|
+
def administrator_type(self) -> Optional[str]:
|
|
1588
|
+
"""
|
|
1589
|
+
Type of the sever administrator.
|
|
1590
|
+
"""
|
|
1591
|
+
return pulumi.get(self, "administrator_type")
|
|
1592
|
+
|
|
1593
|
+
@property
|
|
1594
|
+
@pulumi.getter(name="azureADOnlyAuthentication")
|
|
1595
|
+
def azure_ad_only_authentication(self) -> Optional[bool]:
|
|
1596
|
+
"""
|
|
1597
|
+
Azure Active Directory only Authentication enabled.
|
|
1598
|
+
"""
|
|
1599
|
+
return pulumi.get(self, "azure_ad_only_authentication")
|
|
1600
|
+
|
|
1601
|
+
@property
|
|
1602
|
+
@pulumi.getter
|
|
1603
|
+
def login(self) -> Optional[str]:
|
|
1604
|
+
"""
|
|
1605
|
+
Login name of the server administrator.
|
|
1606
|
+
"""
|
|
1607
|
+
return pulumi.get(self, "login")
|
|
1608
|
+
|
|
1609
|
+
@property
|
|
1610
|
+
@pulumi.getter(name="principalType")
|
|
1611
|
+
def principal_type(self) -> Optional[str]:
|
|
1612
|
+
"""
|
|
1613
|
+
Principal Type of the sever administrator.
|
|
1614
|
+
"""
|
|
1615
|
+
return pulumi.get(self, "principal_type")
|
|
1616
|
+
|
|
1617
|
+
@property
|
|
1618
|
+
@pulumi.getter
|
|
1619
|
+
def sid(self) -> Optional[str]:
|
|
1620
|
+
"""
|
|
1621
|
+
SID (object ID) of the server administrator.
|
|
1622
|
+
"""
|
|
1623
|
+
return pulumi.get(self, "sid")
|
|
1624
|
+
|
|
1625
|
+
@property
|
|
1626
|
+
@pulumi.getter(name="tenantId")
|
|
1627
|
+
def tenant_id(self) -> Optional[str]:
|
|
1628
|
+
"""
|
|
1629
|
+
Tenant ID of the administrator.
|
|
1630
|
+
"""
|
|
1631
|
+
return pulumi.get(self, "tenant_id")
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
@pulumi.output_type
|
|
1635
|
+
class ManagedInstancePairInfoResponse(dict):
|
|
1636
|
+
"""
|
|
1637
|
+
Pairs of Managed Instances in the failover group.
|
|
1638
|
+
"""
|
|
1639
|
+
@staticmethod
|
|
1640
|
+
def __key_warning(key: str):
|
|
1641
|
+
suggest = None
|
|
1642
|
+
if key == "partnerManagedInstanceId":
|
|
1643
|
+
suggest = "partner_managed_instance_id"
|
|
1644
|
+
elif key == "primaryManagedInstanceId":
|
|
1645
|
+
suggest = "primary_managed_instance_id"
|
|
1646
|
+
|
|
1647
|
+
if suggest:
|
|
1648
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedInstancePairInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1649
|
+
|
|
1650
|
+
def __getitem__(self, key: str) -> Any:
|
|
1651
|
+
ManagedInstancePairInfoResponse.__key_warning(key)
|
|
1652
|
+
return super().__getitem__(key)
|
|
1653
|
+
|
|
1654
|
+
def get(self, key: str, default = None) -> Any:
|
|
1655
|
+
ManagedInstancePairInfoResponse.__key_warning(key)
|
|
1656
|
+
return super().get(key, default)
|
|
1657
|
+
|
|
1658
|
+
def __init__(__self__, *,
|
|
1659
|
+
partner_managed_instance_id: Optional[str] = None,
|
|
1660
|
+
primary_managed_instance_id: Optional[str] = None):
|
|
1661
|
+
"""
|
|
1662
|
+
Pairs of Managed Instances in the failover group.
|
|
1663
|
+
:param str partner_managed_instance_id: Id of Partner Managed Instance in pair.
|
|
1664
|
+
:param str primary_managed_instance_id: Id of Primary Managed Instance in pair.
|
|
1665
|
+
"""
|
|
1666
|
+
if partner_managed_instance_id is not None:
|
|
1667
|
+
pulumi.set(__self__, "partner_managed_instance_id", partner_managed_instance_id)
|
|
1668
|
+
if primary_managed_instance_id is not None:
|
|
1669
|
+
pulumi.set(__self__, "primary_managed_instance_id", primary_managed_instance_id)
|
|
1670
|
+
|
|
1671
|
+
@property
|
|
1672
|
+
@pulumi.getter(name="partnerManagedInstanceId")
|
|
1673
|
+
def partner_managed_instance_id(self) -> Optional[str]:
|
|
1674
|
+
"""
|
|
1675
|
+
Id of Partner Managed Instance in pair.
|
|
1676
|
+
"""
|
|
1677
|
+
return pulumi.get(self, "partner_managed_instance_id")
|
|
1678
|
+
|
|
1679
|
+
@property
|
|
1680
|
+
@pulumi.getter(name="primaryManagedInstanceId")
|
|
1681
|
+
def primary_managed_instance_id(self) -> Optional[str]:
|
|
1682
|
+
"""
|
|
1683
|
+
Id of Primary Managed Instance in pair.
|
|
1684
|
+
"""
|
|
1685
|
+
return pulumi.get(self, "primary_managed_instance_id")
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
@pulumi.output_type
|
|
1689
|
+
class ManagedInstancePecPropertyResponse(dict):
|
|
1690
|
+
"""
|
|
1691
|
+
A private endpoint connection under a managed instance
|
|
1692
|
+
"""
|
|
1693
|
+
def __init__(__self__, *,
|
|
1694
|
+
id: str,
|
|
1695
|
+
properties: 'outputs.ManagedInstancePrivateEndpointConnectionPropertiesResponse'):
|
|
1696
|
+
"""
|
|
1697
|
+
A private endpoint connection under a managed instance
|
|
1698
|
+
:param str id: Resource ID.
|
|
1699
|
+
:param 'ManagedInstancePrivateEndpointConnectionPropertiesResponse' properties: Private endpoint connection properties
|
|
1700
|
+
"""
|
|
1701
|
+
pulumi.set(__self__, "id", id)
|
|
1702
|
+
pulumi.set(__self__, "properties", properties)
|
|
1703
|
+
|
|
1704
|
+
@property
|
|
1705
|
+
@pulumi.getter
|
|
1706
|
+
def id(self) -> str:
|
|
1707
|
+
"""
|
|
1708
|
+
Resource ID.
|
|
1709
|
+
"""
|
|
1710
|
+
return pulumi.get(self, "id")
|
|
1711
|
+
|
|
1712
|
+
@property
|
|
1713
|
+
@pulumi.getter
|
|
1714
|
+
def properties(self) -> 'outputs.ManagedInstancePrivateEndpointConnectionPropertiesResponse':
|
|
1715
|
+
"""
|
|
1716
|
+
Private endpoint connection properties
|
|
1717
|
+
"""
|
|
1718
|
+
return pulumi.get(self, "properties")
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
@pulumi.output_type
|
|
1722
|
+
class ManagedInstancePrivateEndpointConnectionPropertiesResponse(dict):
|
|
1723
|
+
"""
|
|
1724
|
+
Properties of a private endpoint connection.
|
|
1725
|
+
"""
|
|
1726
|
+
@staticmethod
|
|
1727
|
+
def __key_warning(key: str):
|
|
1728
|
+
suggest = None
|
|
1729
|
+
if key == "provisioningState":
|
|
1730
|
+
suggest = "provisioning_state"
|
|
1731
|
+
elif key == "privateEndpoint":
|
|
1732
|
+
suggest = "private_endpoint"
|
|
1733
|
+
elif key == "privateLinkServiceConnectionState":
|
|
1734
|
+
suggest = "private_link_service_connection_state"
|
|
1735
|
+
|
|
1736
|
+
if suggest:
|
|
1737
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedInstancePrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1738
|
+
|
|
1739
|
+
def __getitem__(self, key: str) -> Any:
|
|
1740
|
+
ManagedInstancePrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
1741
|
+
return super().__getitem__(key)
|
|
1742
|
+
|
|
1743
|
+
def get(self, key: str, default = None) -> Any:
|
|
1744
|
+
ManagedInstancePrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
1745
|
+
return super().get(key, default)
|
|
1746
|
+
|
|
1747
|
+
def __init__(__self__, *,
|
|
1748
|
+
provisioning_state: str,
|
|
1749
|
+
private_endpoint: Optional['outputs.ManagedInstancePrivateEndpointPropertyResponse'] = None,
|
|
1750
|
+
private_link_service_connection_state: Optional['outputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse'] = None):
|
|
1751
|
+
"""
|
|
1752
|
+
Properties of a private endpoint connection.
|
|
1753
|
+
:param str provisioning_state: State of the Private Endpoint Connection.
|
|
1754
|
+
:param 'ManagedInstancePrivateEndpointPropertyResponse' private_endpoint: Private endpoint which the connection belongs to.
|
|
1755
|
+
:param 'ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse' private_link_service_connection_state: Connection State of the Private Endpoint Connection.
|
|
1756
|
+
"""
|
|
1757
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1758
|
+
if private_endpoint is not None:
|
|
1759
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
1760
|
+
if private_link_service_connection_state is not None:
|
|
1761
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
1762
|
+
|
|
1763
|
+
@property
|
|
1764
|
+
@pulumi.getter(name="provisioningState")
|
|
1765
|
+
def provisioning_state(self) -> str:
|
|
1766
|
+
"""
|
|
1767
|
+
State of the Private Endpoint Connection.
|
|
1768
|
+
"""
|
|
1769
|
+
return pulumi.get(self, "provisioning_state")
|
|
1770
|
+
|
|
1771
|
+
@property
|
|
1772
|
+
@pulumi.getter(name="privateEndpoint")
|
|
1773
|
+
def private_endpoint(self) -> Optional['outputs.ManagedInstancePrivateEndpointPropertyResponse']:
|
|
1774
|
+
"""
|
|
1775
|
+
Private endpoint which the connection belongs to.
|
|
1776
|
+
"""
|
|
1777
|
+
return pulumi.get(self, "private_endpoint")
|
|
1778
|
+
|
|
1779
|
+
@property
|
|
1780
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
1781
|
+
def private_link_service_connection_state(self) -> Optional['outputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse']:
|
|
1782
|
+
"""
|
|
1783
|
+
Connection State of the Private Endpoint Connection.
|
|
1784
|
+
"""
|
|
1785
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
@pulumi.output_type
|
|
1789
|
+
class ManagedInstancePrivateEndpointPropertyResponse(dict):
|
|
1790
|
+
def __init__(__self__, *,
|
|
1791
|
+
id: Optional[str] = None):
|
|
1792
|
+
"""
|
|
1793
|
+
:param str id: Resource id of the private endpoint.
|
|
1794
|
+
"""
|
|
1795
|
+
if id is not None:
|
|
1796
|
+
pulumi.set(__self__, "id", id)
|
|
1797
|
+
|
|
1798
|
+
@property
|
|
1799
|
+
@pulumi.getter
|
|
1800
|
+
def id(self) -> Optional[str]:
|
|
1801
|
+
"""
|
|
1802
|
+
Resource id of the private endpoint.
|
|
1803
|
+
"""
|
|
1804
|
+
return pulumi.get(self, "id")
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
@pulumi.output_type
|
|
1808
|
+
class ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse(dict):
|
|
1809
|
+
@staticmethod
|
|
1810
|
+
def __key_warning(key: str):
|
|
1811
|
+
suggest = None
|
|
1812
|
+
if key == "actionsRequired":
|
|
1813
|
+
suggest = "actions_required"
|
|
1814
|
+
|
|
1815
|
+
if suggest:
|
|
1816
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1817
|
+
|
|
1818
|
+
def __getitem__(self, key: str) -> Any:
|
|
1819
|
+
ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
|
|
1820
|
+
return super().__getitem__(key)
|
|
1821
|
+
|
|
1822
|
+
def get(self, key: str, default = None) -> Any:
|
|
1823
|
+
ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
|
|
1824
|
+
return super().get(key, default)
|
|
1825
|
+
|
|
1826
|
+
def __init__(__self__, *,
|
|
1827
|
+
actions_required: str,
|
|
1828
|
+
description: str,
|
|
1829
|
+
status: str):
|
|
1830
|
+
"""
|
|
1831
|
+
:param str actions_required: The private link service connection description.
|
|
1832
|
+
:param str description: The private link service connection description.
|
|
1833
|
+
:param str status: The private link service connection status.
|
|
1834
|
+
"""
|
|
1835
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
1836
|
+
pulumi.set(__self__, "description", description)
|
|
1837
|
+
pulumi.set(__self__, "status", status)
|
|
1838
|
+
|
|
1839
|
+
@property
|
|
1840
|
+
@pulumi.getter(name="actionsRequired")
|
|
1841
|
+
def actions_required(self) -> str:
|
|
1842
|
+
"""
|
|
1843
|
+
The private link service connection description.
|
|
1844
|
+
"""
|
|
1845
|
+
return pulumi.get(self, "actions_required")
|
|
1846
|
+
|
|
1847
|
+
@property
|
|
1848
|
+
@pulumi.getter
|
|
1849
|
+
def description(self) -> str:
|
|
1850
|
+
"""
|
|
1851
|
+
The private link service connection description.
|
|
1852
|
+
"""
|
|
1853
|
+
return pulumi.get(self, "description")
|
|
1854
|
+
|
|
1855
|
+
@property
|
|
1856
|
+
@pulumi.getter
|
|
1857
|
+
def status(self) -> str:
|
|
1858
|
+
"""
|
|
1859
|
+
The private link service connection status.
|
|
1860
|
+
"""
|
|
1861
|
+
return pulumi.get(self, "status")
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
@pulumi.output_type
|
|
1865
|
+
class PartnerInfoResponse(dict):
|
|
1866
|
+
"""
|
|
1867
|
+
Partner server information for the failover group.
|
|
1868
|
+
"""
|
|
1869
|
+
@staticmethod
|
|
1870
|
+
def __key_warning(key: str):
|
|
1871
|
+
suggest = None
|
|
1872
|
+
if key == "replicationRole":
|
|
1873
|
+
suggest = "replication_role"
|
|
1874
|
+
|
|
1875
|
+
if suggest:
|
|
1876
|
+
pulumi.log.warn(f"Key '{key}' not found in PartnerInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1877
|
+
|
|
1878
|
+
def __getitem__(self, key: str) -> Any:
|
|
1879
|
+
PartnerInfoResponse.__key_warning(key)
|
|
1880
|
+
return super().__getitem__(key)
|
|
1881
|
+
|
|
1882
|
+
def get(self, key: str, default = None) -> Any:
|
|
1883
|
+
PartnerInfoResponse.__key_warning(key)
|
|
1884
|
+
return super().get(key, default)
|
|
1885
|
+
|
|
1886
|
+
def __init__(__self__, *,
|
|
1887
|
+
id: str,
|
|
1888
|
+
location: str,
|
|
1889
|
+
replication_role: str):
|
|
1890
|
+
"""
|
|
1891
|
+
Partner server information for the failover group.
|
|
1892
|
+
:param str id: Resource identifier of the partner server.
|
|
1893
|
+
:param str location: Geo location of the partner server.
|
|
1894
|
+
:param str replication_role: Replication role of the partner server.
|
|
1895
|
+
"""
|
|
1896
|
+
pulumi.set(__self__, "id", id)
|
|
1897
|
+
pulumi.set(__self__, "location", location)
|
|
1898
|
+
pulumi.set(__self__, "replication_role", replication_role)
|
|
1899
|
+
|
|
1900
|
+
@property
|
|
1901
|
+
@pulumi.getter
|
|
1902
|
+
def id(self) -> str:
|
|
1903
|
+
"""
|
|
1904
|
+
Resource identifier of the partner server.
|
|
1905
|
+
"""
|
|
1906
|
+
return pulumi.get(self, "id")
|
|
1907
|
+
|
|
1908
|
+
@property
|
|
1909
|
+
@pulumi.getter
|
|
1910
|
+
def location(self) -> str:
|
|
1911
|
+
"""
|
|
1912
|
+
Geo location of the partner server.
|
|
1913
|
+
"""
|
|
1914
|
+
return pulumi.get(self, "location")
|
|
1915
|
+
|
|
1916
|
+
@property
|
|
1917
|
+
@pulumi.getter(name="replicationRole")
|
|
1918
|
+
def replication_role(self) -> str:
|
|
1919
|
+
"""
|
|
1920
|
+
Replication role of the partner server.
|
|
1921
|
+
"""
|
|
1922
|
+
return pulumi.get(self, "replication_role")
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
@pulumi.output_type
|
|
1926
|
+
class PartnerRegionInfoResponse(dict):
|
|
1927
|
+
"""
|
|
1928
|
+
Partner region information for the failover group.
|
|
1929
|
+
"""
|
|
1930
|
+
@staticmethod
|
|
1931
|
+
def __key_warning(key: str):
|
|
1932
|
+
suggest = None
|
|
1933
|
+
if key == "replicationRole":
|
|
1934
|
+
suggest = "replication_role"
|
|
1935
|
+
|
|
1936
|
+
if suggest:
|
|
1937
|
+
pulumi.log.warn(f"Key '{key}' not found in PartnerRegionInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1938
|
+
|
|
1939
|
+
def __getitem__(self, key: str) -> Any:
|
|
1940
|
+
PartnerRegionInfoResponse.__key_warning(key)
|
|
1941
|
+
return super().__getitem__(key)
|
|
1942
|
+
|
|
1943
|
+
def get(self, key: str, default = None) -> Any:
|
|
1944
|
+
PartnerRegionInfoResponse.__key_warning(key)
|
|
1945
|
+
return super().get(key, default)
|
|
1946
|
+
|
|
1947
|
+
def __init__(__self__, *,
|
|
1948
|
+
replication_role: str,
|
|
1949
|
+
location: Optional[str] = None):
|
|
1950
|
+
"""
|
|
1951
|
+
Partner region information for the failover group.
|
|
1952
|
+
:param str replication_role: Replication role of the partner managed instances.
|
|
1953
|
+
:param str location: Geo location of the partner managed instances.
|
|
1954
|
+
"""
|
|
1955
|
+
pulumi.set(__self__, "replication_role", replication_role)
|
|
1956
|
+
if location is not None:
|
|
1957
|
+
pulumi.set(__self__, "location", location)
|
|
1958
|
+
|
|
1959
|
+
@property
|
|
1960
|
+
@pulumi.getter(name="replicationRole")
|
|
1961
|
+
def replication_role(self) -> str:
|
|
1962
|
+
"""
|
|
1963
|
+
Replication role of the partner managed instances.
|
|
1964
|
+
"""
|
|
1965
|
+
return pulumi.get(self, "replication_role")
|
|
1966
|
+
|
|
1967
|
+
@property
|
|
1968
|
+
@pulumi.getter
|
|
1969
|
+
def location(self) -> Optional[str]:
|
|
1970
|
+
"""
|
|
1971
|
+
Geo location of the partner managed instances.
|
|
1972
|
+
"""
|
|
1973
|
+
return pulumi.get(self, "location")
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
@pulumi.output_type
|
|
1977
|
+
class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
1978
|
+
"""
|
|
1979
|
+
Properties of a private endpoint connection.
|
|
1980
|
+
"""
|
|
1981
|
+
@staticmethod
|
|
1982
|
+
def __key_warning(key: str):
|
|
1983
|
+
suggest = None
|
|
1984
|
+
if key == "groupIds":
|
|
1985
|
+
suggest = "group_ids"
|
|
1986
|
+
elif key == "provisioningState":
|
|
1987
|
+
suggest = "provisioning_state"
|
|
1988
|
+
elif key == "privateEndpoint":
|
|
1989
|
+
suggest = "private_endpoint"
|
|
1990
|
+
elif key == "privateLinkServiceConnectionState":
|
|
1991
|
+
suggest = "private_link_service_connection_state"
|
|
1992
|
+
|
|
1993
|
+
if suggest:
|
|
1994
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1995
|
+
|
|
1996
|
+
def __getitem__(self, key: str) -> Any:
|
|
1997
|
+
PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
1998
|
+
return super().__getitem__(key)
|
|
1999
|
+
|
|
2000
|
+
def get(self, key: str, default = None) -> Any:
|
|
2001
|
+
PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
2002
|
+
return super().get(key, default)
|
|
2003
|
+
|
|
2004
|
+
def __init__(__self__, *,
|
|
2005
|
+
group_ids: Sequence[str],
|
|
2006
|
+
provisioning_state: str,
|
|
2007
|
+
private_endpoint: Optional['outputs.PrivateEndpointPropertyResponse'] = None,
|
|
2008
|
+
private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse'] = None):
|
|
2009
|
+
"""
|
|
2010
|
+
Properties of a private endpoint connection.
|
|
2011
|
+
:param Sequence[str] group_ids: Group IDs.
|
|
2012
|
+
:param str provisioning_state: State of the private endpoint connection.
|
|
2013
|
+
:param 'PrivateEndpointPropertyResponse' private_endpoint: Private endpoint which the connection belongs to.
|
|
2014
|
+
:param 'PrivateLinkServiceConnectionStatePropertyResponse' private_link_service_connection_state: Connection state of the private endpoint connection.
|
|
2015
|
+
"""
|
|
2016
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
2017
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2018
|
+
if private_endpoint is not None:
|
|
2019
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
2020
|
+
if private_link_service_connection_state is not None:
|
|
2021
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
2022
|
+
|
|
2023
|
+
@property
|
|
2024
|
+
@pulumi.getter(name="groupIds")
|
|
2025
|
+
def group_ids(self) -> Sequence[str]:
|
|
2026
|
+
"""
|
|
2027
|
+
Group IDs.
|
|
2028
|
+
"""
|
|
2029
|
+
return pulumi.get(self, "group_ids")
|
|
2030
|
+
|
|
2031
|
+
@property
|
|
2032
|
+
@pulumi.getter(name="provisioningState")
|
|
2033
|
+
def provisioning_state(self) -> str:
|
|
2034
|
+
"""
|
|
2035
|
+
State of the private endpoint connection.
|
|
2036
|
+
"""
|
|
2037
|
+
return pulumi.get(self, "provisioning_state")
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
@pulumi.getter(name="privateEndpoint")
|
|
2041
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointPropertyResponse']:
|
|
2042
|
+
"""
|
|
2043
|
+
Private endpoint which the connection belongs to.
|
|
2044
|
+
"""
|
|
2045
|
+
return pulumi.get(self, "private_endpoint")
|
|
2046
|
+
|
|
2047
|
+
@property
|
|
2048
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
2049
|
+
def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']:
|
|
2050
|
+
"""
|
|
2051
|
+
Connection state of the private endpoint connection.
|
|
2052
|
+
"""
|
|
2053
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
@pulumi.output_type
|
|
2057
|
+
class PrivateEndpointPropertyResponse(dict):
|
|
2058
|
+
def __init__(__self__, *,
|
|
2059
|
+
id: Optional[str] = None):
|
|
2060
|
+
"""
|
|
2061
|
+
:param str id: Resource id of the private endpoint.
|
|
2062
|
+
"""
|
|
2063
|
+
if id is not None:
|
|
2064
|
+
pulumi.set(__self__, "id", id)
|
|
2065
|
+
|
|
2066
|
+
@property
|
|
2067
|
+
@pulumi.getter
|
|
2068
|
+
def id(self) -> Optional[str]:
|
|
2069
|
+
"""
|
|
2070
|
+
Resource id of the private endpoint.
|
|
2071
|
+
"""
|
|
2072
|
+
return pulumi.get(self, "id")
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
@pulumi.output_type
|
|
2076
|
+
class PrivateLinkServiceConnectionStatePropertyResponse(dict):
|
|
2077
|
+
@staticmethod
|
|
2078
|
+
def __key_warning(key: str):
|
|
2079
|
+
suggest = None
|
|
2080
|
+
if key == "actionsRequired":
|
|
2081
|
+
suggest = "actions_required"
|
|
2082
|
+
|
|
2083
|
+
if suggest:
|
|
2084
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStatePropertyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2085
|
+
|
|
2086
|
+
def __getitem__(self, key: str) -> Any:
|
|
2087
|
+
PrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
|
|
2088
|
+
return super().__getitem__(key)
|
|
2089
|
+
|
|
2090
|
+
def get(self, key: str, default = None) -> Any:
|
|
2091
|
+
PrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
|
|
2092
|
+
return super().get(key, default)
|
|
2093
|
+
|
|
2094
|
+
def __init__(__self__, *,
|
|
2095
|
+
actions_required: str,
|
|
2096
|
+
description: str,
|
|
2097
|
+
status: str):
|
|
2098
|
+
"""
|
|
2099
|
+
:param str actions_required: The actions required for private link service connection.
|
|
2100
|
+
:param str description: The private link service connection description.
|
|
2101
|
+
:param str status: The private link service connection status.
|
|
2102
|
+
"""
|
|
2103
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
2104
|
+
pulumi.set(__self__, "description", description)
|
|
2105
|
+
pulumi.set(__self__, "status", status)
|
|
2106
|
+
|
|
2107
|
+
@property
|
|
2108
|
+
@pulumi.getter(name="actionsRequired")
|
|
2109
|
+
def actions_required(self) -> str:
|
|
2110
|
+
"""
|
|
2111
|
+
The actions required for private link service connection.
|
|
2112
|
+
"""
|
|
2113
|
+
return pulumi.get(self, "actions_required")
|
|
2114
|
+
|
|
2115
|
+
@property
|
|
2116
|
+
@pulumi.getter
|
|
2117
|
+
def description(self) -> str:
|
|
2118
|
+
"""
|
|
2119
|
+
The private link service connection description.
|
|
2120
|
+
"""
|
|
2121
|
+
return pulumi.get(self, "description")
|
|
2122
|
+
|
|
2123
|
+
@property
|
|
2124
|
+
@pulumi.getter
|
|
2125
|
+
def status(self) -> str:
|
|
2126
|
+
"""
|
|
2127
|
+
The private link service connection status.
|
|
2128
|
+
"""
|
|
2129
|
+
return pulumi.get(self, "status")
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
@pulumi.output_type
|
|
2133
|
+
class RecommendedActionErrorInfoResponse(dict):
|
|
2134
|
+
"""
|
|
2135
|
+
Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2136
|
+
"""
|
|
2137
|
+
@staticmethod
|
|
2138
|
+
def __key_warning(key: str):
|
|
2139
|
+
suggest = None
|
|
2140
|
+
if key == "errorCode":
|
|
2141
|
+
suggest = "error_code"
|
|
2142
|
+
elif key == "isRetryable":
|
|
2143
|
+
suggest = "is_retryable"
|
|
2144
|
+
|
|
2145
|
+
if suggest:
|
|
2146
|
+
pulumi.log.warn(f"Key '{key}' not found in RecommendedActionErrorInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2147
|
+
|
|
2148
|
+
def __getitem__(self, key: str) -> Any:
|
|
2149
|
+
RecommendedActionErrorInfoResponse.__key_warning(key)
|
|
2150
|
+
return super().__getitem__(key)
|
|
2151
|
+
|
|
2152
|
+
def get(self, key: str, default = None) -> Any:
|
|
2153
|
+
RecommendedActionErrorInfoResponse.__key_warning(key)
|
|
2154
|
+
return super().get(key, default)
|
|
2155
|
+
|
|
2156
|
+
def __init__(__self__, *,
|
|
2157
|
+
error_code: str,
|
|
2158
|
+
is_retryable: str):
|
|
2159
|
+
"""
|
|
2160
|
+
Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2161
|
+
:param str error_code: Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists
|
|
2162
|
+
:param str is_retryable: Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No
|
|
2163
|
+
"""
|
|
2164
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
2165
|
+
pulumi.set(__self__, "is_retryable", is_retryable)
|
|
2166
|
+
|
|
2167
|
+
@property
|
|
2168
|
+
@pulumi.getter(name="errorCode")
|
|
2169
|
+
def error_code(self) -> str:
|
|
2170
|
+
"""
|
|
2171
|
+
Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists
|
|
2172
|
+
"""
|
|
2173
|
+
return pulumi.get(self, "error_code")
|
|
2174
|
+
|
|
2175
|
+
@property
|
|
2176
|
+
@pulumi.getter(name="isRetryable")
|
|
2177
|
+
def is_retryable(self) -> str:
|
|
2178
|
+
"""
|
|
2179
|
+
Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No
|
|
2180
|
+
"""
|
|
2181
|
+
return pulumi.get(self, "is_retryable")
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
@pulumi.output_type
|
|
2185
|
+
class RecommendedActionImpactRecordResponse(dict):
|
|
2186
|
+
"""
|
|
2187
|
+
Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2188
|
+
"""
|
|
2189
|
+
@staticmethod
|
|
2190
|
+
def __key_warning(key: str):
|
|
2191
|
+
suggest = None
|
|
2192
|
+
if key == "absoluteValue":
|
|
2193
|
+
suggest = "absolute_value"
|
|
2194
|
+
elif key == "changeValueAbsolute":
|
|
2195
|
+
suggest = "change_value_absolute"
|
|
2196
|
+
elif key == "changeValueRelative":
|
|
2197
|
+
suggest = "change_value_relative"
|
|
2198
|
+
elif key == "dimensionName":
|
|
2199
|
+
suggest = "dimension_name"
|
|
2200
|
+
|
|
2201
|
+
if suggest:
|
|
2202
|
+
pulumi.log.warn(f"Key '{key}' not found in RecommendedActionImpactRecordResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2203
|
+
|
|
2204
|
+
def __getitem__(self, key: str) -> Any:
|
|
2205
|
+
RecommendedActionImpactRecordResponse.__key_warning(key)
|
|
2206
|
+
return super().__getitem__(key)
|
|
2207
|
+
|
|
2208
|
+
def get(self, key: str, default = None) -> Any:
|
|
2209
|
+
RecommendedActionImpactRecordResponse.__key_warning(key)
|
|
2210
|
+
return super().get(key, default)
|
|
2211
|
+
|
|
2212
|
+
def __init__(__self__, *,
|
|
2213
|
+
absolute_value: float,
|
|
2214
|
+
change_value_absolute: float,
|
|
2215
|
+
change_value_relative: float,
|
|
2216
|
+
dimension_name: str,
|
|
2217
|
+
unit: str):
|
|
2218
|
+
"""
|
|
2219
|
+
Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2220
|
+
:param float absolute_value: Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected
|
|
2221
|
+
:param float change_value_absolute: Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes
|
|
2222
|
+
:param float change_value_relative: Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage
|
|
2223
|
+
:param str dimension_name: Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.
|
|
2224
|
+
:param str unit: Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.
|
|
2225
|
+
"""
|
|
2226
|
+
pulumi.set(__self__, "absolute_value", absolute_value)
|
|
2227
|
+
pulumi.set(__self__, "change_value_absolute", change_value_absolute)
|
|
2228
|
+
pulumi.set(__self__, "change_value_relative", change_value_relative)
|
|
2229
|
+
pulumi.set(__self__, "dimension_name", dimension_name)
|
|
2230
|
+
pulumi.set(__self__, "unit", unit)
|
|
2231
|
+
|
|
2232
|
+
@property
|
|
2233
|
+
@pulumi.getter(name="absoluteValue")
|
|
2234
|
+
def absolute_value(self) -> float:
|
|
2235
|
+
"""
|
|
2236
|
+
Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected
|
|
2237
|
+
"""
|
|
2238
|
+
return pulumi.get(self, "absolute_value")
|
|
2239
|
+
|
|
2240
|
+
@property
|
|
2241
|
+
@pulumi.getter(name="changeValueAbsolute")
|
|
2242
|
+
def change_value_absolute(self) -> float:
|
|
2243
|
+
"""
|
|
2244
|
+
Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes
|
|
2245
|
+
"""
|
|
2246
|
+
return pulumi.get(self, "change_value_absolute")
|
|
2247
|
+
|
|
2248
|
+
@property
|
|
2249
|
+
@pulumi.getter(name="changeValueRelative")
|
|
2250
|
+
def change_value_relative(self) -> float:
|
|
2251
|
+
"""
|
|
2252
|
+
Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage
|
|
2253
|
+
"""
|
|
2254
|
+
return pulumi.get(self, "change_value_relative")
|
|
2255
|
+
|
|
2256
|
+
@property
|
|
2257
|
+
@pulumi.getter(name="dimensionName")
|
|
2258
|
+
def dimension_name(self) -> str:
|
|
2259
|
+
"""
|
|
2260
|
+
Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.
|
|
2261
|
+
"""
|
|
2262
|
+
return pulumi.get(self, "dimension_name")
|
|
2263
|
+
|
|
2264
|
+
@property
|
|
2265
|
+
@pulumi.getter
|
|
2266
|
+
def unit(self) -> str:
|
|
2267
|
+
"""
|
|
2268
|
+
Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.
|
|
2269
|
+
"""
|
|
2270
|
+
return pulumi.get(self, "unit")
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
@pulumi.output_type
|
|
2274
|
+
class RecommendedActionImplementationInfoResponse(dict):
|
|
2275
|
+
"""
|
|
2276
|
+
Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2277
|
+
"""
|
|
2278
|
+
def __init__(__self__, *,
|
|
2279
|
+
method: str,
|
|
2280
|
+
script: str):
|
|
2281
|
+
"""
|
|
2282
|
+
Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2283
|
+
:param str method: Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.
|
|
2284
|
+
:param str script: Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.
|
|
2285
|
+
"""
|
|
2286
|
+
pulumi.set(__self__, "method", method)
|
|
2287
|
+
pulumi.set(__self__, "script", script)
|
|
2288
|
+
|
|
2289
|
+
@property
|
|
2290
|
+
@pulumi.getter
|
|
2291
|
+
def method(self) -> str:
|
|
2292
|
+
"""
|
|
2293
|
+
Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.
|
|
2294
|
+
"""
|
|
2295
|
+
return pulumi.get(self, "method")
|
|
2296
|
+
|
|
2297
|
+
@property
|
|
2298
|
+
@pulumi.getter
|
|
2299
|
+
def script(self) -> str:
|
|
2300
|
+
"""
|
|
2301
|
+
Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.
|
|
2302
|
+
"""
|
|
2303
|
+
return pulumi.get(self, "script")
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
@pulumi.output_type
|
|
2307
|
+
class RecommendedActionMetricInfoResponse(dict):
|
|
2308
|
+
"""
|
|
2309
|
+
Contains time series of various impacted metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2310
|
+
"""
|
|
2311
|
+
@staticmethod
|
|
2312
|
+
def __key_warning(key: str):
|
|
2313
|
+
suggest = None
|
|
2314
|
+
if key == "metricName":
|
|
2315
|
+
suggest = "metric_name"
|
|
2316
|
+
elif key == "startTime":
|
|
2317
|
+
suggest = "start_time"
|
|
2318
|
+
elif key == "timeGrain":
|
|
2319
|
+
suggest = "time_grain"
|
|
2320
|
+
|
|
2321
|
+
if suggest:
|
|
2322
|
+
pulumi.log.warn(f"Key '{key}' not found in RecommendedActionMetricInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2323
|
+
|
|
2324
|
+
def __getitem__(self, key: str) -> Any:
|
|
2325
|
+
RecommendedActionMetricInfoResponse.__key_warning(key)
|
|
2326
|
+
return super().__getitem__(key)
|
|
2327
|
+
|
|
2328
|
+
def get(self, key: str, default = None) -> Any:
|
|
2329
|
+
RecommendedActionMetricInfoResponse.__key_warning(key)
|
|
2330
|
+
return super().get(key, default)
|
|
2331
|
+
|
|
2332
|
+
def __init__(__self__, *,
|
|
2333
|
+
metric_name: str,
|
|
2334
|
+
start_time: str,
|
|
2335
|
+
time_grain: str,
|
|
2336
|
+
unit: str,
|
|
2337
|
+
value: float):
|
|
2338
|
+
"""
|
|
2339
|
+
Contains time series of various impacted metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2340
|
+
:param str metric_name: Gets the name of the metric. e.g., CPU, Number of Queries.
|
|
2341
|
+
:param str start_time: Gets the start time of time interval given by this MetricInfo.
|
|
2342
|
+
:param str time_grain: Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour)
|
|
2343
|
+
:param str unit: Gets the unit in which metric is measured. e.g., DTU, Frequency
|
|
2344
|
+
:param float value: Gets the value of the metric in the time interval given by this MetricInfo.
|
|
2345
|
+
"""
|
|
2346
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
2347
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
2348
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
2349
|
+
pulumi.set(__self__, "unit", unit)
|
|
2350
|
+
pulumi.set(__self__, "value", value)
|
|
2351
|
+
|
|
2352
|
+
@property
|
|
2353
|
+
@pulumi.getter(name="metricName")
|
|
2354
|
+
def metric_name(self) -> str:
|
|
2355
|
+
"""
|
|
2356
|
+
Gets the name of the metric. e.g., CPU, Number of Queries.
|
|
2357
|
+
"""
|
|
2358
|
+
return pulumi.get(self, "metric_name")
|
|
2359
|
+
|
|
2360
|
+
@property
|
|
2361
|
+
@pulumi.getter(name="startTime")
|
|
2362
|
+
def start_time(self) -> str:
|
|
2363
|
+
"""
|
|
2364
|
+
Gets the start time of time interval given by this MetricInfo.
|
|
2365
|
+
"""
|
|
2366
|
+
return pulumi.get(self, "start_time")
|
|
2367
|
+
|
|
2368
|
+
@property
|
|
2369
|
+
@pulumi.getter(name="timeGrain")
|
|
2370
|
+
def time_grain(self) -> str:
|
|
2371
|
+
"""
|
|
2372
|
+
Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour)
|
|
2373
|
+
"""
|
|
2374
|
+
return pulumi.get(self, "time_grain")
|
|
2375
|
+
|
|
2376
|
+
@property
|
|
2377
|
+
@pulumi.getter
|
|
2378
|
+
def unit(self) -> str:
|
|
2379
|
+
"""
|
|
2380
|
+
Gets the unit in which metric is measured. e.g., DTU, Frequency
|
|
2381
|
+
"""
|
|
2382
|
+
return pulumi.get(self, "unit")
|
|
2383
|
+
|
|
2384
|
+
@property
|
|
2385
|
+
@pulumi.getter
|
|
2386
|
+
def value(self) -> float:
|
|
2387
|
+
"""
|
|
2388
|
+
Gets the value of the metric in the time interval given by this MetricInfo.
|
|
2389
|
+
"""
|
|
2390
|
+
return pulumi.get(self, "value")
|
|
2391
|
+
|
|
2392
|
+
|
|
2393
|
+
@pulumi.output_type
|
|
2394
|
+
class RecommendedActionResponse(dict):
|
|
2395
|
+
"""
|
|
2396
|
+
Database, Server or Elastic Pool Recommended Action.
|
|
2397
|
+
"""
|
|
2398
|
+
@staticmethod
|
|
2399
|
+
def __key_warning(key: str):
|
|
2400
|
+
suggest = None
|
|
2401
|
+
if key == "errorDetails":
|
|
2402
|
+
suggest = "error_details"
|
|
2403
|
+
elif key == "estimatedImpact":
|
|
2404
|
+
suggest = "estimated_impact"
|
|
2405
|
+
elif key == "executeActionDuration":
|
|
2406
|
+
suggest = "execute_action_duration"
|
|
2407
|
+
elif key == "executeActionInitiatedBy":
|
|
2408
|
+
suggest = "execute_action_initiated_by"
|
|
2409
|
+
elif key == "executeActionInitiatedTime":
|
|
2410
|
+
suggest = "execute_action_initiated_time"
|
|
2411
|
+
elif key == "executeActionStartTime":
|
|
2412
|
+
suggest = "execute_action_start_time"
|
|
2413
|
+
elif key == "implementationDetails":
|
|
2414
|
+
suggest = "implementation_details"
|
|
2415
|
+
elif key == "isArchivedAction":
|
|
2416
|
+
suggest = "is_archived_action"
|
|
2417
|
+
elif key == "isExecutableAction":
|
|
2418
|
+
suggest = "is_executable_action"
|
|
2419
|
+
elif key == "isRevertableAction":
|
|
2420
|
+
suggest = "is_revertable_action"
|
|
2421
|
+
elif key == "lastRefresh":
|
|
2422
|
+
suggest = "last_refresh"
|
|
2423
|
+
elif key == "linkedObjects":
|
|
2424
|
+
suggest = "linked_objects"
|
|
2425
|
+
elif key == "observedImpact":
|
|
2426
|
+
suggest = "observed_impact"
|
|
2427
|
+
elif key == "recommendationReason":
|
|
2428
|
+
suggest = "recommendation_reason"
|
|
2429
|
+
elif key == "revertActionDuration":
|
|
2430
|
+
suggest = "revert_action_duration"
|
|
2431
|
+
elif key == "revertActionInitiatedBy":
|
|
2432
|
+
suggest = "revert_action_initiated_by"
|
|
2433
|
+
elif key == "revertActionInitiatedTime":
|
|
2434
|
+
suggest = "revert_action_initiated_time"
|
|
2435
|
+
elif key == "revertActionStartTime":
|
|
2436
|
+
suggest = "revert_action_start_time"
|
|
2437
|
+
elif key == "timeSeries":
|
|
2438
|
+
suggest = "time_series"
|
|
2439
|
+
elif key == "validSince":
|
|
2440
|
+
suggest = "valid_since"
|
|
2441
|
+
|
|
2442
|
+
if suggest:
|
|
2443
|
+
pulumi.log.warn(f"Key '{key}' not found in RecommendedActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2444
|
+
|
|
2445
|
+
def __getitem__(self, key: str) -> Any:
|
|
2446
|
+
RecommendedActionResponse.__key_warning(key)
|
|
2447
|
+
return super().__getitem__(key)
|
|
2448
|
+
|
|
2449
|
+
def get(self, key: str, default = None) -> Any:
|
|
2450
|
+
RecommendedActionResponse.__key_warning(key)
|
|
2451
|
+
return super().get(key, default)
|
|
2452
|
+
|
|
2453
|
+
def __init__(__self__, *,
|
|
2454
|
+
details: Any,
|
|
2455
|
+
error_details: 'outputs.RecommendedActionErrorInfoResponse',
|
|
2456
|
+
estimated_impact: Sequence['outputs.RecommendedActionImpactRecordResponse'],
|
|
2457
|
+
execute_action_duration: str,
|
|
2458
|
+
execute_action_initiated_by: str,
|
|
2459
|
+
execute_action_initiated_time: str,
|
|
2460
|
+
execute_action_start_time: str,
|
|
2461
|
+
id: str,
|
|
2462
|
+
implementation_details: 'outputs.RecommendedActionImplementationInfoResponse',
|
|
2463
|
+
is_archived_action: bool,
|
|
2464
|
+
is_executable_action: bool,
|
|
2465
|
+
is_revertable_action: bool,
|
|
2466
|
+
kind: str,
|
|
2467
|
+
last_refresh: str,
|
|
2468
|
+
linked_objects: Sequence[str],
|
|
2469
|
+
location: str,
|
|
2470
|
+
name: str,
|
|
2471
|
+
observed_impact: Sequence['outputs.RecommendedActionImpactRecordResponse'],
|
|
2472
|
+
recommendation_reason: str,
|
|
2473
|
+
revert_action_duration: str,
|
|
2474
|
+
revert_action_initiated_by: str,
|
|
2475
|
+
revert_action_initiated_time: str,
|
|
2476
|
+
revert_action_start_time: str,
|
|
2477
|
+
score: int,
|
|
2478
|
+
state: 'outputs.RecommendedActionStateInfoResponse',
|
|
2479
|
+
time_series: Sequence['outputs.RecommendedActionMetricInfoResponse'],
|
|
2480
|
+
type: str,
|
|
2481
|
+
valid_since: str):
|
|
2482
|
+
"""
|
|
2483
|
+
Database, Server or Elastic Pool Recommended Action.
|
|
2484
|
+
:param Any details: Gets additional details specific to this recommended action.
|
|
2485
|
+
:param 'RecommendedActionErrorInfoResponse' error_details: Gets the error details if and why this recommended action is put to error state.
|
|
2486
|
+
:param Sequence['RecommendedActionImpactRecordResponse'] estimated_impact: Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change
|
|
2487
|
+
:param str execute_action_duration: Gets the time taken for applying this recommended action on user resource. e.g., time taken for index creation
|
|
2488
|
+
:param str execute_action_initiated_by: Gets if approval for applying this recommended action was given by user/system.
|
|
2489
|
+
:param str execute_action_initiated_time: Gets the time when this recommended action was approved for execution.
|
|
2490
|
+
:param str execute_action_start_time: Gets the time when system started applying this recommended action on the user resource. e.g., index creation start time
|
|
2491
|
+
:param str id: Resource ID.
|
|
2492
|
+
:param 'RecommendedActionImplementationInfoResponse' implementation_details: Gets the implementation details of this recommended action for user to apply it manually.
|
|
2493
|
+
:param bool is_archived_action: Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again.
|
|
2494
|
+
:param bool is_executable_action: Gets if this recommended action is actionable by user
|
|
2495
|
+
:param bool is_revertable_action: Gets if changes applied by this recommended action can be reverted by user
|
|
2496
|
+
:param str kind: Resource kind.
|
|
2497
|
+
:param str last_refresh: Gets time when this recommended action was last refreshed.
|
|
2498
|
+
:param Sequence[str] linked_objects: Gets the linked objects, if any.
|
|
2499
|
+
:param str location: Resource location.
|
|
2500
|
+
:param str name: Resource name.
|
|
2501
|
+
:param Sequence['RecommendedActionImpactRecordResponse'] observed_impact: Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change
|
|
2502
|
+
:param str recommendation_reason: Gets the reason for recommending this action. e.g., DuplicateIndex
|
|
2503
|
+
:param str revert_action_duration: Gets the time taken for reverting changes of this recommended action on user resource. e.g., time taken for dropping the created index.
|
|
2504
|
+
:param str revert_action_initiated_by: Gets if approval for reverting this recommended action was given by user/system.
|
|
2505
|
+
:param str revert_action_initiated_time: Gets the time when this recommended action was approved for revert.
|
|
2506
|
+
:param str revert_action_start_time: Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed.
|
|
2507
|
+
:param int score: Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact
|
|
2508
|
+
:param 'RecommendedActionStateInfoResponse' state: Gets the info of the current state the recommended action is in.
|
|
2509
|
+
:param Sequence['RecommendedActionMetricInfoResponse'] time_series: Gets the time series info of metrics for this recommended action e.g., CPU consumption time series
|
|
2510
|
+
:param str type: Resource type.
|
|
2511
|
+
:param str valid_since: Gets the time since when this recommended action is valid.
|
|
2512
|
+
"""
|
|
2513
|
+
pulumi.set(__self__, "details", details)
|
|
2514
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
2515
|
+
pulumi.set(__self__, "estimated_impact", estimated_impact)
|
|
2516
|
+
pulumi.set(__self__, "execute_action_duration", execute_action_duration)
|
|
2517
|
+
pulumi.set(__self__, "execute_action_initiated_by", execute_action_initiated_by)
|
|
2518
|
+
pulumi.set(__self__, "execute_action_initiated_time", execute_action_initiated_time)
|
|
2519
|
+
pulumi.set(__self__, "execute_action_start_time", execute_action_start_time)
|
|
2520
|
+
pulumi.set(__self__, "id", id)
|
|
2521
|
+
pulumi.set(__self__, "implementation_details", implementation_details)
|
|
2522
|
+
pulumi.set(__self__, "is_archived_action", is_archived_action)
|
|
2523
|
+
pulumi.set(__self__, "is_executable_action", is_executable_action)
|
|
2524
|
+
pulumi.set(__self__, "is_revertable_action", is_revertable_action)
|
|
2525
|
+
pulumi.set(__self__, "kind", kind)
|
|
2526
|
+
pulumi.set(__self__, "last_refresh", last_refresh)
|
|
2527
|
+
pulumi.set(__self__, "linked_objects", linked_objects)
|
|
2528
|
+
pulumi.set(__self__, "location", location)
|
|
2529
|
+
pulumi.set(__self__, "name", name)
|
|
2530
|
+
pulumi.set(__self__, "observed_impact", observed_impact)
|
|
2531
|
+
pulumi.set(__self__, "recommendation_reason", recommendation_reason)
|
|
2532
|
+
pulumi.set(__self__, "revert_action_duration", revert_action_duration)
|
|
2533
|
+
pulumi.set(__self__, "revert_action_initiated_by", revert_action_initiated_by)
|
|
2534
|
+
pulumi.set(__self__, "revert_action_initiated_time", revert_action_initiated_time)
|
|
2535
|
+
pulumi.set(__self__, "revert_action_start_time", revert_action_start_time)
|
|
2536
|
+
pulumi.set(__self__, "score", score)
|
|
2537
|
+
pulumi.set(__self__, "state", state)
|
|
2538
|
+
pulumi.set(__self__, "time_series", time_series)
|
|
2539
|
+
pulumi.set(__self__, "type", type)
|
|
2540
|
+
pulumi.set(__self__, "valid_since", valid_since)
|
|
2541
|
+
|
|
2542
|
+
@property
|
|
2543
|
+
@pulumi.getter
|
|
2544
|
+
def details(self) -> Any:
|
|
2545
|
+
"""
|
|
2546
|
+
Gets additional details specific to this recommended action.
|
|
2547
|
+
"""
|
|
2548
|
+
return pulumi.get(self, "details")
|
|
2549
|
+
|
|
2550
|
+
@property
|
|
2551
|
+
@pulumi.getter(name="errorDetails")
|
|
2552
|
+
def error_details(self) -> 'outputs.RecommendedActionErrorInfoResponse':
|
|
2553
|
+
"""
|
|
2554
|
+
Gets the error details if and why this recommended action is put to error state.
|
|
2555
|
+
"""
|
|
2556
|
+
return pulumi.get(self, "error_details")
|
|
2557
|
+
|
|
2558
|
+
@property
|
|
2559
|
+
@pulumi.getter(name="estimatedImpact")
|
|
2560
|
+
def estimated_impact(self) -> Sequence['outputs.RecommendedActionImpactRecordResponse']:
|
|
2561
|
+
"""
|
|
2562
|
+
Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change
|
|
2563
|
+
"""
|
|
2564
|
+
return pulumi.get(self, "estimated_impact")
|
|
2565
|
+
|
|
2566
|
+
@property
|
|
2567
|
+
@pulumi.getter(name="executeActionDuration")
|
|
2568
|
+
def execute_action_duration(self) -> str:
|
|
2569
|
+
"""
|
|
2570
|
+
Gets the time taken for applying this recommended action on user resource. e.g., time taken for index creation
|
|
2571
|
+
"""
|
|
2572
|
+
return pulumi.get(self, "execute_action_duration")
|
|
2573
|
+
|
|
2574
|
+
@property
|
|
2575
|
+
@pulumi.getter(name="executeActionInitiatedBy")
|
|
2576
|
+
def execute_action_initiated_by(self) -> str:
|
|
2577
|
+
"""
|
|
2578
|
+
Gets if approval for applying this recommended action was given by user/system.
|
|
2579
|
+
"""
|
|
2580
|
+
return pulumi.get(self, "execute_action_initiated_by")
|
|
2581
|
+
|
|
2582
|
+
@property
|
|
2583
|
+
@pulumi.getter(name="executeActionInitiatedTime")
|
|
2584
|
+
def execute_action_initiated_time(self) -> str:
|
|
2585
|
+
"""
|
|
2586
|
+
Gets the time when this recommended action was approved for execution.
|
|
2587
|
+
"""
|
|
2588
|
+
return pulumi.get(self, "execute_action_initiated_time")
|
|
2589
|
+
|
|
2590
|
+
@property
|
|
2591
|
+
@pulumi.getter(name="executeActionStartTime")
|
|
2592
|
+
def execute_action_start_time(self) -> str:
|
|
2593
|
+
"""
|
|
2594
|
+
Gets the time when system started applying this recommended action on the user resource. e.g., index creation start time
|
|
2595
|
+
"""
|
|
2596
|
+
return pulumi.get(self, "execute_action_start_time")
|
|
2597
|
+
|
|
2598
|
+
@property
|
|
2599
|
+
@pulumi.getter
|
|
2600
|
+
def id(self) -> str:
|
|
2601
|
+
"""
|
|
2602
|
+
Resource ID.
|
|
2603
|
+
"""
|
|
2604
|
+
return pulumi.get(self, "id")
|
|
2605
|
+
|
|
2606
|
+
@property
|
|
2607
|
+
@pulumi.getter(name="implementationDetails")
|
|
2608
|
+
def implementation_details(self) -> 'outputs.RecommendedActionImplementationInfoResponse':
|
|
2609
|
+
"""
|
|
2610
|
+
Gets the implementation details of this recommended action for user to apply it manually.
|
|
2611
|
+
"""
|
|
2612
|
+
return pulumi.get(self, "implementation_details")
|
|
2613
|
+
|
|
2614
|
+
@property
|
|
2615
|
+
@pulumi.getter(name="isArchivedAction")
|
|
2616
|
+
def is_archived_action(self) -> bool:
|
|
2617
|
+
"""
|
|
2618
|
+
Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again.
|
|
2619
|
+
"""
|
|
2620
|
+
return pulumi.get(self, "is_archived_action")
|
|
2621
|
+
|
|
2622
|
+
@property
|
|
2623
|
+
@pulumi.getter(name="isExecutableAction")
|
|
2624
|
+
def is_executable_action(self) -> bool:
|
|
2625
|
+
"""
|
|
2626
|
+
Gets if this recommended action is actionable by user
|
|
2627
|
+
"""
|
|
2628
|
+
return pulumi.get(self, "is_executable_action")
|
|
2629
|
+
|
|
2630
|
+
@property
|
|
2631
|
+
@pulumi.getter(name="isRevertableAction")
|
|
2632
|
+
def is_revertable_action(self) -> bool:
|
|
2633
|
+
"""
|
|
2634
|
+
Gets if changes applied by this recommended action can be reverted by user
|
|
2635
|
+
"""
|
|
2636
|
+
return pulumi.get(self, "is_revertable_action")
|
|
2637
|
+
|
|
2638
|
+
@property
|
|
2639
|
+
@pulumi.getter
|
|
2640
|
+
def kind(self) -> str:
|
|
2641
|
+
"""
|
|
2642
|
+
Resource kind.
|
|
2643
|
+
"""
|
|
2644
|
+
return pulumi.get(self, "kind")
|
|
2645
|
+
|
|
2646
|
+
@property
|
|
2647
|
+
@pulumi.getter(name="lastRefresh")
|
|
2648
|
+
def last_refresh(self) -> str:
|
|
2649
|
+
"""
|
|
2650
|
+
Gets time when this recommended action was last refreshed.
|
|
2651
|
+
"""
|
|
2652
|
+
return pulumi.get(self, "last_refresh")
|
|
2653
|
+
|
|
2654
|
+
@property
|
|
2655
|
+
@pulumi.getter(name="linkedObjects")
|
|
2656
|
+
def linked_objects(self) -> Sequence[str]:
|
|
2657
|
+
"""
|
|
2658
|
+
Gets the linked objects, if any.
|
|
2659
|
+
"""
|
|
2660
|
+
return pulumi.get(self, "linked_objects")
|
|
2661
|
+
|
|
2662
|
+
@property
|
|
2663
|
+
@pulumi.getter
|
|
2664
|
+
def location(self) -> str:
|
|
2665
|
+
"""
|
|
2666
|
+
Resource location.
|
|
2667
|
+
"""
|
|
2668
|
+
return pulumi.get(self, "location")
|
|
2669
|
+
|
|
2670
|
+
@property
|
|
2671
|
+
@pulumi.getter
|
|
2672
|
+
def name(self) -> str:
|
|
2673
|
+
"""
|
|
2674
|
+
Resource name.
|
|
2675
|
+
"""
|
|
2676
|
+
return pulumi.get(self, "name")
|
|
2677
|
+
|
|
2678
|
+
@property
|
|
2679
|
+
@pulumi.getter(name="observedImpact")
|
|
2680
|
+
def observed_impact(self) -> Sequence['outputs.RecommendedActionImpactRecordResponse']:
|
|
2681
|
+
"""
|
|
2682
|
+
Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change
|
|
2683
|
+
"""
|
|
2684
|
+
return pulumi.get(self, "observed_impact")
|
|
2685
|
+
|
|
2686
|
+
@property
|
|
2687
|
+
@pulumi.getter(name="recommendationReason")
|
|
2688
|
+
def recommendation_reason(self) -> str:
|
|
2689
|
+
"""
|
|
2690
|
+
Gets the reason for recommending this action. e.g., DuplicateIndex
|
|
2691
|
+
"""
|
|
2692
|
+
return pulumi.get(self, "recommendation_reason")
|
|
2693
|
+
|
|
2694
|
+
@property
|
|
2695
|
+
@pulumi.getter(name="revertActionDuration")
|
|
2696
|
+
def revert_action_duration(self) -> str:
|
|
2697
|
+
"""
|
|
2698
|
+
Gets the time taken for reverting changes of this recommended action on user resource. e.g., time taken for dropping the created index.
|
|
2699
|
+
"""
|
|
2700
|
+
return pulumi.get(self, "revert_action_duration")
|
|
2701
|
+
|
|
2702
|
+
@property
|
|
2703
|
+
@pulumi.getter(name="revertActionInitiatedBy")
|
|
2704
|
+
def revert_action_initiated_by(self) -> str:
|
|
2705
|
+
"""
|
|
2706
|
+
Gets if approval for reverting this recommended action was given by user/system.
|
|
2707
|
+
"""
|
|
2708
|
+
return pulumi.get(self, "revert_action_initiated_by")
|
|
2709
|
+
|
|
2710
|
+
@property
|
|
2711
|
+
@pulumi.getter(name="revertActionInitiatedTime")
|
|
2712
|
+
def revert_action_initiated_time(self) -> str:
|
|
2713
|
+
"""
|
|
2714
|
+
Gets the time when this recommended action was approved for revert.
|
|
2715
|
+
"""
|
|
2716
|
+
return pulumi.get(self, "revert_action_initiated_time")
|
|
2717
|
+
|
|
2718
|
+
@property
|
|
2719
|
+
@pulumi.getter(name="revertActionStartTime")
|
|
2720
|
+
def revert_action_start_time(self) -> str:
|
|
2721
|
+
"""
|
|
2722
|
+
Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed.
|
|
2723
|
+
"""
|
|
2724
|
+
return pulumi.get(self, "revert_action_start_time")
|
|
2725
|
+
|
|
2726
|
+
@property
|
|
2727
|
+
@pulumi.getter
|
|
2728
|
+
def score(self) -> int:
|
|
2729
|
+
"""
|
|
2730
|
+
Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact
|
|
2731
|
+
"""
|
|
2732
|
+
return pulumi.get(self, "score")
|
|
2733
|
+
|
|
2734
|
+
@property
|
|
2735
|
+
@pulumi.getter
|
|
2736
|
+
def state(self) -> 'outputs.RecommendedActionStateInfoResponse':
|
|
2737
|
+
"""
|
|
2738
|
+
Gets the info of the current state the recommended action is in.
|
|
2739
|
+
"""
|
|
2740
|
+
return pulumi.get(self, "state")
|
|
2741
|
+
|
|
2742
|
+
@property
|
|
2743
|
+
@pulumi.getter(name="timeSeries")
|
|
2744
|
+
def time_series(self) -> Sequence['outputs.RecommendedActionMetricInfoResponse']:
|
|
2745
|
+
"""
|
|
2746
|
+
Gets the time series info of metrics for this recommended action e.g., CPU consumption time series
|
|
2747
|
+
"""
|
|
2748
|
+
return pulumi.get(self, "time_series")
|
|
2749
|
+
|
|
2750
|
+
@property
|
|
2751
|
+
@pulumi.getter
|
|
2752
|
+
def type(self) -> str:
|
|
2753
|
+
"""
|
|
2754
|
+
Resource type.
|
|
2755
|
+
"""
|
|
2756
|
+
return pulumi.get(self, "type")
|
|
2757
|
+
|
|
2758
|
+
@property
|
|
2759
|
+
@pulumi.getter(name="validSince")
|
|
2760
|
+
def valid_since(self) -> str:
|
|
2761
|
+
"""
|
|
2762
|
+
Gets the time since when this recommended action is valid.
|
|
2763
|
+
"""
|
|
2764
|
+
return pulumi.get(self, "valid_since")
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
@pulumi.output_type
|
|
2768
|
+
class RecommendedActionStateInfoResponse(dict):
|
|
2769
|
+
"""
|
|
2770
|
+
Contains information of current state for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2771
|
+
"""
|
|
2772
|
+
@staticmethod
|
|
2773
|
+
def __key_warning(key: str):
|
|
2774
|
+
suggest = None
|
|
2775
|
+
if key == "actionInitiatedBy":
|
|
2776
|
+
suggest = "action_initiated_by"
|
|
2777
|
+
elif key == "currentValue":
|
|
2778
|
+
suggest = "current_value"
|
|
2779
|
+
elif key == "lastModified":
|
|
2780
|
+
suggest = "last_modified"
|
|
2781
|
+
|
|
2782
|
+
if suggest:
|
|
2783
|
+
pulumi.log.warn(f"Key '{key}' not found in RecommendedActionStateInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2784
|
+
|
|
2785
|
+
def __getitem__(self, key: str) -> Any:
|
|
2786
|
+
RecommendedActionStateInfoResponse.__key_warning(key)
|
|
2787
|
+
return super().__getitem__(key)
|
|
2788
|
+
|
|
2789
|
+
def get(self, key: str, default = None) -> Any:
|
|
2790
|
+
RecommendedActionStateInfoResponse.__key_warning(key)
|
|
2791
|
+
return super().get(key, default)
|
|
2792
|
+
|
|
2793
|
+
def __init__(__self__, *,
|
|
2794
|
+
action_initiated_by: str,
|
|
2795
|
+
current_value: str,
|
|
2796
|
+
last_modified: str):
|
|
2797
|
+
"""
|
|
2798
|
+
Contains information of current state for an Azure SQL Database, Server or Elastic Pool Recommended Action.
|
|
2799
|
+
:param str action_initiated_by: Gets who initiated the execution of this recommended action. Possible Value are: User -> When user explicity notified system to apply the recommended action. System -> When auto-execute status of this advisor was set to 'Enabled', in which case the system applied it.
|
|
2800
|
+
:param str current_value: Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action.
|
|
2801
|
+
:param str last_modified: Gets the time when the state was last modified
|
|
2802
|
+
"""
|
|
2803
|
+
pulumi.set(__self__, "action_initiated_by", action_initiated_by)
|
|
2804
|
+
pulumi.set(__self__, "current_value", current_value)
|
|
2805
|
+
pulumi.set(__self__, "last_modified", last_modified)
|
|
2806
|
+
|
|
2807
|
+
@property
|
|
2808
|
+
@pulumi.getter(name="actionInitiatedBy")
|
|
2809
|
+
def action_initiated_by(self) -> str:
|
|
2810
|
+
"""
|
|
2811
|
+
Gets who initiated the execution of this recommended action. Possible Value are: User -> When user explicity notified system to apply the recommended action. System -> When auto-execute status of this advisor was set to 'Enabled', in which case the system applied it.
|
|
2812
|
+
"""
|
|
2813
|
+
return pulumi.get(self, "action_initiated_by")
|
|
2814
|
+
|
|
2815
|
+
@property
|
|
2816
|
+
@pulumi.getter(name="currentValue")
|
|
2817
|
+
def current_value(self) -> str:
|
|
2818
|
+
"""
|
|
2819
|
+
Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action.
|
|
2820
|
+
"""
|
|
2821
|
+
return pulumi.get(self, "current_value")
|
|
2822
|
+
|
|
2823
|
+
@property
|
|
2824
|
+
@pulumi.getter(name="lastModified")
|
|
2825
|
+
def last_modified(self) -> str:
|
|
2826
|
+
"""
|
|
2827
|
+
Gets the time when the state was last modified
|
|
2828
|
+
"""
|
|
2829
|
+
return pulumi.get(self, "last_modified")
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
@pulumi.output_type
|
|
2833
|
+
class ResourceIdentityResponse(dict):
|
|
2834
|
+
"""
|
|
2835
|
+
Azure Active Directory identity configuration for a resource.
|
|
2836
|
+
"""
|
|
2837
|
+
@staticmethod
|
|
2838
|
+
def __key_warning(key: str):
|
|
2839
|
+
suggest = None
|
|
2840
|
+
if key == "principalId":
|
|
2841
|
+
suggest = "principal_id"
|
|
2842
|
+
elif key == "tenantId":
|
|
2843
|
+
suggest = "tenant_id"
|
|
2844
|
+
elif key == "userAssignedIdentities":
|
|
2845
|
+
suggest = "user_assigned_identities"
|
|
2846
|
+
|
|
2847
|
+
if suggest:
|
|
2848
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2849
|
+
|
|
2850
|
+
def __getitem__(self, key: str) -> Any:
|
|
2851
|
+
ResourceIdentityResponse.__key_warning(key)
|
|
2852
|
+
return super().__getitem__(key)
|
|
2853
|
+
|
|
2854
|
+
def get(self, key: str, default = None) -> Any:
|
|
2855
|
+
ResourceIdentityResponse.__key_warning(key)
|
|
2856
|
+
return super().get(key, default)
|
|
2857
|
+
|
|
2858
|
+
def __init__(__self__, *,
|
|
2859
|
+
principal_id: str,
|
|
2860
|
+
tenant_id: str,
|
|
2861
|
+
type: Optional[str] = None,
|
|
2862
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserIdentityResponse']] = None):
|
|
2863
|
+
"""
|
|
2864
|
+
Azure Active Directory identity configuration for a resource.
|
|
2865
|
+
:param str principal_id: The Azure Active Directory principal id.
|
|
2866
|
+
:param str tenant_id: The Azure Active Directory tenant id.
|
|
2867
|
+
:param str type: The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
|
|
2868
|
+
:param Mapping[str, 'UserIdentityResponse'] user_assigned_identities: The resource ids of the user assigned identities to use
|
|
2869
|
+
"""
|
|
2870
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2871
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
2872
|
+
if type is not None:
|
|
2873
|
+
pulumi.set(__self__, "type", type)
|
|
2874
|
+
if user_assigned_identities is not None:
|
|
2875
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
2876
|
+
|
|
2877
|
+
@property
|
|
2878
|
+
@pulumi.getter(name="principalId")
|
|
2879
|
+
def principal_id(self) -> str:
|
|
2880
|
+
"""
|
|
2881
|
+
The Azure Active Directory principal id.
|
|
2882
|
+
"""
|
|
2883
|
+
return pulumi.get(self, "principal_id")
|
|
2884
|
+
|
|
2885
|
+
@property
|
|
2886
|
+
@pulumi.getter(name="tenantId")
|
|
2887
|
+
def tenant_id(self) -> str:
|
|
2888
|
+
"""
|
|
2889
|
+
The Azure Active Directory tenant id.
|
|
2890
|
+
"""
|
|
2891
|
+
return pulumi.get(self, "tenant_id")
|
|
2892
|
+
|
|
2893
|
+
@property
|
|
2894
|
+
@pulumi.getter
|
|
2895
|
+
def type(self) -> Optional[str]:
|
|
2896
|
+
"""
|
|
2897
|
+
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
|
|
2898
|
+
"""
|
|
2899
|
+
return pulumi.get(self, "type")
|
|
2900
|
+
|
|
2901
|
+
@property
|
|
2902
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
2903
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserIdentityResponse']]:
|
|
2904
|
+
"""
|
|
2905
|
+
The resource ids of the user assigned identities to use
|
|
2906
|
+
"""
|
|
2907
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
@pulumi.output_type
|
|
2911
|
+
class ScheduleItemResponse(dict):
|
|
2912
|
+
"""
|
|
2913
|
+
Schedule info describing when the server should be started or stopped.
|
|
2914
|
+
"""
|
|
2915
|
+
@staticmethod
|
|
2916
|
+
def __key_warning(key: str):
|
|
2917
|
+
suggest = None
|
|
2918
|
+
if key == "startDay":
|
|
2919
|
+
suggest = "start_day"
|
|
2920
|
+
elif key == "startTime":
|
|
2921
|
+
suggest = "start_time"
|
|
2922
|
+
elif key == "stopDay":
|
|
2923
|
+
suggest = "stop_day"
|
|
2924
|
+
elif key == "stopTime":
|
|
2925
|
+
suggest = "stop_time"
|
|
2926
|
+
|
|
2927
|
+
if suggest:
|
|
2928
|
+
pulumi.log.warn(f"Key '{key}' not found in ScheduleItemResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2929
|
+
|
|
2930
|
+
def __getitem__(self, key: str) -> Any:
|
|
2931
|
+
ScheduleItemResponse.__key_warning(key)
|
|
2932
|
+
return super().__getitem__(key)
|
|
2933
|
+
|
|
2934
|
+
def get(self, key: str, default = None) -> Any:
|
|
2935
|
+
ScheduleItemResponse.__key_warning(key)
|
|
2936
|
+
return super().get(key, default)
|
|
2937
|
+
|
|
2938
|
+
def __init__(__self__, *,
|
|
2939
|
+
start_day: str,
|
|
2940
|
+
start_time: str,
|
|
2941
|
+
stop_day: str,
|
|
2942
|
+
stop_time: str):
|
|
2943
|
+
"""
|
|
2944
|
+
Schedule info describing when the server should be started or stopped.
|
|
2945
|
+
:param str start_day: Start day.
|
|
2946
|
+
:param str start_time: Start time.
|
|
2947
|
+
:param str stop_day: Stop day.
|
|
2948
|
+
:param str stop_time: Stop time.
|
|
2949
|
+
"""
|
|
2950
|
+
pulumi.set(__self__, "start_day", start_day)
|
|
2951
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
2952
|
+
pulumi.set(__self__, "stop_day", stop_day)
|
|
2953
|
+
pulumi.set(__self__, "stop_time", stop_time)
|
|
2954
|
+
|
|
2955
|
+
@property
|
|
2956
|
+
@pulumi.getter(name="startDay")
|
|
2957
|
+
def start_day(self) -> str:
|
|
2958
|
+
"""
|
|
2959
|
+
Start day.
|
|
2960
|
+
"""
|
|
2961
|
+
return pulumi.get(self, "start_day")
|
|
2962
|
+
|
|
2963
|
+
@property
|
|
2964
|
+
@pulumi.getter(name="startTime")
|
|
2965
|
+
def start_time(self) -> str:
|
|
2966
|
+
"""
|
|
2967
|
+
Start time.
|
|
2968
|
+
"""
|
|
2969
|
+
return pulumi.get(self, "start_time")
|
|
2970
|
+
|
|
2971
|
+
@property
|
|
2972
|
+
@pulumi.getter(name="stopDay")
|
|
2973
|
+
def stop_day(self) -> str:
|
|
2974
|
+
"""
|
|
2975
|
+
Stop day.
|
|
2976
|
+
"""
|
|
2977
|
+
return pulumi.get(self, "stop_day")
|
|
2978
|
+
|
|
2979
|
+
@property
|
|
2980
|
+
@pulumi.getter(name="stopTime")
|
|
2981
|
+
def stop_time(self) -> str:
|
|
2982
|
+
"""
|
|
2983
|
+
Stop time.
|
|
2984
|
+
"""
|
|
2985
|
+
return pulumi.get(self, "stop_time")
|
|
2986
|
+
|
|
2987
|
+
|
|
2988
|
+
@pulumi.output_type
|
|
2989
|
+
class ServerExternalAdministratorResponse(dict):
|
|
2990
|
+
"""
|
|
2991
|
+
Properties of a active directory administrator.
|
|
2992
|
+
"""
|
|
2993
|
+
@staticmethod
|
|
2994
|
+
def __key_warning(key: str):
|
|
2995
|
+
suggest = None
|
|
2996
|
+
if key == "administratorType":
|
|
2997
|
+
suggest = "administrator_type"
|
|
2998
|
+
elif key == "azureADOnlyAuthentication":
|
|
2999
|
+
suggest = "azure_ad_only_authentication"
|
|
3000
|
+
elif key == "principalType":
|
|
3001
|
+
suggest = "principal_type"
|
|
3002
|
+
elif key == "tenantId":
|
|
3003
|
+
suggest = "tenant_id"
|
|
3004
|
+
|
|
3005
|
+
if suggest:
|
|
3006
|
+
pulumi.log.warn(f"Key '{key}' not found in ServerExternalAdministratorResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3007
|
+
|
|
3008
|
+
def __getitem__(self, key: str) -> Any:
|
|
3009
|
+
ServerExternalAdministratorResponse.__key_warning(key)
|
|
3010
|
+
return super().__getitem__(key)
|
|
3011
|
+
|
|
3012
|
+
def get(self, key: str, default = None) -> Any:
|
|
3013
|
+
ServerExternalAdministratorResponse.__key_warning(key)
|
|
3014
|
+
return super().get(key, default)
|
|
3015
|
+
|
|
3016
|
+
def __init__(__self__, *,
|
|
3017
|
+
administrator_type: Optional[str] = None,
|
|
3018
|
+
azure_ad_only_authentication: Optional[bool] = None,
|
|
3019
|
+
login: Optional[str] = None,
|
|
3020
|
+
principal_type: Optional[str] = None,
|
|
3021
|
+
sid: Optional[str] = None,
|
|
3022
|
+
tenant_id: Optional[str] = None):
|
|
3023
|
+
"""
|
|
3024
|
+
Properties of a active directory administrator.
|
|
3025
|
+
:param str administrator_type: Type of the sever administrator.
|
|
3026
|
+
:param bool azure_ad_only_authentication: Azure Active Directory only Authentication enabled.
|
|
3027
|
+
:param str login: Login name of the server administrator.
|
|
3028
|
+
:param str principal_type: Principal Type of the sever administrator.
|
|
3029
|
+
:param str sid: SID (object ID) of the server administrator.
|
|
3030
|
+
:param str tenant_id: Tenant ID of the administrator.
|
|
3031
|
+
"""
|
|
3032
|
+
if administrator_type is not None:
|
|
3033
|
+
pulumi.set(__self__, "administrator_type", administrator_type)
|
|
3034
|
+
if azure_ad_only_authentication is not None:
|
|
3035
|
+
pulumi.set(__self__, "azure_ad_only_authentication", azure_ad_only_authentication)
|
|
3036
|
+
if login is not None:
|
|
3037
|
+
pulumi.set(__self__, "login", login)
|
|
3038
|
+
if principal_type is not None:
|
|
3039
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
|
3040
|
+
if sid is not None:
|
|
3041
|
+
pulumi.set(__self__, "sid", sid)
|
|
3042
|
+
if tenant_id is not None:
|
|
3043
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
3044
|
+
|
|
3045
|
+
@property
|
|
3046
|
+
@pulumi.getter(name="administratorType")
|
|
3047
|
+
def administrator_type(self) -> Optional[str]:
|
|
3048
|
+
"""
|
|
3049
|
+
Type of the sever administrator.
|
|
3050
|
+
"""
|
|
3051
|
+
return pulumi.get(self, "administrator_type")
|
|
3052
|
+
|
|
3053
|
+
@property
|
|
3054
|
+
@pulumi.getter(name="azureADOnlyAuthentication")
|
|
3055
|
+
def azure_ad_only_authentication(self) -> Optional[bool]:
|
|
3056
|
+
"""
|
|
3057
|
+
Azure Active Directory only Authentication enabled.
|
|
3058
|
+
"""
|
|
3059
|
+
return pulumi.get(self, "azure_ad_only_authentication")
|
|
3060
|
+
|
|
3061
|
+
@property
|
|
3062
|
+
@pulumi.getter
|
|
3063
|
+
def login(self) -> Optional[str]:
|
|
3064
|
+
"""
|
|
3065
|
+
Login name of the server administrator.
|
|
3066
|
+
"""
|
|
3067
|
+
return pulumi.get(self, "login")
|
|
3068
|
+
|
|
3069
|
+
@property
|
|
3070
|
+
@pulumi.getter(name="principalType")
|
|
3071
|
+
def principal_type(self) -> Optional[str]:
|
|
3072
|
+
"""
|
|
3073
|
+
Principal Type of the sever administrator.
|
|
3074
|
+
"""
|
|
3075
|
+
return pulumi.get(self, "principal_type")
|
|
3076
|
+
|
|
3077
|
+
@property
|
|
3078
|
+
@pulumi.getter
|
|
3079
|
+
def sid(self) -> Optional[str]:
|
|
3080
|
+
"""
|
|
3081
|
+
SID (object ID) of the server administrator.
|
|
3082
|
+
"""
|
|
3083
|
+
return pulumi.get(self, "sid")
|
|
3084
|
+
|
|
3085
|
+
@property
|
|
3086
|
+
@pulumi.getter(name="tenantId")
|
|
3087
|
+
def tenant_id(self) -> Optional[str]:
|
|
3088
|
+
"""
|
|
3089
|
+
Tenant ID of the administrator.
|
|
3090
|
+
"""
|
|
3091
|
+
return pulumi.get(self, "tenant_id")
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
@pulumi.output_type
|
|
3095
|
+
class ServerInfoResponse(dict):
|
|
3096
|
+
"""
|
|
3097
|
+
Server info for the server trust group.
|
|
3098
|
+
"""
|
|
3099
|
+
@staticmethod
|
|
3100
|
+
def __key_warning(key: str):
|
|
3101
|
+
suggest = None
|
|
3102
|
+
if key == "serverId":
|
|
3103
|
+
suggest = "server_id"
|
|
3104
|
+
|
|
3105
|
+
if suggest:
|
|
3106
|
+
pulumi.log.warn(f"Key '{key}' not found in ServerInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3107
|
+
|
|
3108
|
+
def __getitem__(self, key: str) -> Any:
|
|
3109
|
+
ServerInfoResponse.__key_warning(key)
|
|
3110
|
+
return super().__getitem__(key)
|
|
3111
|
+
|
|
3112
|
+
def get(self, key: str, default = None) -> Any:
|
|
3113
|
+
ServerInfoResponse.__key_warning(key)
|
|
3114
|
+
return super().get(key, default)
|
|
3115
|
+
|
|
3116
|
+
def __init__(__self__, *,
|
|
3117
|
+
server_id: str):
|
|
3118
|
+
"""
|
|
3119
|
+
Server info for the server trust group.
|
|
3120
|
+
:param str server_id: Server Id.
|
|
3121
|
+
"""
|
|
3122
|
+
pulumi.set(__self__, "server_id", server_id)
|
|
3123
|
+
|
|
3124
|
+
@property
|
|
3125
|
+
@pulumi.getter(name="serverId")
|
|
3126
|
+
def server_id(self) -> str:
|
|
3127
|
+
"""
|
|
3128
|
+
Server Id.
|
|
3129
|
+
"""
|
|
3130
|
+
return pulumi.get(self, "server_id")
|
|
3131
|
+
|
|
3132
|
+
|
|
3133
|
+
@pulumi.output_type
|
|
3134
|
+
class ServerPrivateEndpointConnectionResponse(dict):
|
|
3135
|
+
"""
|
|
3136
|
+
A private endpoint connection under a server
|
|
3137
|
+
"""
|
|
3138
|
+
def __init__(__self__, *,
|
|
3139
|
+
id: str,
|
|
3140
|
+
properties: 'outputs.PrivateEndpointConnectionPropertiesResponse'):
|
|
3141
|
+
"""
|
|
3142
|
+
A private endpoint connection under a server
|
|
3143
|
+
:param str id: Resource ID.
|
|
3144
|
+
:param 'PrivateEndpointConnectionPropertiesResponse' properties: Private endpoint connection properties
|
|
3145
|
+
"""
|
|
3146
|
+
pulumi.set(__self__, "id", id)
|
|
3147
|
+
pulumi.set(__self__, "properties", properties)
|
|
3148
|
+
|
|
3149
|
+
@property
|
|
3150
|
+
@pulumi.getter
|
|
3151
|
+
def id(self) -> str:
|
|
3152
|
+
"""
|
|
3153
|
+
Resource ID.
|
|
3154
|
+
"""
|
|
3155
|
+
return pulumi.get(self, "id")
|
|
3156
|
+
|
|
3157
|
+
@property
|
|
3158
|
+
@pulumi.getter
|
|
3159
|
+
def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
|
|
3160
|
+
"""
|
|
3161
|
+
Private endpoint connection properties
|
|
3162
|
+
"""
|
|
3163
|
+
return pulumi.get(self, "properties")
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
@pulumi.output_type
|
|
3167
|
+
class ServicePrincipalResponse(dict):
|
|
3168
|
+
"""
|
|
3169
|
+
The managed instance's service principal configuration for a resource.
|
|
3170
|
+
"""
|
|
3171
|
+
@staticmethod
|
|
3172
|
+
def __key_warning(key: str):
|
|
3173
|
+
suggest = None
|
|
3174
|
+
if key == "clientId":
|
|
3175
|
+
suggest = "client_id"
|
|
3176
|
+
elif key == "principalId":
|
|
3177
|
+
suggest = "principal_id"
|
|
3178
|
+
elif key == "tenantId":
|
|
3179
|
+
suggest = "tenant_id"
|
|
3180
|
+
|
|
3181
|
+
if suggest:
|
|
3182
|
+
pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3183
|
+
|
|
3184
|
+
def __getitem__(self, key: str) -> Any:
|
|
3185
|
+
ServicePrincipalResponse.__key_warning(key)
|
|
3186
|
+
return super().__getitem__(key)
|
|
3187
|
+
|
|
3188
|
+
def get(self, key: str, default = None) -> Any:
|
|
3189
|
+
ServicePrincipalResponse.__key_warning(key)
|
|
3190
|
+
return super().get(key, default)
|
|
3191
|
+
|
|
3192
|
+
def __init__(__self__, *,
|
|
3193
|
+
client_id: str,
|
|
3194
|
+
principal_id: str,
|
|
3195
|
+
tenant_id: str,
|
|
3196
|
+
type: Optional[str] = None):
|
|
3197
|
+
"""
|
|
3198
|
+
The managed instance's service principal configuration for a resource.
|
|
3199
|
+
:param str client_id: The Azure Active Directory application client id.
|
|
3200
|
+
:param str principal_id: The Azure Active Directory application object id.
|
|
3201
|
+
:param str tenant_id: The Azure Active Directory tenant id.
|
|
3202
|
+
:param str type: Service principal type.
|
|
3203
|
+
"""
|
|
3204
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
3205
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
3206
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
3207
|
+
if type is not None:
|
|
3208
|
+
pulumi.set(__self__, "type", type)
|
|
3209
|
+
|
|
3210
|
+
@property
|
|
3211
|
+
@pulumi.getter(name="clientId")
|
|
3212
|
+
def client_id(self) -> str:
|
|
3213
|
+
"""
|
|
3214
|
+
The Azure Active Directory application client id.
|
|
3215
|
+
"""
|
|
3216
|
+
return pulumi.get(self, "client_id")
|
|
3217
|
+
|
|
3218
|
+
@property
|
|
3219
|
+
@pulumi.getter(name="principalId")
|
|
3220
|
+
def principal_id(self) -> str:
|
|
3221
|
+
"""
|
|
3222
|
+
The Azure Active Directory application object id.
|
|
3223
|
+
"""
|
|
3224
|
+
return pulumi.get(self, "principal_id")
|
|
3225
|
+
|
|
3226
|
+
@property
|
|
3227
|
+
@pulumi.getter(name="tenantId")
|
|
3228
|
+
def tenant_id(self) -> str:
|
|
3229
|
+
"""
|
|
3230
|
+
The Azure Active Directory tenant id.
|
|
3231
|
+
"""
|
|
3232
|
+
return pulumi.get(self, "tenant_id")
|
|
3233
|
+
|
|
3234
|
+
@property
|
|
3235
|
+
@pulumi.getter
|
|
3236
|
+
def type(self) -> Optional[str]:
|
|
3237
|
+
"""
|
|
3238
|
+
Service principal type.
|
|
3239
|
+
"""
|
|
3240
|
+
return pulumi.get(self, "type")
|
|
3241
|
+
|
|
3242
|
+
|
|
3243
|
+
@pulumi.output_type
|
|
3244
|
+
class SkuResponse(dict):
|
|
3245
|
+
"""
|
|
3246
|
+
An ARM Resource SKU.
|
|
3247
|
+
"""
|
|
3248
|
+
def __init__(__self__, *,
|
|
3249
|
+
name: str,
|
|
3250
|
+
capacity: Optional[int] = None,
|
|
3251
|
+
family: Optional[str] = None,
|
|
3252
|
+
size: Optional[str] = None,
|
|
3253
|
+
tier: Optional[str] = None):
|
|
3254
|
+
"""
|
|
3255
|
+
An ARM Resource SKU.
|
|
3256
|
+
:param str name: The name of the SKU, typically, a letter + Number code, e.g. P3.
|
|
3257
|
+
:param int capacity: Capacity of the particular SKU.
|
|
3258
|
+
:param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
3259
|
+
:param str size: Size of the particular SKU
|
|
3260
|
+
:param str tier: The tier or edition of the particular SKU, e.g. Basic, Premium.
|
|
3261
|
+
"""
|
|
3262
|
+
pulumi.set(__self__, "name", name)
|
|
3263
|
+
if capacity is not None:
|
|
3264
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
3265
|
+
if family is not None:
|
|
3266
|
+
pulumi.set(__self__, "family", family)
|
|
3267
|
+
if size is not None:
|
|
3268
|
+
pulumi.set(__self__, "size", size)
|
|
3269
|
+
if tier is not None:
|
|
3270
|
+
pulumi.set(__self__, "tier", tier)
|
|
3271
|
+
|
|
3272
|
+
@property
|
|
3273
|
+
@pulumi.getter
|
|
3274
|
+
def name(self) -> str:
|
|
3275
|
+
"""
|
|
3276
|
+
The name of the SKU, typically, a letter + Number code, e.g. P3.
|
|
3277
|
+
"""
|
|
3278
|
+
return pulumi.get(self, "name")
|
|
3279
|
+
|
|
3280
|
+
@property
|
|
3281
|
+
@pulumi.getter
|
|
3282
|
+
def capacity(self) -> Optional[int]:
|
|
3283
|
+
"""
|
|
3284
|
+
Capacity of the particular SKU.
|
|
3285
|
+
"""
|
|
3286
|
+
return pulumi.get(self, "capacity")
|
|
3287
|
+
|
|
3288
|
+
@property
|
|
3289
|
+
@pulumi.getter
|
|
3290
|
+
def family(self) -> Optional[str]:
|
|
3291
|
+
"""
|
|
3292
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
3293
|
+
"""
|
|
3294
|
+
return pulumi.get(self, "family")
|
|
3295
|
+
|
|
3296
|
+
@property
|
|
3297
|
+
@pulumi.getter
|
|
3298
|
+
def size(self) -> Optional[str]:
|
|
3299
|
+
"""
|
|
3300
|
+
Size of the particular SKU
|
|
3301
|
+
"""
|
|
3302
|
+
return pulumi.get(self, "size")
|
|
3303
|
+
|
|
3304
|
+
@property
|
|
3305
|
+
@pulumi.getter
|
|
3306
|
+
def tier(self) -> Optional[str]:
|
|
3307
|
+
"""
|
|
3308
|
+
The tier or edition of the particular SKU, e.g. Basic, Premium.
|
|
3309
|
+
"""
|
|
3310
|
+
return pulumi.get(self, "tier")
|
|
3311
|
+
|
|
3312
|
+
|
|
3313
|
+
@pulumi.output_type
|
|
3314
|
+
class SyncGroupSchemaResponse(dict):
|
|
3315
|
+
"""
|
|
3316
|
+
Properties of sync group schema.
|
|
3317
|
+
"""
|
|
3318
|
+
@staticmethod
|
|
3319
|
+
def __key_warning(key: str):
|
|
3320
|
+
suggest = None
|
|
3321
|
+
if key == "masterSyncMemberName":
|
|
3322
|
+
suggest = "master_sync_member_name"
|
|
3323
|
+
|
|
3324
|
+
if suggest:
|
|
3325
|
+
pulumi.log.warn(f"Key '{key}' not found in SyncGroupSchemaResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3326
|
+
|
|
3327
|
+
def __getitem__(self, key: str) -> Any:
|
|
3328
|
+
SyncGroupSchemaResponse.__key_warning(key)
|
|
3329
|
+
return super().__getitem__(key)
|
|
3330
|
+
|
|
3331
|
+
def get(self, key: str, default = None) -> Any:
|
|
3332
|
+
SyncGroupSchemaResponse.__key_warning(key)
|
|
3333
|
+
return super().get(key, default)
|
|
3334
|
+
|
|
3335
|
+
def __init__(__self__, *,
|
|
3336
|
+
master_sync_member_name: Optional[str] = None,
|
|
3337
|
+
tables: Optional[Sequence['outputs.SyncGroupSchemaTableResponse']] = None):
|
|
3338
|
+
"""
|
|
3339
|
+
Properties of sync group schema.
|
|
3340
|
+
:param str master_sync_member_name: Name of master sync member where the schema is from.
|
|
3341
|
+
:param Sequence['SyncGroupSchemaTableResponse'] tables: List of tables in sync group schema.
|
|
3342
|
+
"""
|
|
3343
|
+
if master_sync_member_name is not None:
|
|
3344
|
+
pulumi.set(__self__, "master_sync_member_name", master_sync_member_name)
|
|
3345
|
+
if tables is not None:
|
|
3346
|
+
pulumi.set(__self__, "tables", tables)
|
|
3347
|
+
|
|
3348
|
+
@property
|
|
3349
|
+
@pulumi.getter(name="masterSyncMemberName")
|
|
3350
|
+
def master_sync_member_name(self) -> Optional[str]:
|
|
3351
|
+
"""
|
|
3352
|
+
Name of master sync member where the schema is from.
|
|
3353
|
+
"""
|
|
3354
|
+
return pulumi.get(self, "master_sync_member_name")
|
|
3355
|
+
|
|
3356
|
+
@property
|
|
3357
|
+
@pulumi.getter
|
|
3358
|
+
def tables(self) -> Optional[Sequence['outputs.SyncGroupSchemaTableResponse']]:
|
|
3359
|
+
"""
|
|
3360
|
+
List of tables in sync group schema.
|
|
3361
|
+
"""
|
|
3362
|
+
return pulumi.get(self, "tables")
|
|
3363
|
+
|
|
3364
|
+
|
|
3365
|
+
@pulumi.output_type
|
|
3366
|
+
class SyncGroupSchemaTableColumnResponse(dict):
|
|
3367
|
+
"""
|
|
3368
|
+
Properties of column in sync group table.
|
|
3369
|
+
"""
|
|
3370
|
+
@staticmethod
|
|
3371
|
+
def __key_warning(key: str):
|
|
3372
|
+
suggest = None
|
|
3373
|
+
if key == "dataSize":
|
|
3374
|
+
suggest = "data_size"
|
|
3375
|
+
elif key == "dataType":
|
|
3376
|
+
suggest = "data_type"
|
|
3377
|
+
elif key == "quotedName":
|
|
3378
|
+
suggest = "quoted_name"
|
|
3379
|
+
|
|
3380
|
+
if suggest:
|
|
3381
|
+
pulumi.log.warn(f"Key '{key}' not found in SyncGroupSchemaTableColumnResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3382
|
+
|
|
3383
|
+
def __getitem__(self, key: str) -> Any:
|
|
3384
|
+
SyncGroupSchemaTableColumnResponse.__key_warning(key)
|
|
3385
|
+
return super().__getitem__(key)
|
|
3386
|
+
|
|
3387
|
+
def get(self, key: str, default = None) -> Any:
|
|
3388
|
+
SyncGroupSchemaTableColumnResponse.__key_warning(key)
|
|
3389
|
+
return super().get(key, default)
|
|
3390
|
+
|
|
3391
|
+
def __init__(__self__, *,
|
|
3392
|
+
data_size: Optional[str] = None,
|
|
3393
|
+
data_type: Optional[str] = None,
|
|
3394
|
+
quoted_name: Optional[str] = None):
|
|
3395
|
+
"""
|
|
3396
|
+
Properties of column in sync group table.
|
|
3397
|
+
:param str data_size: Data size of the column.
|
|
3398
|
+
:param str data_type: Data type of the column.
|
|
3399
|
+
:param str quoted_name: Quoted name of sync group table column.
|
|
3400
|
+
"""
|
|
3401
|
+
if data_size is not None:
|
|
3402
|
+
pulumi.set(__self__, "data_size", data_size)
|
|
3403
|
+
if data_type is not None:
|
|
3404
|
+
pulumi.set(__self__, "data_type", data_type)
|
|
3405
|
+
if quoted_name is not None:
|
|
3406
|
+
pulumi.set(__self__, "quoted_name", quoted_name)
|
|
3407
|
+
|
|
3408
|
+
@property
|
|
3409
|
+
@pulumi.getter(name="dataSize")
|
|
3410
|
+
def data_size(self) -> Optional[str]:
|
|
3411
|
+
"""
|
|
3412
|
+
Data size of the column.
|
|
3413
|
+
"""
|
|
3414
|
+
return pulumi.get(self, "data_size")
|
|
3415
|
+
|
|
3416
|
+
@property
|
|
3417
|
+
@pulumi.getter(name="dataType")
|
|
3418
|
+
def data_type(self) -> Optional[str]:
|
|
3419
|
+
"""
|
|
3420
|
+
Data type of the column.
|
|
3421
|
+
"""
|
|
3422
|
+
return pulumi.get(self, "data_type")
|
|
3423
|
+
|
|
3424
|
+
@property
|
|
3425
|
+
@pulumi.getter(name="quotedName")
|
|
3426
|
+
def quoted_name(self) -> Optional[str]:
|
|
3427
|
+
"""
|
|
3428
|
+
Quoted name of sync group table column.
|
|
3429
|
+
"""
|
|
3430
|
+
return pulumi.get(self, "quoted_name")
|
|
3431
|
+
|
|
3432
|
+
|
|
3433
|
+
@pulumi.output_type
|
|
3434
|
+
class SyncGroupSchemaTableResponse(dict):
|
|
3435
|
+
"""
|
|
3436
|
+
Properties of table in sync group schema.
|
|
3437
|
+
"""
|
|
3438
|
+
@staticmethod
|
|
3439
|
+
def __key_warning(key: str):
|
|
3440
|
+
suggest = None
|
|
3441
|
+
if key == "quotedName":
|
|
3442
|
+
suggest = "quoted_name"
|
|
3443
|
+
|
|
3444
|
+
if suggest:
|
|
3445
|
+
pulumi.log.warn(f"Key '{key}' not found in SyncGroupSchemaTableResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3446
|
+
|
|
3447
|
+
def __getitem__(self, key: str) -> Any:
|
|
3448
|
+
SyncGroupSchemaTableResponse.__key_warning(key)
|
|
3449
|
+
return super().__getitem__(key)
|
|
3450
|
+
|
|
3451
|
+
def get(self, key: str, default = None) -> Any:
|
|
3452
|
+
SyncGroupSchemaTableResponse.__key_warning(key)
|
|
3453
|
+
return super().get(key, default)
|
|
3454
|
+
|
|
3455
|
+
def __init__(__self__, *,
|
|
3456
|
+
columns: Optional[Sequence['outputs.SyncGroupSchemaTableColumnResponse']] = None,
|
|
3457
|
+
quoted_name: Optional[str] = None):
|
|
3458
|
+
"""
|
|
3459
|
+
Properties of table in sync group schema.
|
|
3460
|
+
:param Sequence['SyncGroupSchemaTableColumnResponse'] columns: List of columns in sync group schema.
|
|
3461
|
+
:param str quoted_name: Quoted name of sync group schema table.
|
|
3462
|
+
"""
|
|
3463
|
+
if columns is not None:
|
|
3464
|
+
pulumi.set(__self__, "columns", columns)
|
|
3465
|
+
if quoted_name is not None:
|
|
3466
|
+
pulumi.set(__self__, "quoted_name", quoted_name)
|
|
3467
|
+
|
|
3468
|
+
@property
|
|
3469
|
+
@pulumi.getter
|
|
3470
|
+
def columns(self) -> Optional[Sequence['outputs.SyncGroupSchemaTableColumnResponse']]:
|
|
3471
|
+
"""
|
|
3472
|
+
List of columns in sync group schema.
|
|
3473
|
+
"""
|
|
3474
|
+
return pulumi.get(self, "columns")
|
|
3475
|
+
|
|
3476
|
+
@property
|
|
3477
|
+
@pulumi.getter(name="quotedName")
|
|
3478
|
+
def quoted_name(self) -> Optional[str]:
|
|
3479
|
+
"""
|
|
3480
|
+
Quoted name of sync group schema table.
|
|
3481
|
+
"""
|
|
3482
|
+
return pulumi.get(self, "quoted_name")
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
@pulumi.output_type
|
|
3486
|
+
class SystemDataResponse(dict):
|
|
3487
|
+
"""
|
|
3488
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
3489
|
+
"""
|
|
3490
|
+
@staticmethod
|
|
3491
|
+
def __key_warning(key: str):
|
|
3492
|
+
suggest = None
|
|
3493
|
+
if key == "createdAt":
|
|
3494
|
+
suggest = "created_at"
|
|
3495
|
+
elif key == "createdBy":
|
|
3496
|
+
suggest = "created_by"
|
|
3497
|
+
elif key == "createdByType":
|
|
3498
|
+
suggest = "created_by_type"
|
|
3499
|
+
elif key == "lastModifiedAt":
|
|
3500
|
+
suggest = "last_modified_at"
|
|
3501
|
+
elif key == "lastModifiedBy":
|
|
3502
|
+
suggest = "last_modified_by"
|
|
3503
|
+
elif key == "lastModifiedByType":
|
|
3504
|
+
suggest = "last_modified_by_type"
|
|
3505
|
+
|
|
3506
|
+
if suggest:
|
|
3507
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3508
|
+
|
|
3509
|
+
def __getitem__(self, key: str) -> Any:
|
|
3510
|
+
SystemDataResponse.__key_warning(key)
|
|
3511
|
+
return super().__getitem__(key)
|
|
3512
|
+
|
|
3513
|
+
def get(self, key: str, default = None) -> Any:
|
|
3514
|
+
SystemDataResponse.__key_warning(key)
|
|
3515
|
+
return super().get(key, default)
|
|
3516
|
+
|
|
3517
|
+
def __init__(__self__, *,
|
|
3518
|
+
created_at: Optional[str] = None,
|
|
3519
|
+
created_by: Optional[str] = None,
|
|
3520
|
+
created_by_type: Optional[str] = None,
|
|
3521
|
+
last_modified_at: Optional[str] = None,
|
|
3522
|
+
last_modified_by: Optional[str] = None,
|
|
3523
|
+
last_modified_by_type: Optional[str] = None):
|
|
3524
|
+
"""
|
|
3525
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
3526
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
3527
|
+
:param str created_by: The identity that created the resource.
|
|
3528
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
3529
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
3530
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
3531
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
3532
|
+
"""
|
|
3533
|
+
if created_at is not None:
|
|
3534
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
3535
|
+
if created_by is not None:
|
|
3536
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
3537
|
+
if created_by_type is not None:
|
|
3538
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
3539
|
+
if last_modified_at is not None:
|
|
3540
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
3541
|
+
if last_modified_by is not None:
|
|
3542
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
3543
|
+
if last_modified_by_type is not None:
|
|
3544
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
3545
|
+
|
|
3546
|
+
@property
|
|
3547
|
+
@pulumi.getter(name="createdAt")
|
|
3548
|
+
def created_at(self) -> Optional[str]:
|
|
3549
|
+
"""
|
|
3550
|
+
The timestamp of resource creation (UTC).
|
|
3551
|
+
"""
|
|
3552
|
+
return pulumi.get(self, "created_at")
|
|
3553
|
+
|
|
3554
|
+
@property
|
|
3555
|
+
@pulumi.getter(name="createdBy")
|
|
3556
|
+
def created_by(self) -> Optional[str]:
|
|
3557
|
+
"""
|
|
3558
|
+
The identity that created the resource.
|
|
3559
|
+
"""
|
|
3560
|
+
return pulumi.get(self, "created_by")
|
|
3561
|
+
|
|
3562
|
+
@property
|
|
3563
|
+
@pulumi.getter(name="createdByType")
|
|
3564
|
+
def created_by_type(self) -> Optional[str]:
|
|
3565
|
+
"""
|
|
3566
|
+
The type of identity that created the resource.
|
|
3567
|
+
"""
|
|
3568
|
+
return pulumi.get(self, "created_by_type")
|
|
3569
|
+
|
|
3570
|
+
@property
|
|
3571
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
3572
|
+
def last_modified_at(self) -> Optional[str]:
|
|
3573
|
+
"""
|
|
3574
|
+
The timestamp of resource last modification (UTC)
|
|
3575
|
+
"""
|
|
3576
|
+
return pulumi.get(self, "last_modified_at")
|
|
3577
|
+
|
|
3578
|
+
@property
|
|
3579
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
3580
|
+
def last_modified_by(self) -> Optional[str]:
|
|
3581
|
+
"""
|
|
3582
|
+
The identity that last modified the resource.
|
|
3583
|
+
"""
|
|
3584
|
+
return pulumi.get(self, "last_modified_by")
|
|
3585
|
+
|
|
3586
|
+
@property
|
|
3587
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
3588
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
3589
|
+
"""
|
|
3590
|
+
The type of identity that last modified the resource.
|
|
3591
|
+
"""
|
|
3592
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
3593
|
+
|
|
3594
|
+
|
|
3595
|
+
@pulumi.output_type
|
|
3596
|
+
class UserIdentityResponse(dict):
|
|
3597
|
+
"""
|
|
3598
|
+
Azure Active Directory identity configuration for a resource.
|
|
3599
|
+
"""
|
|
3600
|
+
@staticmethod
|
|
3601
|
+
def __key_warning(key: str):
|
|
3602
|
+
suggest = None
|
|
3603
|
+
if key == "clientId":
|
|
3604
|
+
suggest = "client_id"
|
|
3605
|
+
elif key == "principalId":
|
|
3606
|
+
suggest = "principal_id"
|
|
3607
|
+
|
|
3608
|
+
if suggest:
|
|
3609
|
+
pulumi.log.warn(f"Key '{key}' not found in UserIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3610
|
+
|
|
3611
|
+
def __getitem__(self, key: str) -> Any:
|
|
3612
|
+
UserIdentityResponse.__key_warning(key)
|
|
3613
|
+
return super().__getitem__(key)
|
|
3614
|
+
|
|
3615
|
+
def get(self, key: str, default = None) -> Any:
|
|
3616
|
+
UserIdentityResponse.__key_warning(key)
|
|
3617
|
+
return super().get(key, default)
|
|
3618
|
+
|
|
3619
|
+
def __init__(__self__, *,
|
|
3620
|
+
client_id: str,
|
|
3621
|
+
principal_id: str):
|
|
3622
|
+
"""
|
|
3623
|
+
Azure Active Directory identity configuration for a resource.
|
|
3624
|
+
:param str client_id: The Azure Active Directory client id.
|
|
3625
|
+
:param str principal_id: The Azure Active Directory principal id.
|
|
3626
|
+
"""
|
|
3627
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
3628
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
3629
|
+
|
|
3630
|
+
@property
|
|
3631
|
+
@pulumi.getter(name="clientId")
|
|
3632
|
+
def client_id(self) -> str:
|
|
3633
|
+
"""
|
|
3634
|
+
The Azure Active Directory client id.
|
|
3635
|
+
"""
|
|
3636
|
+
return pulumi.get(self, "client_id")
|
|
3637
|
+
|
|
3638
|
+
@property
|
|
3639
|
+
@pulumi.getter(name="principalId")
|
|
3640
|
+
def principal_id(self) -> str:
|
|
3641
|
+
"""
|
|
3642
|
+
The Azure Active Directory principal id.
|
|
3643
|
+
"""
|
|
3644
|
+
return pulumi.get(self, "principal_id")
|
|
3645
|
+
|
|
3646
|
+
|
|
3647
|
+
@pulumi.output_type
|
|
3648
|
+
class VulnerabilityAssessmentRecurringScansPropertiesResponse(dict):
|
|
3649
|
+
"""
|
|
3650
|
+
Properties of a Vulnerability Assessment recurring scans.
|
|
3651
|
+
"""
|
|
3652
|
+
@staticmethod
|
|
3653
|
+
def __key_warning(key: str):
|
|
3654
|
+
suggest = None
|
|
3655
|
+
if key == "emailSubscriptionAdmins":
|
|
3656
|
+
suggest = "email_subscription_admins"
|
|
3657
|
+
elif key == "isEnabled":
|
|
3658
|
+
suggest = "is_enabled"
|
|
3659
|
+
|
|
3660
|
+
if suggest:
|
|
3661
|
+
pulumi.log.warn(f"Key '{key}' not found in VulnerabilityAssessmentRecurringScansPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3662
|
+
|
|
3663
|
+
def __getitem__(self, key: str) -> Any:
|
|
3664
|
+
VulnerabilityAssessmentRecurringScansPropertiesResponse.__key_warning(key)
|
|
3665
|
+
return super().__getitem__(key)
|
|
3666
|
+
|
|
3667
|
+
def get(self, key: str, default = None) -> Any:
|
|
3668
|
+
VulnerabilityAssessmentRecurringScansPropertiesResponse.__key_warning(key)
|
|
3669
|
+
return super().get(key, default)
|
|
3670
|
+
|
|
3671
|
+
def __init__(__self__, *,
|
|
3672
|
+
email_subscription_admins: Optional[bool] = None,
|
|
3673
|
+
emails: Optional[Sequence[str]] = None,
|
|
3674
|
+
is_enabled: Optional[bool] = None):
|
|
3675
|
+
"""
|
|
3676
|
+
Properties of a Vulnerability Assessment recurring scans.
|
|
3677
|
+
:param bool email_subscription_admins: Specifies that the schedule scan notification will be is sent to the subscription administrators.
|
|
3678
|
+
:param Sequence[str] emails: Specifies an array of e-mail addresses to which the scan notification is sent.
|
|
3679
|
+
:param bool is_enabled: Recurring scans state.
|
|
3680
|
+
"""
|
|
3681
|
+
if email_subscription_admins is None:
|
|
3682
|
+
email_subscription_admins = True
|
|
3683
|
+
if email_subscription_admins is not None:
|
|
3684
|
+
pulumi.set(__self__, "email_subscription_admins", email_subscription_admins)
|
|
3685
|
+
if emails is not None:
|
|
3686
|
+
pulumi.set(__self__, "emails", emails)
|
|
3687
|
+
if is_enabled is not None:
|
|
3688
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
3689
|
+
|
|
3690
|
+
@property
|
|
3691
|
+
@pulumi.getter(name="emailSubscriptionAdmins")
|
|
3692
|
+
def email_subscription_admins(self) -> Optional[bool]:
|
|
3693
|
+
"""
|
|
3694
|
+
Specifies that the schedule scan notification will be is sent to the subscription administrators.
|
|
3695
|
+
"""
|
|
3696
|
+
return pulumi.get(self, "email_subscription_admins")
|
|
3697
|
+
|
|
3698
|
+
@property
|
|
3699
|
+
@pulumi.getter
|
|
3700
|
+
def emails(self) -> Optional[Sequence[str]]:
|
|
3701
|
+
"""
|
|
3702
|
+
Specifies an array of e-mail addresses to which the scan notification is sent.
|
|
3703
|
+
"""
|
|
3704
|
+
return pulumi.get(self, "emails")
|
|
3705
|
+
|
|
3706
|
+
@property
|
|
3707
|
+
@pulumi.getter(name="isEnabled")
|
|
3708
|
+
def is_enabled(self) -> Optional[bool]:
|
|
3709
|
+
"""
|
|
3710
|
+
Recurring scans state.
|
|
3711
|
+
"""
|
|
3712
|
+
return pulumi.get(self, "is_enabled")
|
|
3713
|
+
|
|
3714
|
+
|