pulumi-azure-native 2.35.0__py3-none-any.whl → 2.36.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 +73 -0
- pulumi_azure_native/azurearcdata/__init__.py +7 -0
- pulumi_azure_native/azurearcdata/_enums.py +12 -0
- pulumi_azure_native/azurearcdata/_inputs.py +399 -0
- pulumi_azure_native/azurearcdata/active_directory_connector.py +5 -1
- pulumi_azure_native/azurearcdata/data_controller.py +5 -1
- pulumi_azure_native/azurearcdata/failover_group.py +5 -1
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -0
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -0
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -0
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +164 -0
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +164 -0
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -0
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +138 -0
- pulumi_azure_native/azurearcdata/outputs.py +1047 -0
- pulumi_azure_native/azurearcdata/postgres_instance.py +5 -1
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +5 -1
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +276 -0
- pulumi_azure_native/azurearcdata/sql_server_database.py +5 -1
- pulumi_azure_native/azurearcdata/sql_server_instance.py +5 -1
- pulumi_azure_native/azurearcdata/v20230115preview/active_directory_connector.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/data_controller.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/failover_group.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/postgres_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_managed_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_server_database.py +1 -1
- pulumi_azure_native/azurearcdata/v20230115preview/sql_server_instance.py +1 -1
- pulumi_azure_native/azurearcdata/v20240101/__init__.py +28 -0
- pulumi_azure_native/azurearcdata/v20240101/_enums.py +188 -0
- pulumi_azure_native/azurearcdata/v20240101/_inputs.py +3132 -0
- pulumi_azure_native/azurearcdata/v20240101/active_directory_connector.py +217 -0
- pulumi_azure_native/azurearcdata/v20240101/data_controller.py +283 -0
- pulumi_azure_native/azurearcdata/v20240101/failover_group.py +217 -0
- pulumi_azure_native/azurearcdata/v20240101/get_active_directory_connector.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/get_data_controller.py +170 -0
- pulumi_azure_native/azurearcdata/v20240101/get_failover_group.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/get_postgres_instance.py +183 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_managed_instance.py +183 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group_detail_view.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_database.py +162 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance.py +157 -0
- pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance_telemetry.py +136 -0
- pulumi_azure_native/azurearcdata/v20240101/outputs.py +4225 -0
- pulumi_azure_native/azurearcdata/v20240101/postgres_instance.py +312 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_managed_instance.py +312 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_availability_group.py +274 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_database.py +275 -0
- pulumi_azure_native/azurearcdata/v20240101/sql_server_instance.py +253 -0
- pulumi_azure_native/azuresphere/v20240401/list_catalog_deployments.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_device_groups.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_device_insights.py +1 -1
- pulumi_azure_native/azuresphere/v20240401/list_catalog_devices.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/outputs.py +14 -1
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/data_collection_endpoint.py +5 -1
- pulumi_azure_native/insights/data_collection_rule.py +5 -1
- pulumi_azure_native/insights/data_collection_rule_association.py +5 -1
- pulumi_azure_native/insights/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/insights/get_data_collection_rule.py +4 -0
- pulumi_azure_native/insights/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/insights/v20220601/data_collection_endpoint.py +1 -1
- pulumi_azure_native/insights/v20220601/data_collection_rule.py +1 -1
- pulumi_azure_native/insights/v20220601/data_collection_rule_association.py +1 -1
- pulumi_azure_native/insights/v20230311/__init__.py +16 -0
- pulumi_azure_native/insights/v20230311/_enums.py +196 -0
- pulumi_azure_native/insights/v20230311/_inputs.py +2122 -0
- pulumi_azure_native/insights/v20230311/data_collection_endpoint.py +449 -0
- pulumi_azure_native/insights/v20230311/data_collection_rule.py +568 -0
- pulumi_azure_native/insights/v20230311/data_collection_rule_association.py +281 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_endpoint.py +313 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_rule.py +340 -0
- pulumi_azure_native/insights/v20230311/get_data_collection_rule_association.py +196 -0
- pulumi_azure_native/insights/v20230311/outputs.py +3280 -0
- pulumi_azure_native/loadtestservice/_enums.py +7 -1
- pulumi_azure_native/loadtestservice/_inputs.py +5 -5
- pulumi_azure_native/loadtestservice/get_load_test.py +7 -7
- pulumi_azure_native/loadtestservice/load_test.py +9 -9
- pulumi_azure_native/loadtestservice/outputs.py +49 -49
- pulumi_azure_native/loadtestservice/v20221201/_enums.py +7 -1
- pulumi_azure_native/loadtestservice/v20221201/_inputs.py +5 -5
- pulumi_azure_native/loadtestservice/v20221201/get_load_test.py +7 -7
- pulumi_azure_native/loadtestservice/v20221201/load_test.py +9 -9
- pulumi_azure_native/loadtestservice/v20221201/outputs.py +49 -49
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/__init__.py +35 -0
- pulumi_azure_native/netapp/v20230701preview/_enums.py +267 -0
- pulumi_azure_native/netapp/v20230701preview/_inputs.py +2339 -0
- pulumi_azure_native/netapp/v20230701preview/account.py +380 -0
- pulumi_azure_native/netapp/v20230701preview/backup.py +397 -0
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +409 -0
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +253 -0
- pulumi_azure_native/netapp/v20230701preview/get_account.py +248 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20230701preview/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20230701preview/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20230701preview/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20230701preview/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20230701preview/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20230701preview/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume.py +895 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20230701preview/outputs.py +3111 -0
- pulumi_azure_native/netapp/v20230701preview/pool.py +457 -0
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20230701preview/volume.py +1644 -0
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +383 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/quota/_enums.py +1 -1
- pulumi_azure_native/quota/_inputs.py +10 -10
- pulumi_azure_native/quota/get_group_quota.py +7 -7
- pulumi_azure_native/quota/get_group_quota_subscription.py +8 -8
- pulumi_azure_native/quota/group_quota.py +15 -15
- pulumi_azure_native/quota/group_quota_subscription.py +17 -17
- pulumi_azure_native/quota/outputs.py +12 -12
- pulumi_azure_native/quota/v20230601preview/_enums.py +1 -1
- pulumi_azure_native/quota/v20230601preview/_inputs.py +10 -10
- pulumi_azure_native/quota/v20230601preview/get_group_quota.py +7 -7
- pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py +8 -8
- pulumi_azure_native/quota/v20230601preview/group_quota.py +15 -15
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +17 -17
- pulumi_azure_native/quota/v20230601preview/outputs.py +12 -12
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/__init__.py +12 -0
- pulumi_azure_native/recoveryservices/v20240201/_enums.py +368 -0
- pulumi_azure_native/recoveryservices/v20240201/_inputs.py +11655 -197
- pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py +179 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py +167 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py +169 -0
- pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py +164 -0
- pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py +157 -0
- pulumi_azure_native/recoveryservices/v20240201/outputs.py +13072 -317
- pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +293 -0
- pulumi_azure_native/recoveryservices/v20240201/protected_item.py +335 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_container.py +314 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +314 -0
- pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +293 -0
- pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +285 -0
- pulumi_azure_native/resources/__init__.py +3 -0
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/__init__.py +26 -0
- pulumi_azure_native/resources/v20240301/_enums.py +55 -0
- pulumi_azure_native/resources/v20240301/_inputs.py +788 -0
- pulumi_azure_native/resources/v20240301/deployment.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +244 -0
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +223 -0
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +223 -0
- pulumi_azure_native/resources/v20240301/get_deployment.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_management_group_scope.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_scope.py +144 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_subscription_scope.py +139 -0
- pulumi_azure_native/resources/v20240301/get_deployment_at_tenant_scope.py +139 -0
- pulumi_azure_native/resources/v20240301/get_resource.py +237 -0
- pulumi_azure_native/resources/v20240301/get_resource_group.py +152 -0
- pulumi_azure_native/resources/v20240301/get_tag_at_scope.py +113 -0
- pulumi_azure_native/resources/v20240301/outputs.py +1842 -0
- pulumi_azure_native/resources/v20240301/resource.py +480 -0
- pulumi_azure_native/resources/v20240301/resource_group.py +230 -0
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +165 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/dev_ops_configuration.py +5 -1
- pulumi_azure_native/security/get_dev_ops_configuration.py +4 -0
- pulumi_azure_native/security/list_azure_dev_ops_org_available.py +4 -0
- pulumi_azure_native/security/list_git_hub_owner_available.py +4 -0
- pulumi_azure_native/security/list_git_lab_group_available.py +4 -0
- pulumi_azure_native/security/list_git_lab_subgroup.py +4 -0
- pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240401/__init__.py +16 -0
- pulumi_azure_native/security/v20240401/_enums.py +40 -0
- pulumi_azure_native/security/v20240401/_inputs.py +135 -0
- pulumi_azure_native/security/v20240401/dev_ops_configuration.py +196 -0
- pulumi_azure_native/security/v20240401/get_dev_ops_configuration.py +131 -0
- pulumi_azure_native/security/v20240401/list_azure_dev_ops_org_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_hub_owner_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_lab_group_available.py +92 -0
- pulumi_azure_native/security/v20240401/list_git_lab_subgroup.py +97 -0
- pulumi_azure_native/security/v20240401/outputs.py +1018 -0
- pulumi_azure_native/standbypool/_inputs.py +2 -2
- pulumi_azure_native/standbypool/outputs.py +2 -2
- pulumi_azure_native/standbypool/v20231201preview/_inputs.py +2 -2
- pulumi_azure_native/standbypool/v20231201preview/outputs.py +2 -2
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.36.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.36.0.dist-info}/RECORD +341 -234
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.36.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.35.0.dist-info → pulumi_azure_native-2.36.0.dist-info}/top_level.txt +0 -0
|
@@ -19,6 +19,9 @@ __all__ = [
|
|
|
19
19
|
'ActiveDirectoryConnectorStatusResponse',
|
|
20
20
|
'ActiveDirectoryDomainControllerResponse',
|
|
21
21
|
'ActiveDirectoryDomainControllersResponse',
|
|
22
|
+
'AvailabilityGroupConfigureResponse',
|
|
23
|
+
'AvailabilityGroupInfoResponse',
|
|
24
|
+
'AvailabilityGroupStateResponse',
|
|
22
25
|
'BasicLoginInformationResponse',
|
|
23
26
|
'DataControllerPropertiesResponse',
|
|
24
27
|
'ExtendedLocationResponse',
|
|
@@ -37,14 +40,20 @@ __all__ = [
|
|
|
37
40
|
'OnPremisePropertyResponse',
|
|
38
41
|
'PostgresInstancePropertiesResponse',
|
|
39
42
|
'PostgresInstanceSkuResponse',
|
|
43
|
+
'SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse',
|
|
44
|
+
'SqlAvailabilityGroupReplicaResourcePropertiesResponse',
|
|
40
45
|
'SqlManagedInstanceK8sRawResponse',
|
|
41
46
|
'SqlManagedInstanceK8sSpecResponse',
|
|
42
47
|
'SqlManagedInstancePropertiesResponse',
|
|
43
48
|
'SqlManagedInstanceSkuResponse',
|
|
49
|
+
'SqlServerAvailabilityGroupResourcePropertiesResponse',
|
|
50
|
+
'SqlServerAvailabilityGroupResourcePropertiesResponseDatabases',
|
|
51
|
+
'SqlServerAvailabilityGroupResourcePropertiesResponseReplicas',
|
|
44
52
|
'SqlServerDatabaseResourcePropertiesResponse',
|
|
45
53
|
'SqlServerDatabaseResourcePropertiesResponseBackupInformation',
|
|
46
54
|
'SqlServerDatabaseResourcePropertiesResponseDatabaseOptions',
|
|
47
55
|
'SqlServerInstancePropertiesResponse',
|
|
56
|
+
'SqlServerInstanceTelemetryColumnResponse',
|
|
48
57
|
'SystemDataResponse',
|
|
49
58
|
'UploadServicePrincipalResponse',
|
|
50
59
|
'UploadWatermarkResponse',
|
|
@@ -496,6 +505,546 @@ class ActiveDirectoryDomainControllersResponse(dict):
|
|
|
496
505
|
return pulumi.get(self, "secondary_domain_controllers")
|
|
497
506
|
|
|
498
507
|
|
|
508
|
+
@pulumi.output_type
|
|
509
|
+
class AvailabilityGroupConfigureResponse(dict):
|
|
510
|
+
"""
|
|
511
|
+
The specifications of the availability group replica configuration
|
|
512
|
+
"""
|
|
513
|
+
@staticmethod
|
|
514
|
+
def __key_warning(key: str):
|
|
515
|
+
suggest = None
|
|
516
|
+
if key == "availabilityModeDescription":
|
|
517
|
+
suggest = "availability_mode_description"
|
|
518
|
+
elif key == "failoverModeDescription":
|
|
519
|
+
suggest = "failover_mode_description"
|
|
520
|
+
elif key == "primaryRoleAllowConnectionsDescription":
|
|
521
|
+
suggest = "primary_role_allow_connections_description"
|
|
522
|
+
elif key == "replicaCreateDate":
|
|
523
|
+
suggest = "replica_create_date"
|
|
524
|
+
elif key == "replicaModifyDate":
|
|
525
|
+
suggest = "replica_modify_date"
|
|
526
|
+
elif key == "secondaryRoleAllowConnectionsDescription":
|
|
527
|
+
suggest = "secondary_role_allow_connections_description"
|
|
528
|
+
elif key == "seedingModeDescription":
|
|
529
|
+
suggest = "seeding_mode_description"
|
|
530
|
+
elif key == "backupPriority":
|
|
531
|
+
suggest = "backup_priority"
|
|
532
|
+
elif key == "endpointUrl":
|
|
533
|
+
suggest = "endpoint_url"
|
|
534
|
+
elif key == "readOnlyRoutingUrl":
|
|
535
|
+
suggest = "read_only_routing_url"
|
|
536
|
+
elif key == "readWriteRoutingUrl":
|
|
537
|
+
suggest = "read_write_routing_url"
|
|
538
|
+
elif key == "sessionTimeout":
|
|
539
|
+
suggest = "session_timeout"
|
|
540
|
+
|
|
541
|
+
if suggest:
|
|
542
|
+
pulumi.log.warn(f"Key '{key}' not found in AvailabilityGroupConfigureResponse. Access the value via the '{suggest}' property getter instead.")
|
|
543
|
+
|
|
544
|
+
def __getitem__(self, key: str) -> Any:
|
|
545
|
+
AvailabilityGroupConfigureResponse.__key_warning(key)
|
|
546
|
+
return super().__getitem__(key)
|
|
547
|
+
|
|
548
|
+
def get(self, key: str, default = None) -> Any:
|
|
549
|
+
AvailabilityGroupConfigureResponse.__key_warning(key)
|
|
550
|
+
return super().get(key, default)
|
|
551
|
+
|
|
552
|
+
def __init__(__self__, *,
|
|
553
|
+
availability_mode_description: str,
|
|
554
|
+
failover_mode_description: str,
|
|
555
|
+
primary_role_allow_connections_description: str,
|
|
556
|
+
replica_create_date: str,
|
|
557
|
+
replica_modify_date: str,
|
|
558
|
+
secondary_role_allow_connections_description: str,
|
|
559
|
+
seeding_mode_description: str,
|
|
560
|
+
backup_priority: Optional[int] = None,
|
|
561
|
+
endpoint_url: Optional[str] = None,
|
|
562
|
+
read_only_routing_url: Optional[str] = None,
|
|
563
|
+
read_write_routing_url: Optional[str] = None,
|
|
564
|
+
session_timeout: Optional[int] = None):
|
|
565
|
+
"""
|
|
566
|
+
The specifications of the availability group replica configuration
|
|
567
|
+
:param str availability_mode_description: The Availability Synchronization mode of the availability group replica.
|
|
568
|
+
:param str failover_mode_description: The failover mode of the availability group replica.
|
|
569
|
+
:param str primary_role_allow_connections_description: Whether the availability allows all connections or only read-write connections.
|
|
570
|
+
:param str replica_create_date: Date that the replica was created.
|
|
571
|
+
:param str replica_modify_date: Date that the replica was modified.
|
|
572
|
+
:param str secondary_role_allow_connections_description: Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
|
|
573
|
+
:param str seeding_mode_description: Describes seeding mode.
|
|
574
|
+
:param int backup_priority: Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
|
|
575
|
+
:param str endpoint_url: Mirroring endpoint URL of availability group replica
|
|
576
|
+
:param str read_only_routing_url: Connectivity endpoint (URL) of the read only availability replica.
|
|
577
|
+
:param str read_write_routing_url: Connectivity endpoint (URL) of the read write availability replica.
|
|
578
|
+
:param int session_timeout: The time-out period of availability group session replica, in seconds.
|
|
579
|
+
"""
|
|
580
|
+
pulumi.set(__self__, "availability_mode_description", availability_mode_description)
|
|
581
|
+
pulumi.set(__self__, "failover_mode_description", failover_mode_description)
|
|
582
|
+
pulumi.set(__self__, "primary_role_allow_connections_description", primary_role_allow_connections_description)
|
|
583
|
+
pulumi.set(__self__, "replica_create_date", replica_create_date)
|
|
584
|
+
pulumi.set(__self__, "replica_modify_date", replica_modify_date)
|
|
585
|
+
pulumi.set(__self__, "secondary_role_allow_connections_description", secondary_role_allow_connections_description)
|
|
586
|
+
pulumi.set(__self__, "seeding_mode_description", seeding_mode_description)
|
|
587
|
+
if backup_priority is not None:
|
|
588
|
+
pulumi.set(__self__, "backup_priority", backup_priority)
|
|
589
|
+
if endpoint_url is not None:
|
|
590
|
+
pulumi.set(__self__, "endpoint_url", endpoint_url)
|
|
591
|
+
if read_only_routing_url is not None:
|
|
592
|
+
pulumi.set(__self__, "read_only_routing_url", read_only_routing_url)
|
|
593
|
+
if read_write_routing_url is not None:
|
|
594
|
+
pulumi.set(__self__, "read_write_routing_url", read_write_routing_url)
|
|
595
|
+
if session_timeout is not None:
|
|
596
|
+
pulumi.set(__self__, "session_timeout", session_timeout)
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
@pulumi.getter(name="availabilityModeDescription")
|
|
600
|
+
def availability_mode_description(self) -> str:
|
|
601
|
+
"""
|
|
602
|
+
The Availability Synchronization mode of the availability group replica.
|
|
603
|
+
"""
|
|
604
|
+
return pulumi.get(self, "availability_mode_description")
|
|
605
|
+
|
|
606
|
+
@property
|
|
607
|
+
@pulumi.getter(name="failoverModeDescription")
|
|
608
|
+
def failover_mode_description(self) -> str:
|
|
609
|
+
"""
|
|
610
|
+
The failover mode of the availability group replica.
|
|
611
|
+
"""
|
|
612
|
+
return pulumi.get(self, "failover_mode_description")
|
|
613
|
+
|
|
614
|
+
@property
|
|
615
|
+
@pulumi.getter(name="primaryRoleAllowConnectionsDescription")
|
|
616
|
+
def primary_role_allow_connections_description(self) -> str:
|
|
617
|
+
"""
|
|
618
|
+
Whether the availability allows all connections or only read-write connections.
|
|
619
|
+
"""
|
|
620
|
+
return pulumi.get(self, "primary_role_allow_connections_description")
|
|
621
|
+
|
|
622
|
+
@property
|
|
623
|
+
@pulumi.getter(name="replicaCreateDate")
|
|
624
|
+
def replica_create_date(self) -> str:
|
|
625
|
+
"""
|
|
626
|
+
Date that the replica was created.
|
|
627
|
+
"""
|
|
628
|
+
return pulumi.get(self, "replica_create_date")
|
|
629
|
+
|
|
630
|
+
@property
|
|
631
|
+
@pulumi.getter(name="replicaModifyDate")
|
|
632
|
+
def replica_modify_date(self) -> str:
|
|
633
|
+
"""
|
|
634
|
+
Date that the replica was modified.
|
|
635
|
+
"""
|
|
636
|
+
return pulumi.get(self, "replica_modify_date")
|
|
637
|
+
|
|
638
|
+
@property
|
|
639
|
+
@pulumi.getter(name="secondaryRoleAllowConnectionsDescription")
|
|
640
|
+
def secondary_role_allow_connections_description(self) -> str:
|
|
641
|
+
"""
|
|
642
|
+
Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
|
|
643
|
+
"""
|
|
644
|
+
return pulumi.get(self, "secondary_role_allow_connections_description")
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter(name="seedingModeDescription")
|
|
648
|
+
def seeding_mode_description(self) -> str:
|
|
649
|
+
"""
|
|
650
|
+
Describes seeding mode.
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "seeding_mode_description")
|
|
653
|
+
|
|
654
|
+
@property
|
|
655
|
+
@pulumi.getter(name="backupPriority")
|
|
656
|
+
def backup_priority(self) -> Optional[int]:
|
|
657
|
+
"""
|
|
658
|
+
Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
|
|
659
|
+
"""
|
|
660
|
+
return pulumi.get(self, "backup_priority")
|
|
661
|
+
|
|
662
|
+
@property
|
|
663
|
+
@pulumi.getter(name="endpointUrl")
|
|
664
|
+
def endpoint_url(self) -> Optional[str]:
|
|
665
|
+
"""
|
|
666
|
+
Mirroring endpoint URL of availability group replica
|
|
667
|
+
"""
|
|
668
|
+
return pulumi.get(self, "endpoint_url")
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
@pulumi.getter(name="readOnlyRoutingUrl")
|
|
672
|
+
def read_only_routing_url(self) -> Optional[str]:
|
|
673
|
+
"""
|
|
674
|
+
Connectivity endpoint (URL) of the read only availability replica.
|
|
675
|
+
"""
|
|
676
|
+
return pulumi.get(self, "read_only_routing_url")
|
|
677
|
+
|
|
678
|
+
@property
|
|
679
|
+
@pulumi.getter(name="readWriteRoutingUrl")
|
|
680
|
+
def read_write_routing_url(self) -> Optional[str]:
|
|
681
|
+
"""
|
|
682
|
+
Connectivity endpoint (URL) of the read write availability replica.
|
|
683
|
+
"""
|
|
684
|
+
return pulumi.get(self, "read_write_routing_url")
|
|
685
|
+
|
|
686
|
+
@property
|
|
687
|
+
@pulumi.getter(name="sessionTimeout")
|
|
688
|
+
def session_timeout(self) -> Optional[int]:
|
|
689
|
+
"""
|
|
690
|
+
The time-out period of availability group session replica, in seconds.
|
|
691
|
+
"""
|
|
692
|
+
return pulumi.get(self, "session_timeout")
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
@pulumi.output_type
|
|
696
|
+
class AvailabilityGroupInfoResponse(dict):
|
|
697
|
+
"""
|
|
698
|
+
The specifications of the availability group state
|
|
699
|
+
"""
|
|
700
|
+
@staticmethod
|
|
701
|
+
def __key_warning(key: str):
|
|
702
|
+
suggest = None
|
|
703
|
+
if key == "automatedBackupPreferenceDescription":
|
|
704
|
+
suggest = "automated_backup_preference_description"
|
|
705
|
+
elif key == "clusterTypeDescription":
|
|
706
|
+
suggest = "cluster_type_description"
|
|
707
|
+
elif key == "primaryRecoveryHealthDescription":
|
|
708
|
+
suggest = "primary_recovery_health_description"
|
|
709
|
+
elif key == "primaryReplica":
|
|
710
|
+
suggest = "primary_replica"
|
|
711
|
+
elif key == "replicationPartnerType":
|
|
712
|
+
suggest = "replication_partner_type"
|
|
713
|
+
elif key == "secondaryRecoveryHealthDescription":
|
|
714
|
+
suggest = "secondary_recovery_health_description"
|
|
715
|
+
elif key == "synchronizationHealthDescription":
|
|
716
|
+
suggest = "synchronization_health_description"
|
|
717
|
+
elif key == "basicFeatures":
|
|
718
|
+
suggest = "basic_features"
|
|
719
|
+
elif key == "dbFailover":
|
|
720
|
+
suggest = "db_failover"
|
|
721
|
+
elif key == "dtcSupport":
|
|
722
|
+
suggest = "dtc_support"
|
|
723
|
+
elif key == "failureConditionLevel":
|
|
724
|
+
suggest = "failure_condition_level"
|
|
725
|
+
elif key == "healthCheckTimeout":
|
|
726
|
+
suggest = "health_check_timeout"
|
|
727
|
+
elif key == "isContained":
|
|
728
|
+
suggest = "is_contained"
|
|
729
|
+
elif key == "isDistributed":
|
|
730
|
+
suggest = "is_distributed"
|
|
731
|
+
elif key == "requiredSynchronizedSecondariesToCommit":
|
|
732
|
+
suggest = "required_synchronized_secondaries_to_commit"
|
|
733
|
+
|
|
734
|
+
if suggest:
|
|
735
|
+
pulumi.log.warn(f"Key '{key}' not found in AvailabilityGroupInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
736
|
+
|
|
737
|
+
def __getitem__(self, key: str) -> Any:
|
|
738
|
+
AvailabilityGroupInfoResponse.__key_warning(key)
|
|
739
|
+
return super().__getitem__(key)
|
|
740
|
+
|
|
741
|
+
def get(self, key: str, default = None) -> Any:
|
|
742
|
+
AvailabilityGroupInfoResponse.__key_warning(key)
|
|
743
|
+
return super().get(key, default)
|
|
744
|
+
|
|
745
|
+
def __init__(__self__, *,
|
|
746
|
+
automated_backup_preference_description: str,
|
|
747
|
+
cluster_type_description: str,
|
|
748
|
+
primary_recovery_health_description: str,
|
|
749
|
+
primary_replica: str,
|
|
750
|
+
replication_partner_type: str,
|
|
751
|
+
secondary_recovery_health_description: str,
|
|
752
|
+
synchronization_health_description: str,
|
|
753
|
+
version: int,
|
|
754
|
+
basic_features: Optional[bool] = None,
|
|
755
|
+
db_failover: Optional[bool] = None,
|
|
756
|
+
dtc_support: Optional[bool] = None,
|
|
757
|
+
failure_condition_level: Optional[int] = None,
|
|
758
|
+
health_check_timeout: Optional[int] = None,
|
|
759
|
+
is_contained: Optional[bool] = None,
|
|
760
|
+
is_distributed: Optional[bool] = None,
|
|
761
|
+
required_synchronized_secondaries_to_commit: Optional[int] = None):
|
|
762
|
+
"""
|
|
763
|
+
The specifications of the availability group state
|
|
764
|
+
:param str automated_backup_preference_description: Preferred location for performing backups on the availability databases in this availability group.
|
|
765
|
+
:param str cluster_type_description: SQL Server availability group cluster type description
|
|
766
|
+
:param str primary_recovery_health_description: Indicates the recovery health of the primary replica.
|
|
767
|
+
:param str primary_replica: Name of the server instance that is hosting the current primary replica.
|
|
768
|
+
:param str secondary_recovery_health_description: Indicates the recovery health of a secondary replica.
|
|
769
|
+
:param str synchronization_health_description: Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
|
|
770
|
+
:param int version: SQL Server availability group current version.
|
|
771
|
+
:param bool basic_features: Specifies whether this is a basic availability group.
|
|
772
|
+
:param bool db_failover: Specifies whether the availability group supports failover for database health conditions.
|
|
773
|
+
:param bool dtc_support: Specifies whether DTC support has been enabled for this availability group.
|
|
774
|
+
:param int failure_condition_level: User-defined failure condition level under which an automatic failover must be triggered.
|
|
775
|
+
:param int health_check_timeout: Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
|
|
776
|
+
:param bool is_contained: SQL Server availability group contained system databases.
|
|
777
|
+
:param bool is_distributed: Specifies whether this is a distributed availability group.
|
|
778
|
+
:param int required_synchronized_secondaries_to_commit: The number of secondary replicas that must be in a synchronized state for a commit to complete.
|
|
779
|
+
"""
|
|
780
|
+
pulumi.set(__self__, "automated_backup_preference_description", automated_backup_preference_description)
|
|
781
|
+
pulumi.set(__self__, "cluster_type_description", cluster_type_description)
|
|
782
|
+
pulumi.set(__self__, "primary_recovery_health_description", primary_recovery_health_description)
|
|
783
|
+
pulumi.set(__self__, "primary_replica", primary_replica)
|
|
784
|
+
pulumi.set(__self__, "replication_partner_type", replication_partner_type)
|
|
785
|
+
pulumi.set(__self__, "secondary_recovery_health_description", secondary_recovery_health_description)
|
|
786
|
+
pulumi.set(__self__, "synchronization_health_description", synchronization_health_description)
|
|
787
|
+
pulumi.set(__self__, "version", version)
|
|
788
|
+
if basic_features is not None:
|
|
789
|
+
pulumi.set(__self__, "basic_features", basic_features)
|
|
790
|
+
if db_failover is not None:
|
|
791
|
+
pulumi.set(__self__, "db_failover", db_failover)
|
|
792
|
+
if dtc_support is not None:
|
|
793
|
+
pulumi.set(__self__, "dtc_support", dtc_support)
|
|
794
|
+
if failure_condition_level is not None:
|
|
795
|
+
pulumi.set(__self__, "failure_condition_level", failure_condition_level)
|
|
796
|
+
if health_check_timeout is not None:
|
|
797
|
+
pulumi.set(__self__, "health_check_timeout", health_check_timeout)
|
|
798
|
+
if is_contained is not None:
|
|
799
|
+
pulumi.set(__self__, "is_contained", is_contained)
|
|
800
|
+
if is_distributed is not None:
|
|
801
|
+
pulumi.set(__self__, "is_distributed", is_distributed)
|
|
802
|
+
if required_synchronized_secondaries_to_commit is not None:
|
|
803
|
+
pulumi.set(__self__, "required_synchronized_secondaries_to_commit", required_synchronized_secondaries_to_commit)
|
|
804
|
+
|
|
805
|
+
@property
|
|
806
|
+
@pulumi.getter(name="automatedBackupPreferenceDescription")
|
|
807
|
+
def automated_backup_preference_description(self) -> str:
|
|
808
|
+
"""
|
|
809
|
+
Preferred location for performing backups on the availability databases in this availability group.
|
|
810
|
+
"""
|
|
811
|
+
return pulumi.get(self, "automated_backup_preference_description")
|
|
812
|
+
|
|
813
|
+
@property
|
|
814
|
+
@pulumi.getter(name="clusterTypeDescription")
|
|
815
|
+
def cluster_type_description(self) -> str:
|
|
816
|
+
"""
|
|
817
|
+
SQL Server availability group cluster type description
|
|
818
|
+
"""
|
|
819
|
+
return pulumi.get(self, "cluster_type_description")
|
|
820
|
+
|
|
821
|
+
@property
|
|
822
|
+
@pulumi.getter(name="primaryRecoveryHealthDescription")
|
|
823
|
+
def primary_recovery_health_description(self) -> str:
|
|
824
|
+
"""
|
|
825
|
+
Indicates the recovery health of the primary replica.
|
|
826
|
+
"""
|
|
827
|
+
return pulumi.get(self, "primary_recovery_health_description")
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
@pulumi.getter(name="primaryReplica")
|
|
831
|
+
def primary_replica(self) -> str:
|
|
832
|
+
"""
|
|
833
|
+
Name of the server instance that is hosting the current primary replica.
|
|
834
|
+
"""
|
|
835
|
+
return pulumi.get(self, "primary_replica")
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="replicationPartnerType")
|
|
839
|
+
def replication_partner_type(self) -> str:
|
|
840
|
+
return pulumi.get(self, "replication_partner_type")
|
|
841
|
+
|
|
842
|
+
@property
|
|
843
|
+
@pulumi.getter(name="secondaryRecoveryHealthDescription")
|
|
844
|
+
def secondary_recovery_health_description(self) -> str:
|
|
845
|
+
"""
|
|
846
|
+
Indicates the recovery health of a secondary replica.
|
|
847
|
+
"""
|
|
848
|
+
return pulumi.get(self, "secondary_recovery_health_description")
|
|
849
|
+
|
|
850
|
+
@property
|
|
851
|
+
@pulumi.getter(name="synchronizationHealthDescription")
|
|
852
|
+
def synchronization_health_description(self) -> str:
|
|
853
|
+
"""
|
|
854
|
+
Reflects a roll-up of the synchronization health of all availability replicas in the availability group.
|
|
855
|
+
"""
|
|
856
|
+
return pulumi.get(self, "synchronization_health_description")
|
|
857
|
+
|
|
858
|
+
@property
|
|
859
|
+
@pulumi.getter
|
|
860
|
+
def version(self) -> int:
|
|
861
|
+
"""
|
|
862
|
+
SQL Server availability group current version.
|
|
863
|
+
"""
|
|
864
|
+
return pulumi.get(self, "version")
|
|
865
|
+
|
|
866
|
+
@property
|
|
867
|
+
@pulumi.getter(name="basicFeatures")
|
|
868
|
+
def basic_features(self) -> Optional[bool]:
|
|
869
|
+
"""
|
|
870
|
+
Specifies whether this is a basic availability group.
|
|
871
|
+
"""
|
|
872
|
+
return pulumi.get(self, "basic_features")
|
|
873
|
+
|
|
874
|
+
@property
|
|
875
|
+
@pulumi.getter(name="dbFailover")
|
|
876
|
+
def db_failover(self) -> Optional[bool]:
|
|
877
|
+
"""
|
|
878
|
+
Specifies whether the availability group supports failover for database health conditions.
|
|
879
|
+
"""
|
|
880
|
+
return pulumi.get(self, "db_failover")
|
|
881
|
+
|
|
882
|
+
@property
|
|
883
|
+
@pulumi.getter(name="dtcSupport")
|
|
884
|
+
def dtc_support(self) -> Optional[bool]:
|
|
885
|
+
"""
|
|
886
|
+
Specifies whether DTC support has been enabled for this availability group.
|
|
887
|
+
"""
|
|
888
|
+
return pulumi.get(self, "dtc_support")
|
|
889
|
+
|
|
890
|
+
@property
|
|
891
|
+
@pulumi.getter(name="failureConditionLevel")
|
|
892
|
+
def failure_condition_level(self) -> Optional[int]:
|
|
893
|
+
"""
|
|
894
|
+
User-defined failure condition level under which an automatic failover must be triggered.
|
|
895
|
+
"""
|
|
896
|
+
return pulumi.get(self, "failure_condition_level")
|
|
897
|
+
|
|
898
|
+
@property
|
|
899
|
+
@pulumi.getter(name="healthCheckTimeout")
|
|
900
|
+
def health_check_timeout(self) -> Optional[int]:
|
|
901
|
+
"""
|
|
902
|
+
Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
|
|
903
|
+
"""
|
|
904
|
+
return pulumi.get(self, "health_check_timeout")
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
@pulumi.getter(name="isContained")
|
|
908
|
+
def is_contained(self) -> Optional[bool]:
|
|
909
|
+
"""
|
|
910
|
+
SQL Server availability group contained system databases.
|
|
911
|
+
"""
|
|
912
|
+
return pulumi.get(self, "is_contained")
|
|
913
|
+
|
|
914
|
+
@property
|
|
915
|
+
@pulumi.getter(name="isDistributed")
|
|
916
|
+
def is_distributed(self) -> Optional[bool]:
|
|
917
|
+
"""
|
|
918
|
+
Specifies whether this is a distributed availability group.
|
|
919
|
+
"""
|
|
920
|
+
return pulumi.get(self, "is_distributed")
|
|
921
|
+
|
|
922
|
+
@property
|
|
923
|
+
@pulumi.getter(name="requiredSynchronizedSecondariesToCommit")
|
|
924
|
+
def required_synchronized_secondaries_to_commit(self) -> Optional[int]:
|
|
925
|
+
"""
|
|
926
|
+
The number of secondary replicas that must be in a synchronized state for a commit to complete.
|
|
927
|
+
"""
|
|
928
|
+
return pulumi.get(self, "required_synchronized_secondaries_to_commit")
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
@pulumi.output_type
|
|
932
|
+
class AvailabilityGroupStateResponse(dict):
|
|
933
|
+
"""
|
|
934
|
+
The specifications of the availability group state
|
|
935
|
+
"""
|
|
936
|
+
@staticmethod
|
|
937
|
+
def __key_warning(key: str):
|
|
938
|
+
suggest = None
|
|
939
|
+
if key == "availabilityGroupReplicaRole":
|
|
940
|
+
suggest = "availability_group_replica_role"
|
|
941
|
+
elif key == "connectedStateDescription":
|
|
942
|
+
suggest = "connected_state_description"
|
|
943
|
+
elif key == "lastConnectErrorDescription":
|
|
944
|
+
suggest = "last_connect_error_description"
|
|
945
|
+
elif key == "lastConnectErrorTimestamp":
|
|
946
|
+
suggest = "last_connect_error_timestamp"
|
|
947
|
+
elif key == "operationalStateDescription":
|
|
948
|
+
suggest = "operational_state_description"
|
|
949
|
+
elif key == "recoveryHealthDescription":
|
|
950
|
+
suggest = "recovery_health_description"
|
|
951
|
+
elif key == "synchronizationHealthDescription":
|
|
952
|
+
suggest = "synchronization_health_description"
|
|
953
|
+
|
|
954
|
+
if suggest:
|
|
955
|
+
pulumi.log.warn(f"Key '{key}' not found in AvailabilityGroupStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
956
|
+
|
|
957
|
+
def __getitem__(self, key: str) -> Any:
|
|
958
|
+
AvailabilityGroupStateResponse.__key_warning(key)
|
|
959
|
+
return super().__getitem__(key)
|
|
960
|
+
|
|
961
|
+
def get(self, key: str, default = None) -> Any:
|
|
962
|
+
AvailabilityGroupStateResponse.__key_warning(key)
|
|
963
|
+
return super().get(key, default)
|
|
964
|
+
|
|
965
|
+
def __init__(__self__, *,
|
|
966
|
+
availability_group_replica_role: str,
|
|
967
|
+
connected_state_description: str,
|
|
968
|
+
last_connect_error_description: str,
|
|
969
|
+
last_connect_error_timestamp: str,
|
|
970
|
+
operational_state_description: str,
|
|
971
|
+
recovery_health_description: str,
|
|
972
|
+
synchronization_health_description: str):
|
|
973
|
+
"""
|
|
974
|
+
The specifications of the availability group state
|
|
975
|
+
:param str availability_group_replica_role: Current Always On availability groups role of the availability group replica.
|
|
976
|
+
:param str connected_state_description: Whether a secondary replica is currently connected to the primary replica.
|
|
977
|
+
:param str last_connect_error_description: Text description of the last connection error of the availability group replica.
|
|
978
|
+
:param str last_connect_error_timestamp: Date and time timestamp indicating when the last connect error occurred.
|
|
979
|
+
:param str operational_state_description: Current operational state of the availability group replica
|
|
980
|
+
:param str recovery_health_description: Recovery health of the availability group replica.
|
|
981
|
+
:param str synchronization_health_description: Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
|
|
982
|
+
"""
|
|
983
|
+
pulumi.set(__self__, "availability_group_replica_role", availability_group_replica_role)
|
|
984
|
+
pulumi.set(__self__, "connected_state_description", connected_state_description)
|
|
985
|
+
pulumi.set(__self__, "last_connect_error_description", last_connect_error_description)
|
|
986
|
+
pulumi.set(__self__, "last_connect_error_timestamp", last_connect_error_timestamp)
|
|
987
|
+
pulumi.set(__self__, "operational_state_description", operational_state_description)
|
|
988
|
+
pulumi.set(__self__, "recovery_health_description", recovery_health_description)
|
|
989
|
+
pulumi.set(__self__, "synchronization_health_description", synchronization_health_description)
|
|
990
|
+
|
|
991
|
+
@property
|
|
992
|
+
@pulumi.getter(name="availabilityGroupReplicaRole")
|
|
993
|
+
def availability_group_replica_role(self) -> str:
|
|
994
|
+
"""
|
|
995
|
+
Current Always On availability groups role of the availability group replica.
|
|
996
|
+
"""
|
|
997
|
+
return pulumi.get(self, "availability_group_replica_role")
|
|
998
|
+
|
|
999
|
+
@property
|
|
1000
|
+
@pulumi.getter(name="connectedStateDescription")
|
|
1001
|
+
def connected_state_description(self) -> str:
|
|
1002
|
+
"""
|
|
1003
|
+
Whether a secondary replica is currently connected to the primary replica.
|
|
1004
|
+
"""
|
|
1005
|
+
return pulumi.get(self, "connected_state_description")
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter(name="lastConnectErrorDescription")
|
|
1009
|
+
def last_connect_error_description(self) -> str:
|
|
1010
|
+
"""
|
|
1011
|
+
Text description of the last connection error of the availability group replica.
|
|
1012
|
+
"""
|
|
1013
|
+
return pulumi.get(self, "last_connect_error_description")
|
|
1014
|
+
|
|
1015
|
+
@property
|
|
1016
|
+
@pulumi.getter(name="lastConnectErrorTimestamp")
|
|
1017
|
+
def last_connect_error_timestamp(self) -> str:
|
|
1018
|
+
"""
|
|
1019
|
+
Date and time timestamp indicating when the last connect error occurred.
|
|
1020
|
+
"""
|
|
1021
|
+
return pulumi.get(self, "last_connect_error_timestamp")
|
|
1022
|
+
|
|
1023
|
+
@property
|
|
1024
|
+
@pulumi.getter(name="operationalStateDescription")
|
|
1025
|
+
def operational_state_description(self) -> str:
|
|
1026
|
+
"""
|
|
1027
|
+
Current operational state of the availability group replica
|
|
1028
|
+
"""
|
|
1029
|
+
return pulumi.get(self, "operational_state_description")
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter(name="recoveryHealthDescription")
|
|
1033
|
+
def recovery_health_description(self) -> str:
|
|
1034
|
+
"""
|
|
1035
|
+
Recovery health of the availability group replica.
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "recovery_health_description")
|
|
1038
|
+
|
|
1039
|
+
@property
|
|
1040
|
+
@pulumi.getter(name="synchronizationHealthDescription")
|
|
1041
|
+
def synchronization_health_description(self) -> str:
|
|
1042
|
+
"""
|
|
1043
|
+
Reflects a rollup of the database synchronization state (synchronization_state) of all joined availability databases (also known as replicas) and the availability mode of the replica (synchronous-commit or asynchronous-commit mode). The rollup will reflect the least healthy accumulated state the databases on the replica.
|
|
1044
|
+
"""
|
|
1045
|
+
return pulumi.get(self, "synchronization_health_description")
|
|
1046
|
+
|
|
1047
|
+
|
|
499
1048
|
@pulumi.output_type
|
|
500
1049
|
class BasicLoginInformationResponse(dict):
|
|
501
1050
|
"""
|
|
@@ -1650,6 +2199,240 @@ class PostgresInstanceSkuResponse(dict):
|
|
|
1650
2199
|
return pulumi.get(self, "tier")
|
|
1651
2200
|
|
|
1652
2201
|
|
|
2202
|
+
@pulumi.output_type
|
|
2203
|
+
class SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse(dict):
|
|
2204
|
+
"""
|
|
2205
|
+
The properties of Arc Sql availability group database replica resource
|
|
2206
|
+
"""
|
|
2207
|
+
@staticmethod
|
|
2208
|
+
def __key_warning(key: str):
|
|
2209
|
+
suggest = None
|
|
2210
|
+
if key == "databaseStateDescription":
|
|
2211
|
+
suggest = "database_state_description"
|
|
2212
|
+
elif key == "isCommitParticipant":
|
|
2213
|
+
suggest = "is_commit_participant"
|
|
2214
|
+
elif key == "isLocal":
|
|
2215
|
+
suggest = "is_local"
|
|
2216
|
+
elif key == "isPrimaryReplica":
|
|
2217
|
+
suggest = "is_primary_replica"
|
|
2218
|
+
elif key == "isSuspended":
|
|
2219
|
+
suggest = "is_suspended"
|
|
2220
|
+
elif key == "replicaName":
|
|
2221
|
+
suggest = "replica_name"
|
|
2222
|
+
elif key == "suspendReasonDescription":
|
|
2223
|
+
suggest = "suspend_reason_description"
|
|
2224
|
+
elif key == "synchronizationHealthDescription":
|
|
2225
|
+
suggest = "synchronization_health_description"
|
|
2226
|
+
elif key == "synchronizationStateDescription":
|
|
2227
|
+
suggest = "synchronization_state_description"
|
|
2228
|
+
elif key == "databaseName":
|
|
2229
|
+
suggest = "database_name"
|
|
2230
|
+
|
|
2231
|
+
if suggest:
|
|
2232
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2233
|
+
|
|
2234
|
+
def __getitem__(self, key: str) -> Any:
|
|
2235
|
+
SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse.__key_warning(key)
|
|
2236
|
+
return super().__getitem__(key)
|
|
2237
|
+
|
|
2238
|
+
def get(self, key: str, default = None) -> Any:
|
|
2239
|
+
SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse.__key_warning(key)
|
|
2240
|
+
return super().get(key, default)
|
|
2241
|
+
|
|
2242
|
+
def __init__(__self__, *,
|
|
2243
|
+
database_state_description: str,
|
|
2244
|
+
is_commit_participant: bool,
|
|
2245
|
+
is_local: bool,
|
|
2246
|
+
is_primary_replica: bool,
|
|
2247
|
+
is_suspended: bool,
|
|
2248
|
+
replica_name: str,
|
|
2249
|
+
suspend_reason_description: str,
|
|
2250
|
+
synchronization_health_description: str,
|
|
2251
|
+
synchronization_state_description: str,
|
|
2252
|
+
database_name: Optional[str] = None):
|
|
2253
|
+
"""
|
|
2254
|
+
The properties of Arc Sql availability group database replica resource
|
|
2255
|
+
:param str database_state_description: Description of the database state of the availability replica.
|
|
2256
|
+
:param bool is_commit_participant: Whether this replica is transaction committer.
|
|
2257
|
+
:param bool is_local: Whether the availability database is local.
|
|
2258
|
+
:param bool is_primary_replica: Returns 1 if the replica is primary, or 0 if it is a secondary replica.
|
|
2259
|
+
:param bool is_suspended: Whether this data movement is suspended.
|
|
2260
|
+
:param str replica_name: the database replica name.
|
|
2261
|
+
:param str suspend_reason_description: Description of the database suspended state reason.
|
|
2262
|
+
:param str synchronization_health_description: Description of the health of database.
|
|
2263
|
+
:param str synchronization_state_description: Description of the data-movement state.
|
|
2264
|
+
:param str database_name: the database name.
|
|
2265
|
+
"""
|
|
2266
|
+
pulumi.set(__self__, "database_state_description", database_state_description)
|
|
2267
|
+
pulumi.set(__self__, "is_commit_participant", is_commit_participant)
|
|
2268
|
+
pulumi.set(__self__, "is_local", is_local)
|
|
2269
|
+
pulumi.set(__self__, "is_primary_replica", is_primary_replica)
|
|
2270
|
+
pulumi.set(__self__, "is_suspended", is_suspended)
|
|
2271
|
+
pulumi.set(__self__, "replica_name", replica_name)
|
|
2272
|
+
pulumi.set(__self__, "suspend_reason_description", suspend_reason_description)
|
|
2273
|
+
pulumi.set(__self__, "synchronization_health_description", synchronization_health_description)
|
|
2274
|
+
pulumi.set(__self__, "synchronization_state_description", synchronization_state_description)
|
|
2275
|
+
if database_name is not None:
|
|
2276
|
+
pulumi.set(__self__, "database_name", database_name)
|
|
2277
|
+
|
|
2278
|
+
@property
|
|
2279
|
+
@pulumi.getter(name="databaseStateDescription")
|
|
2280
|
+
def database_state_description(self) -> str:
|
|
2281
|
+
"""
|
|
2282
|
+
Description of the database state of the availability replica.
|
|
2283
|
+
"""
|
|
2284
|
+
return pulumi.get(self, "database_state_description")
|
|
2285
|
+
|
|
2286
|
+
@property
|
|
2287
|
+
@pulumi.getter(name="isCommitParticipant")
|
|
2288
|
+
def is_commit_participant(self) -> bool:
|
|
2289
|
+
"""
|
|
2290
|
+
Whether this replica is transaction committer.
|
|
2291
|
+
"""
|
|
2292
|
+
return pulumi.get(self, "is_commit_participant")
|
|
2293
|
+
|
|
2294
|
+
@property
|
|
2295
|
+
@pulumi.getter(name="isLocal")
|
|
2296
|
+
def is_local(self) -> bool:
|
|
2297
|
+
"""
|
|
2298
|
+
Whether the availability database is local.
|
|
2299
|
+
"""
|
|
2300
|
+
return pulumi.get(self, "is_local")
|
|
2301
|
+
|
|
2302
|
+
@property
|
|
2303
|
+
@pulumi.getter(name="isPrimaryReplica")
|
|
2304
|
+
def is_primary_replica(self) -> bool:
|
|
2305
|
+
"""
|
|
2306
|
+
Returns 1 if the replica is primary, or 0 if it is a secondary replica.
|
|
2307
|
+
"""
|
|
2308
|
+
return pulumi.get(self, "is_primary_replica")
|
|
2309
|
+
|
|
2310
|
+
@property
|
|
2311
|
+
@pulumi.getter(name="isSuspended")
|
|
2312
|
+
def is_suspended(self) -> bool:
|
|
2313
|
+
"""
|
|
2314
|
+
Whether this data movement is suspended.
|
|
2315
|
+
"""
|
|
2316
|
+
return pulumi.get(self, "is_suspended")
|
|
2317
|
+
|
|
2318
|
+
@property
|
|
2319
|
+
@pulumi.getter(name="replicaName")
|
|
2320
|
+
def replica_name(self) -> str:
|
|
2321
|
+
"""
|
|
2322
|
+
the database replica name.
|
|
2323
|
+
"""
|
|
2324
|
+
return pulumi.get(self, "replica_name")
|
|
2325
|
+
|
|
2326
|
+
@property
|
|
2327
|
+
@pulumi.getter(name="suspendReasonDescription")
|
|
2328
|
+
def suspend_reason_description(self) -> str:
|
|
2329
|
+
"""
|
|
2330
|
+
Description of the database suspended state reason.
|
|
2331
|
+
"""
|
|
2332
|
+
return pulumi.get(self, "suspend_reason_description")
|
|
2333
|
+
|
|
2334
|
+
@property
|
|
2335
|
+
@pulumi.getter(name="synchronizationHealthDescription")
|
|
2336
|
+
def synchronization_health_description(self) -> str:
|
|
2337
|
+
"""
|
|
2338
|
+
Description of the health of database.
|
|
2339
|
+
"""
|
|
2340
|
+
return pulumi.get(self, "synchronization_health_description")
|
|
2341
|
+
|
|
2342
|
+
@property
|
|
2343
|
+
@pulumi.getter(name="synchronizationStateDescription")
|
|
2344
|
+
def synchronization_state_description(self) -> str:
|
|
2345
|
+
"""
|
|
2346
|
+
Description of the data-movement state.
|
|
2347
|
+
"""
|
|
2348
|
+
return pulumi.get(self, "synchronization_state_description")
|
|
2349
|
+
|
|
2350
|
+
@property
|
|
2351
|
+
@pulumi.getter(name="databaseName")
|
|
2352
|
+
def database_name(self) -> Optional[str]:
|
|
2353
|
+
"""
|
|
2354
|
+
the database name.
|
|
2355
|
+
"""
|
|
2356
|
+
return pulumi.get(self, "database_name")
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
@pulumi.output_type
|
|
2360
|
+
class SqlAvailabilityGroupReplicaResourcePropertiesResponse(dict):
|
|
2361
|
+
"""
|
|
2362
|
+
The properties of Arc Sql availability group replica resource
|
|
2363
|
+
"""
|
|
2364
|
+
@staticmethod
|
|
2365
|
+
def __key_warning(key: str):
|
|
2366
|
+
suggest = None
|
|
2367
|
+
if key == "replicaId":
|
|
2368
|
+
suggest = "replica_id"
|
|
2369
|
+
elif key == "replicaName":
|
|
2370
|
+
suggest = "replica_name"
|
|
2371
|
+
|
|
2372
|
+
if suggest:
|
|
2373
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlAvailabilityGroupReplicaResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2374
|
+
|
|
2375
|
+
def __getitem__(self, key: str) -> Any:
|
|
2376
|
+
SqlAvailabilityGroupReplicaResourcePropertiesResponse.__key_warning(key)
|
|
2377
|
+
return super().__getitem__(key)
|
|
2378
|
+
|
|
2379
|
+
def get(self, key: str, default = None) -> Any:
|
|
2380
|
+
SqlAvailabilityGroupReplicaResourcePropertiesResponse.__key_warning(key)
|
|
2381
|
+
return super().get(key, default)
|
|
2382
|
+
|
|
2383
|
+
def __init__(__self__, *,
|
|
2384
|
+
replica_id: str,
|
|
2385
|
+
configure: Optional['outputs.AvailabilityGroupConfigureResponse'] = None,
|
|
2386
|
+
replica_name: Optional[str] = None,
|
|
2387
|
+
state: Optional['outputs.AvailabilityGroupStateResponse'] = None):
|
|
2388
|
+
"""
|
|
2389
|
+
The properties of Arc Sql availability group replica resource
|
|
2390
|
+
:param str replica_id: ID GUID of the availability group.
|
|
2391
|
+
:param 'AvailabilityGroupConfigureResponse' configure: null
|
|
2392
|
+
:param str replica_name: the replica name.
|
|
2393
|
+
:param 'AvailabilityGroupStateResponse' state: null
|
|
2394
|
+
"""
|
|
2395
|
+
pulumi.set(__self__, "replica_id", replica_id)
|
|
2396
|
+
if configure is not None:
|
|
2397
|
+
pulumi.set(__self__, "configure", configure)
|
|
2398
|
+
if replica_name is not None:
|
|
2399
|
+
pulumi.set(__self__, "replica_name", replica_name)
|
|
2400
|
+
if state is not None:
|
|
2401
|
+
pulumi.set(__self__, "state", state)
|
|
2402
|
+
|
|
2403
|
+
@property
|
|
2404
|
+
@pulumi.getter(name="replicaId")
|
|
2405
|
+
def replica_id(self) -> str:
|
|
2406
|
+
"""
|
|
2407
|
+
ID GUID of the availability group.
|
|
2408
|
+
"""
|
|
2409
|
+
return pulumi.get(self, "replica_id")
|
|
2410
|
+
|
|
2411
|
+
@property
|
|
2412
|
+
@pulumi.getter
|
|
2413
|
+
def configure(self) -> Optional['outputs.AvailabilityGroupConfigureResponse']:
|
|
2414
|
+
"""
|
|
2415
|
+
null
|
|
2416
|
+
"""
|
|
2417
|
+
return pulumi.get(self, "configure")
|
|
2418
|
+
|
|
2419
|
+
@property
|
|
2420
|
+
@pulumi.getter(name="replicaName")
|
|
2421
|
+
def replica_name(self) -> Optional[str]:
|
|
2422
|
+
"""
|
|
2423
|
+
the replica name.
|
|
2424
|
+
"""
|
|
2425
|
+
return pulumi.get(self, "replica_name")
|
|
2426
|
+
|
|
2427
|
+
@property
|
|
2428
|
+
@pulumi.getter
|
|
2429
|
+
def state(self) -> Optional['outputs.AvailabilityGroupStateResponse']:
|
|
2430
|
+
"""
|
|
2431
|
+
null
|
|
2432
|
+
"""
|
|
2433
|
+
return pulumi.get(self, "state")
|
|
2434
|
+
|
|
2435
|
+
|
|
1653
2436
|
@pulumi.output_type
|
|
1654
2437
|
class SqlManagedInstanceK8sRawResponse(dict):
|
|
1655
2438
|
"""
|
|
@@ -1997,6 +2780,235 @@ class SqlManagedInstanceSkuResponse(dict):
|
|
|
1997
2780
|
return pulumi.get(self, "tier")
|
|
1998
2781
|
|
|
1999
2782
|
|
|
2783
|
+
@pulumi.output_type
|
|
2784
|
+
class SqlServerAvailabilityGroupResourcePropertiesResponse(dict):
|
|
2785
|
+
"""
|
|
2786
|
+
The properties of Arc Sql Server availability group resource
|
|
2787
|
+
"""
|
|
2788
|
+
@staticmethod
|
|
2789
|
+
def __key_warning(key: str):
|
|
2790
|
+
suggest = None
|
|
2791
|
+
if key == "availabilityGroupId":
|
|
2792
|
+
suggest = "availability_group_id"
|
|
2793
|
+
elif key == "collectionTimestamp":
|
|
2794
|
+
suggest = "collection_timestamp"
|
|
2795
|
+
elif key == "instanceName":
|
|
2796
|
+
suggest = "instance_name"
|
|
2797
|
+
elif key == "provisioningState":
|
|
2798
|
+
suggest = "provisioning_state"
|
|
2799
|
+
elif key == "serverName":
|
|
2800
|
+
suggest = "server_name"
|
|
2801
|
+
|
|
2802
|
+
if suggest:
|
|
2803
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlServerAvailabilityGroupResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2804
|
+
|
|
2805
|
+
def __getitem__(self, key: str) -> Any:
|
|
2806
|
+
SqlServerAvailabilityGroupResourcePropertiesResponse.__key_warning(key)
|
|
2807
|
+
return super().__getitem__(key)
|
|
2808
|
+
|
|
2809
|
+
def get(self, key: str, default = None) -> Any:
|
|
2810
|
+
SqlServerAvailabilityGroupResourcePropertiesResponse.__key_warning(key)
|
|
2811
|
+
return super().get(key, default)
|
|
2812
|
+
|
|
2813
|
+
def __init__(__self__, *,
|
|
2814
|
+
availability_group_id: str,
|
|
2815
|
+
collection_timestamp: str,
|
|
2816
|
+
instance_name: str,
|
|
2817
|
+
provisioning_state: str,
|
|
2818
|
+
server_name: str,
|
|
2819
|
+
databases: Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseDatabases'] = None,
|
|
2820
|
+
info: Optional['outputs.AvailabilityGroupInfoResponse'] = None,
|
|
2821
|
+
replicas: Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseReplicas'] = None):
|
|
2822
|
+
"""
|
|
2823
|
+
The properties of Arc Sql Server availability group resource
|
|
2824
|
+
:param str availability_group_id: ID GUID of the availability group.
|
|
2825
|
+
:param str collection_timestamp: Timestamp for when the data was collected from the client machine.
|
|
2826
|
+
:param str instance_name: the SQL Server Instance name.
|
|
2827
|
+
:param str provisioning_state: The provisioning state of the Arc-enabled SQL Server availability group resource.
|
|
2828
|
+
:param str server_name: the SQL server name.
|
|
2829
|
+
:param 'SqlServerAvailabilityGroupResourcePropertiesResponseDatabases' databases: A list of Availability Group Database Replicas.
|
|
2830
|
+
:param 'AvailabilityGroupInfoResponse' info: Availability Group Info
|
|
2831
|
+
:param 'SqlServerAvailabilityGroupResourcePropertiesResponseReplicas' replicas: A list of Availability Group Replicas.
|
|
2832
|
+
"""
|
|
2833
|
+
pulumi.set(__self__, "availability_group_id", availability_group_id)
|
|
2834
|
+
pulumi.set(__self__, "collection_timestamp", collection_timestamp)
|
|
2835
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
|
2836
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2837
|
+
pulumi.set(__self__, "server_name", server_name)
|
|
2838
|
+
if databases is not None:
|
|
2839
|
+
pulumi.set(__self__, "databases", databases)
|
|
2840
|
+
if info is not None:
|
|
2841
|
+
pulumi.set(__self__, "info", info)
|
|
2842
|
+
if replicas is not None:
|
|
2843
|
+
pulumi.set(__self__, "replicas", replicas)
|
|
2844
|
+
|
|
2845
|
+
@property
|
|
2846
|
+
@pulumi.getter(name="availabilityGroupId")
|
|
2847
|
+
def availability_group_id(self) -> str:
|
|
2848
|
+
"""
|
|
2849
|
+
ID GUID of the availability group.
|
|
2850
|
+
"""
|
|
2851
|
+
return pulumi.get(self, "availability_group_id")
|
|
2852
|
+
|
|
2853
|
+
@property
|
|
2854
|
+
@pulumi.getter(name="collectionTimestamp")
|
|
2855
|
+
def collection_timestamp(self) -> str:
|
|
2856
|
+
"""
|
|
2857
|
+
Timestamp for when the data was collected from the client machine.
|
|
2858
|
+
"""
|
|
2859
|
+
return pulumi.get(self, "collection_timestamp")
|
|
2860
|
+
|
|
2861
|
+
@property
|
|
2862
|
+
@pulumi.getter(name="instanceName")
|
|
2863
|
+
def instance_name(self) -> str:
|
|
2864
|
+
"""
|
|
2865
|
+
the SQL Server Instance name.
|
|
2866
|
+
"""
|
|
2867
|
+
return pulumi.get(self, "instance_name")
|
|
2868
|
+
|
|
2869
|
+
@property
|
|
2870
|
+
@pulumi.getter(name="provisioningState")
|
|
2871
|
+
def provisioning_state(self) -> str:
|
|
2872
|
+
"""
|
|
2873
|
+
The provisioning state of the Arc-enabled SQL Server availability group resource.
|
|
2874
|
+
"""
|
|
2875
|
+
return pulumi.get(self, "provisioning_state")
|
|
2876
|
+
|
|
2877
|
+
@property
|
|
2878
|
+
@pulumi.getter(name="serverName")
|
|
2879
|
+
def server_name(self) -> str:
|
|
2880
|
+
"""
|
|
2881
|
+
the SQL server name.
|
|
2882
|
+
"""
|
|
2883
|
+
return pulumi.get(self, "server_name")
|
|
2884
|
+
|
|
2885
|
+
@property
|
|
2886
|
+
@pulumi.getter
|
|
2887
|
+
def databases(self) -> Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseDatabases']:
|
|
2888
|
+
"""
|
|
2889
|
+
A list of Availability Group Database Replicas.
|
|
2890
|
+
"""
|
|
2891
|
+
return pulumi.get(self, "databases")
|
|
2892
|
+
|
|
2893
|
+
@property
|
|
2894
|
+
@pulumi.getter
|
|
2895
|
+
def info(self) -> Optional['outputs.AvailabilityGroupInfoResponse']:
|
|
2896
|
+
"""
|
|
2897
|
+
Availability Group Info
|
|
2898
|
+
"""
|
|
2899
|
+
return pulumi.get(self, "info")
|
|
2900
|
+
|
|
2901
|
+
@property
|
|
2902
|
+
@pulumi.getter
|
|
2903
|
+
def replicas(self) -> Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseReplicas']:
|
|
2904
|
+
"""
|
|
2905
|
+
A list of Availability Group Replicas.
|
|
2906
|
+
"""
|
|
2907
|
+
return pulumi.get(self, "replicas")
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
@pulumi.output_type
|
|
2911
|
+
class SqlServerAvailabilityGroupResourcePropertiesResponseDatabases(dict):
|
|
2912
|
+
"""
|
|
2913
|
+
A list of Availability Group Database Replicas.
|
|
2914
|
+
"""
|
|
2915
|
+
@staticmethod
|
|
2916
|
+
def __key_warning(key: str):
|
|
2917
|
+
suggest = None
|
|
2918
|
+
if key == "nextLink":
|
|
2919
|
+
suggest = "next_link"
|
|
2920
|
+
|
|
2921
|
+
if suggest:
|
|
2922
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlServerAvailabilityGroupResourcePropertiesResponseDatabases. Access the value via the '{suggest}' property getter instead.")
|
|
2923
|
+
|
|
2924
|
+
def __getitem__(self, key: str) -> Any:
|
|
2925
|
+
SqlServerAvailabilityGroupResourcePropertiesResponseDatabases.__key_warning(key)
|
|
2926
|
+
return super().__getitem__(key)
|
|
2927
|
+
|
|
2928
|
+
def get(self, key: str, default = None) -> Any:
|
|
2929
|
+
SqlServerAvailabilityGroupResourcePropertiesResponseDatabases.__key_warning(key)
|
|
2930
|
+
return super().get(key, default)
|
|
2931
|
+
|
|
2932
|
+
def __init__(__self__, *,
|
|
2933
|
+
next_link: str,
|
|
2934
|
+
value: Optional[Sequence['outputs.SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse']] = None):
|
|
2935
|
+
"""
|
|
2936
|
+
A list of Availability Group Database Replicas.
|
|
2937
|
+
:param str next_link: Link to retrieve next page of results.
|
|
2938
|
+
:param Sequence['SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse'] value: Array of Availability Group Database Replicas.
|
|
2939
|
+
"""
|
|
2940
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
2941
|
+
if value is not None:
|
|
2942
|
+
pulumi.set(__self__, "value", value)
|
|
2943
|
+
|
|
2944
|
+
@property
|
|
2945
|
+
@pulumi.getter(name="nextLink")
|
|
2946
|
+
def next_link(self) -> str:
|
|
2947
|
+
"""
|
|
2948
|
+
Link to retrieve next page of results.
|
|
2949
|
+
"""
|
|
2950
|
+
return pulumi.get(self, "next_link")
|
|
2951
|
+
|
|
2952
|
+
@property
|
|
2953
|
+
@pulumi.getter
|
|
2954
|
+
def value(self) -> Optional[Sequence['outputs.SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse']]:
|
|
2955
|
+
"""
|
|
2956
|
+
Array of Availability Group Database Replicas.
|
|
2957
|
+
"""
|
|
2958
|
+
return pulumi.get(self, "value")
|
|
2959
|
+
|
|
2960
|
+
|
|
2961
|
+
@pulumi.output_type
|
|
2962
|
+
class SqlServerAvailabilityGroupResourcePropertiesResponseReplicas(dict):
|
|
2963
|
+
"""
|
|
2964
|
+
A list of Availability Group Replicas.
|
|
2965
|
+
"""
|
|
2966
|
+
@staticmethod
|
|
2967
|
+
def __key_warning(key: str):
|
|
2968
|
+
suggest = None
|
|
2969
|
+
if key == "nextLink":
|
|
2970
|
+
suggest = "next_link"
|
|
2971
|
+
|
|
2972
|
+
if suggest:
|
|
2973
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlServerAvailabilityGroupResourcePropertiesResponseReplicas. Access the value via the '{suggest}' property getter instead.")
|
|
2974
|
+
|
|
2975
|
+
def __getitem__(self, key: str) -> Any:
|
|
2976
|
+
SqlServerAvailabilityGroupResourcePropertiesResponseReplicas.__key_warning(key)
|
|
2977
|
+
return super().__getitem__(key)
|
|
2978
|
+
|
|
2979
|
+
def get(self, key: str, default = None) -> Any:
|
|
2980
|
+
SqlServerAvailabilityGroupResourcePropertiesResponseReplicas.__key_warning(key)
|
|
2981
|
+
return super().get(key, default)
|
|
2982
|
+
|
|
2983
|
+
def __init__(__self__, *,
|
|
2984
|
+
next_link: str,
|
|
2985
|
+
value: Optional[Sequence['outputs.SqlAvailabilityGroupReplicaResourcePropertiesResponse']] = None):
|
|
2986
|
+
"""
|
|
2987
|
+
A list of Availability Group Replicas.
|
|
2988
|
+
:param str next_link: Link to retrieve next page of results.
|
|
2989
|
+
:param Sequence['SqlAvailabilityGroupReplicaResourcePropertiesResponse'] value: Array of Availability Group Replicas.
|
|
2990
|
+
"""
|
|
2991
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
2992
|
+
if value is not None:
|
|
2993
|
+
pulumi.set(__self__, "value", value)
|
|
2994
|
+
|
|
2995
|
+
@property
|
|
2996
|
+
@pulumi.getter(name="nextLink")
|
|
2997
|
+
def next_link(self) -> str:
|
|
2998
|
+
"""
|
|
2999
|
+
Link to retrieve next page of results.
|
|
3000
|
+
"""
|
|
3001
|
+
return pulumi.get(self, "next_link")
|
|
3002
|
+
|
|
3003
|
+
@property
|
|
3004
|
+
@pulumi.getter
|
|
3005
|
+
def value(self) -> Optional[Sequence['outputs.SqlAvailabilityGroupReplicaResourcePropertiesResponse']]:
|
|
3006
|
+
"""
|
|
3007
|
+
Array of Availability Group Replicas.
|
|
3008
|
+
"""
|
|
3009
|
+
return pulumi.get(self, "value")
|
|
3010
|
+
|
|
3011
|
+
|
|
2000
3012
|
@pulumi.output_type
|
|
2001
3013
|
class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
2002
3014
|
"""
|
|
@@ -2604,6 +3616,41 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
2604
3616
|
return pulumi.get(self, "version")
|
|
2605
3617
|
|
|
2606
3618
|
|
|
3619
|
+
@pulumi.output_type
|
|
3620
|
+
class SqlServerInstanceTelemetryColumnResponse(dict):
|
|
3621
|
+
"""
|
|
3622
|
+
The telemetry column for the SQL Server instance.
|
|
3623
|
+
"""
|
|
3624
|
+
def __init__(__self__, *,
|
|
3625
|
+
name: Optional[str] = None,
|
|
3626
|
+
type: Optional[str] = None):
|
|
3627
|
+
"""
|
|
3628
|
+
The telemetry column for the SQL Server instance.
|
|
3629
|
+
:param str name: The name of the telemetry column.
|
|
3630
|
+
:param str type: The type of the telemetry column.
|
|
3631
|
+
"""
|
|
3632
|
+
if name is not None:
|
|
3633
|
+
pulumi.set(__self__, "name", name)
|
|
3634
|
+
if type is not None:
|
|
3635
|
+
pulumi.set(__self__, "type", type)
|
|
3636
|
+
|
|
3637
|
+
@property
|
|
3638
|
+
@pulumi.getter
|
|
3639
|
+
def name(self) -> Optional[str]:
|
|
3640
|
+
"""
|
|
3641
|
+
The name of the telemetry column.
|
|
3642
|
+
"""
|
|
3643
|
+
return pulumi.get(self, "name")
|
|
3644
|
+
|
|
3645
|
+
@property
|
|
3646
|
+
@pulumi.getter
|
|
3647
|
+
def type(self) -> Optional[str]:
|
|
3648
|
+
"""
|
|
3649
|
+
The type of the telemetry column.
|
|
3650
|
+
"""
|
|
3651
|
+
return pulumi.get(self, "type")
|
|
3652
|
+
|
|
3653
|
+
|
|
2607
3654
|
@pulumi.output_type
|
|
2608
3655
|
class SystemDataResponse(dict):
|
|
2609
3656
|
"""
|