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
|
@@ -94,18 +94,18 @@ class AwaitableGetGroupQuotaResult(GetGroupQuotaResult):
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
def get_group_quota(group_quota_name: Optional[str] = None,
|
|
97
|
-
|
|
97
|
+
management_group_id: Optional[str] = None,
|
|
98
98
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupQuotaResult:
|
|
99
99
|
"""
|
|
100
|
-
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on
|
|
100
|
+
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
104
|
-
:param str
|
|
104
|
+
:param str management_group_id: Management Group Id.
|
|
105
105
|
"""
|
|
106
106
|
__args__ = dict()
|
|
107
107
|
__args__['groupQuotaName'] = group_quota_name
|
|
108
|
-
__args__['
|
|
108
|
+
__args__['managementGroupId'] = management_group_id
|
|
109
109
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
110
110
|
__ret__ = pulumi.runtime.invoke('azure-native:quota/v20230601preview:getGroupQuota', __args__, opts=opts, typ=GetGroupQuotaResult).value
|
|
111
111
|
|
|
@@ -119,13 +119,13 @@ def get_group_quota(group_quota_name: Optional[str] = None,
|
|
|
119
119
|
|
|
120
120
|
@_utilities.lift_output_func(get_group_quota)
|
|
121
121
|
def get_group_quota_output(group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
122
|
-
|
|
122
|
+
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
123
123
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGroupQuotaResult]:
|
|
124
124
|
"""
|
|
125
|
-
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on
|
|
125
|
+
Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
129
|
-
:param str
|
|
129
|
+
:param str management_group_id: Management Group Id.
|
|
130
130
|
"""
|
|
131
131
|
...
|
|
@@ -20,7 +20,7 @@ __all__ = [
|
|
|
20
20
|
@pulumi.output_type
|
|
21
21
|
class GetGroupQuotaSubscriptionResult:
|
|
22
22
|
"""
|
|
23
|
-
This represents a Azure subscriptionId that is associated with a
|
|
23
|
+
This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
26
26
|
if id and not isinstance(id, str):
|
|
@@ -91,18 +91,18 @@ class AwaitableGetGroupQuotaSubscriptionResult(GetGroupQuotaSubscriptionResult):
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
def get_group_quota_subscription(group_quota_name: Optional[str] = None,
|
|
94
|
-
|
|
94
|
+
management_group_id: Optional[str] = None,
|
|
95
95
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupQuotaSubscriptionResult:
|
|
96
96
|
"""
|
|
97
|
-
Returns the
|
|
97
|
+
Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
101
|
-
:param str
|
|
101
|
+
:param str management_group_id: Management Group Id.
|
|
102
102
|
"""
|
|
103
103
|
__args__ = dict()
|
|
104
104
|
__args__['groupQuotaName'] = group_quota_name
|
|
105
|
-
__args__['
|
|
105
|
+
__args__['managementGroupId'] = management_group_id
|
|
106
106
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
107
107
|
__ret__ = pulumi.runtime.invoke('azure-native:quota/v20230601preview:getGroupQuotaSubscription', __args__, opts=opts, typ=GetGroupQuotaSubscriptionResult).value
|
|
108
108
|
|
|
@@ -116,13 +116,13 @@ def get_group_quota_subscription(group_quota_name: Optional[str] = None,
|
|
|
116
116
|
|
|
117
117
|
@_utilities.lift_output_func(get_group_quota_subscription)
|
|
118
118
|
def get_group_quota_subscription_output(group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
119
|
-
|
|
119
|
+
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
120
120
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGroupQuotaSubscriptionResult]:
|
|
121
121
|
"""
|
|
122
|
-
Returns the
|
|
122
|
+
Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
:param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
126
|
-
:param str
|
|
126
|
+
:param str management_group_id: Management Group Id.
|
|
127
127
|
"""
|
|
128
128
|
...
|
|
@@ -17,32 +17,32 @@ __all__ = ['GroupQuotaArgs', 'GroupQuota']
|
|
|
17
17
|
@pulumi.input_type
|
|
18
18
|
class GroupQuotaArgs:
|
|
19
19
|
def __init__(__self__, *,
|
|
20
|
-
|
|
20
|
+
management_group_id: pulumi.Input[str],
|
|
21
21
|
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
22
22
|
properties: Optional[pulumi.Input['GroupQuotasEntityBaseArgs']] = None):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a GroupQuota resource.
|
|
25
|
-
:param pulumi.Input[str]
|
|
25
|
+
:param pulumi.Input[str] management_group_id: Management Group Id.
|
|
26
26
|
:param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
27
27
|
:param pulumi.Input['GroupQuotasEntityBaseArgs'] properties: Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
|
|
28
28
|
"""
|
|
29
|
-
pulumi.set(__self__, "
|
|
29
|
+
pulumi.set(__self__, "management_group_id", management_group_id)
|
|
30
30
|
if group_quota_name is not None:
|
|
31
31
|
pulumi.set(__self__, "group_quota_name", group_quota_name)
|
|
32
32
|
if properties is not None:
|
|
33
33
|
pulumi.set(__self__, "properties", properties)
|
|
34
34
|
|
|
35
35
|
@property
|
|
36
|
-
@pulumi.getter(name="
|
|
37
|
-
def
|
|
36
|
+
@pulumi.getter(name="managementGroupId")
|
|
37
|
+
def management_group_id(self) -> pulumi.Input[str]:
|
|
38
38
|
"""
|
|
39
39
|
Management Group Id.
|
|
40
40
|
"""
|
|
41
|
-
return pulumi.get(self, "
|
|
41
|
+
return pulumi.get(self, "management_group_id")
|
|
42
42
|
|
|
43
|
-
@
|
|
44
|
-
def
|
|
45
|
-
pulumi.set(self, "
|
|
43
|
+
@management_group_id.setter
|
|
44
|
+
def management_group_id(self, value: pulumi.Input[str]):
|
|
45
|
+
pulumi.set(self, "management_group_id", value)
|
|
46
46
|
|
|
47
47
|
@property
|
|
48
48
|
@pulumi.getter(name="groupQuotaName")
|
|
@@ -75,7 +75,7 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
75
75
|
resource_name: str,
|
|
76
76
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
77
77
|
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
78
|
-
|
|
78
|
+
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
79
79
|
properties: Optional[pulumi.Input[pulumi.InputType['GroupQuotasEntityBaseArgs']]] = None,
|
|
80
80
|
__props__=None):
|
|
81
81
|
"""
|
|
@@ -84,7 +84,7 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
84
84
|
:param str resource_name: The name of the resource.
|
|
85
85
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
86
86
|
:param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
87
|
-
:param pulumi.Input[str]
|
|
87
|
+
:param pulumi.Input[str] management_group_id: Management Group Id.
|
|
88
88
|
:param pulumi.Input[pulumi.InputType['GroupQuotasEntityBaseArgs']] properties: Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
|
|
89
89
|
"""
|
|
90
90
|
...
|
|
@@ -112,7 +112,7 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
112
112
|
resource_name: str,
|
|
113
113
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
114
114
|
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
115
|
-
|
|
115
|
+
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
116
116
|
properties: Optional[pulumi.Input[pulumi.InputType['GroupQuotasEntityBaseArgs']]] = None,
|
|
117
117
|
__props__=None):
|
|
118
118
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -124,9 +124,9 @@ class GroupQuota(pulumi.CustomResource):
|
|
|
124
124
|
__props__ = GroupQuotaArgs.__new__(GroupQuotaArgs)
|
|
125
125
|
|
|
126
126
|
__props__.__dict__["group_quota_name"] = group_quota_name
|
|
127
|
-
if
|
|
128
|
-
raise TypeError("Missing required property '
|
|
129
|
-
__props__.__dict__["
|
|
127
|
+
if management_group_id is None and not opts.urn:
|
|
128
|
+
raise TypeError("Missing required property 'management_group_id'")
|
|
129
|
+
__props__.__dict__["management_group_id"] = management_group_id
|
|
130
130
|
__props__.__dict__["properties"] = properties
|
|
131
131
|
__props__.__dict__["name"] = None
|
|
132
132
|
__props__.__dict__["system_data"] = None
|
|
@@ -16,14 +16,14 @@ __all__ = ['GroupQuotaSubscriptionArgs', 'GroupQuotaSubscription']
|
|
|
16
16
|
class GroupQuotaSubscriptionArgs:
|
|
17
17
|
def __init__(__self__, *,
|
|
18
18
|
group_quota_name: pulumi.Input[str],
|
|
19
|
-
|
|
19
|
+
management_group_id: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a GroupQuotaSubscription resource.
|
|
22
22
|
:param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
23
|
-
:param pulumi.Input[str]
|
|
23
|
+
:param pulumi.Input[str] management_group_id: Management Group Id.
|
|
24
24
|
"""
|
|
25
25
|
pulumi.set(__self__, "group_quota_name", group_quota_name)
|
|
26
|
-
pulumi.set(__self__, "
|
|
26
|
+
pulumi.set(__self__, "management_group_id", management_group_id)
|
|
27
27
|
|
|
28
28
|
@property
|
|
29
29
|
@pulumi.getter(name="groupQuotaName")
|
|
@@ -38,16 +38,16 @@ class GroupQuotaSubscriptionArgs:
|
|
|
38
38
|
pulumi.set(self, "group_quota_name", value)
|
|
39
39
|
|
|
40
40
|
@property
|
|
41
|
-
@pulumi.getter(name="
|
|
42
|
-
def
|
|
41
|
+
@pulumi.getter(name="managementGroupId")
|
|
42
|
+
def management_group_id(self) -> pulumi.Input[str]:
|
|
43
43
|
"""
|
|
44
44
|
Management Group Id.
|
|
45
45
|
"""
|
|
46
|
-
return pulumi.get(self, "
|
|
46
|
+
return pulumi.get(self, "management_group_id")
|
|
47
47
|
|
|
48
|
-
@
|
|
49
|
-
def
|
|
50
|
-
pulumi.set(self, "
|
|
48
|
+
@management_group_id.setter
|
|
49
|
+
def management_group_id(self, value: pulumi.Input[str]):
|
|
50
|
+
pulumi.set(self, "management_group_id", value)
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
class GroupQuotaSubscription(pulumi.CustomResource):
|
|
@@ -56,15 +56,15 @@ class GroupQuotaSubscription(pulumi.CustomResource):
|
|
|
56
56
|
resource_name: str,
|
|
57
57
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
58
58
|
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
59
|
-
|
|
59
|
+
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
60
60
|
__props__=None):
|
|
61
61
|
"""
|
|
62
|
-
This represents a Azure subscriptionId that is associated with a
|
|
62
|
+
This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
|
|
63
63
|
|
|
64
64
|
:param str resource_name: The name of the resource.
|
|
65
65
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
66
66
|
:param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
|
|
67
|
-
:param pulumi.Input[str]
|
|
67
|
+
:param pulumi.Input[str] management_group_id: Management Group Id.
|
|
68
68
|
"""
|
|
69
69
|
...
|
|
70
70
|
@overload
|
|
@@ -73,7 +73,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
|
|
|
73
73
|
args: GroupQuotaSubscriptionArgs,
|
|
74
74
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
75
75
|
"""
|
|
76
|
-
This represents a Azure subscriptionId that is associated with a
|
|
76
|
+
This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
|
|
77
77
|
|
|
78
78
|
:param str resource_name: The name of the resource.
|
|
79
79
|
:param GroupQuotaSubscriptionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -91,7 +91,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
|
|
|
91
91
|
resource_name: str,
|
|
92
92
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
93
93
|
group_quota_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
-
|
|
94
|
+
management_group_id: Optional[pulumi.Input[str]] = None,
|
|
95
95
|
__props__=None):
|
|
96
96
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
97
97
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -104,9 +104,9 @@ class GroupQuotaSubscription(pulumi.CustomResource):
|
|
|
104
104
|
if group_quota_name is None and not opts.urn:
|
|
105
105
|
raise TypeError("Missing required property 'group_quota_name'")
|
|
106
106
|
__props__.__dict__["group_quota_name"] = group_quota_name
|
|
107
|
-
if
|
|
108
|
-
raise TypeError("Missing required property '
|
|
109
|
-
__props__.__dict__["
|
|
107
|
+
if management_group_id is None and not opts.urn:
|
|
108
|
+
raise TypeError("Missing required property 'management_group_id'")
|
|
109
|
+
__props__.__dict__["management_group_id"] = management_group_id
|
|
110
110
|
__props__.__dict__["name"] = None
|
|
111
111
|
__props__.__dict__["properties"] = None
|
|
112
112
|
__props__.__dict__["system_data"] = None
|
|
@@ -22,7 +22,7 @@ __all__ = [
|
|
|
22
22
|
@pulumi.output_type
|
|
23
23
|
class AdditionalAttributesResponse(dict):
|
|
24
24
|
"""
|
|
25
|
-
Additional attribute to allow subscriptions to be part of the GroupQuota.
|
|
25
|
+
Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota.
|
|
26
26
|
"""
|
|
27
27
|
@staticmethod
|
|
28
28
|
def __key_warning(key: str):
|
|
@@ -45,8 +45,8 @@ class AdditionalAttributesResponse(dict):
|
|
|
45
45
|
group_id: 'outputs.GroupingIdResponse',
|
|
46
46
|
environment: Optional[Any] = None):
|
|
47
47
|
"""
|
|
48
|
-
Additional attribute to allow subscriptions to be part of the GroupQuota.
|
|
49
|
-
:param 'GroupingIdResponse' group_id: The grouping Id for the group quota. It can be
|
|
48
|
+
Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota.
|
|
49
|
+
:param 'GroupingIdResponse' group_id: The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable.
|
|
50
50
|
"""
|
|
51
51
|
pulumi.set(__self__, "group_id", group_id)
|
|
52
52
|
if environment is not None:
|
|
@@ -56,7 +56,7 @@ class AdditionalAttributesResponse(dict):
|
|
|
56
56
|
@pulumi.getter(name="groupId")
|
|
57
57
|
def group_id(self) -> 'outputs.GroupingIdResponse':
|
|
58
58
|
"""
|
|
59
|
-
The grouping Id for the group quota. It can be
|
|
59
|
+
The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable.
|
|
60
60
|
"""
|
|
61
61
|
return pulumi.get(self, "group_id")
|
|
62
62
|
|
|
@@ -147,7 +147,7 @@ class GroupQuotasEntityBaseResponse(dict):
|
|
|
147
147
|
"""
|
|
148
148
|
Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
|
|
149
149
|
:param str provisioning_state: Provisioning state of the operation.
|
|
150
|
-
:param 'AdditionalAttributesResponse' additional_attributes: Additional attributes to
|
|
150
|
+
:param 'AdditionalAttributesResponse' additional_attributes: Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds.
|
|
151
151
|
:param str display_name: Display name of the GroupQuota entity.
|
|
152
152
|
"""
|
|
153
153
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
@@ -168,7 +168,7 @@ class GroupQuotasEntityBaseResponse(dict):
|
|
|
168
168
|
@pulumi.getter(name="additionalAttributes")
|
|
169
169
|
def additional_attributes(self) -> Optional['outputs.AdditionalAttributesResponse']:
|
|
170
170
|
"""
|
|
171
|
-
Additional attributes to
|
|
171
|
+
Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "additional_attributes")
|
|
174
174
|
|
|
@@ -184,7 +184,7 @@ class GroupQuotasEntityBaseResponse(dict):
|
|
|
184
184
|
@pulumi.output_type
|
|
185
185
|
class GroupingIdResponse(dict):
|
|
186
186
|
"""
|
|
187
|
-
The grouping Id for the group quota. It can be
|
|
187
|
+
The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable.
|
|
188
188
|
"""
|
|
189
189
|
@staticmethod
|
|
190
190
|
def __key_warning(key: str):
|
|
@@ -207,9 +207,9 @@ class GroupingIdResponse(dict):
|
|
|
207
207
|
grouping_id_type: Optional[str] = None,
|
|
208
208
|
value: Optional[str] = None):
|
|
209
209
|
"""
|
|
210
|
-
The grouping Id for the group quota. It can be
|
|
211
|
-
:param str grouping_id_type: GroupingId type. It is a required property. More types of groupIds can be supported in future.
|
|
212
|
-
:param str value: GroupId value based on the groupingType selected -
|
|
210
|
+
The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable.
|
|
211
|
+
:param str grouping_id_type: GroupingId type. It is a required property. More types of groupIds can be supported in future.
|
|
212
|
+
:param str value: GroupId value based on the groupingType selected - Billing Id or ServiceTreeId.
|
|
213
213
|
"""
|
|
214
214
|
if grouping_id_type is not None:
|
|
215
215
|
pulumi.set(__self__, "grouping_id_type", grouping_id_type)
|
|
@@ -220,7 +220,7 @@ class GroupingIdResponse(dict):
|
|
|
220
220
|
@pulumi.getter(name="groupingIdType")
|
|
221
221
|
def grouping_id_type(self) -> Optional[str]:
|
|
222
222
|
"""
|
|
223
|
-
GroupingId type. It is a required property. More types of groupIds can be supported in future.
|
|
223
|
+
GroupingId type. It is a required property. More types of groupIds can be supported in future.
|
|
224
224
|
"""
|
|
225
225
|
return pulumi.get(self, "grouping_id_type")
|
|
226
226
|
|
|
@@ -228,7 +228,7 @@ class GroupingIdResponse(dict):
|
|
|
228
228
|
@pulumi.getter
|
|
229
229
|
def value(self) -> Optional[str]:
|
|
230
230
|
"""
|
|
231
|
-
GroupId value based on the groupingType selected -
|
|
231
|
+
GroupId value based on the groupingType selected - Billing Id or ServiceTreeId.
|
|
232
232
|
"""
|
|
233
233
|
return pulumi.get(self, "value")
|
|
234
234
|
|
|
@@ -125,7 +125,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
|
|
|
125
125
|
Get Private Endpoint Connection. This call is made by Backup Admin.
|
|
126
126
|
Azure REST API version: 2023-04-01.
|
|
127
127
|
|
|
128
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
128
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
:param str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
@@ -158,7 +158,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
|
|
|
158
158
|
Get Private Endpoint Connection. This call is made by Backup Admin.
|
|
159
159
|
Azure REST API version: 2023-04-01.
|
|
160
160
|
|
|
161
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
161
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
:param str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
@@ -129,7 +129,7 @@ def get_protected_item(container_name: Optional[str] = None,
|
|
|
129
129
|
call the GetItemOperationResult API.
|
|
130
130
|
Azure REST API version: 2023-04-01.
|
|
131
131
|
|
|
132
|
-
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01.
|
|
132
|
+
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
:param str container_name: Container name associated with the backed up item.
|
|
@@ -172,7 +172,7 @@ def get_protected_item_output(container_name: Optional[pulumi.Input[str]] = None
|
|
|
172
172
|
call the GetItemOperationResult API.
|
|
173
173
|
Azure REST API version: 2023-04-01.
|
|
174
174
|
|
|
175
|
-
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01.
|
|
175
|
+
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
:param str container_name: Container name associated with the backed up item.
|
|
@@ -126,7 +126,7 @@ def get_protection_container(container_name: Optional[str] = None,
|
|
|
126
126
|
Gets details of the specific container registered to your Recovery Services Vault.
|
|
127
127
|
Azure REST API version: 2023-04-01.
|
|
128
128
|
|
|
129
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
129
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
:param str container_name: Name of the container whose details need to be fetched.
|
|
@@ -162,7 +162,7 @@ def get_protection_container_output(container_name: Optional[pulumi.Input[str]]
|
|
|
162
162
|
Gets details of the specific container registered to your Recovery Services Vault.
|
|
163
163
|
Azure REST API version: 2023-04-01.
|
|
164
164
|
|
|
165
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
165
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
:param str container_name: Name of the container whose details need to be fetched.
|
|
@@ -127,7 +127,7 @@ def get_protection_intent(fabric_name: Optional[str] = None,
|
|
|
127
127
|
call the GetItemOperationResult API.
|
|
128
128
|
Azure REST API version: 2023-04-01.
|
|
129
129
|
|
|
130
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
130
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
:param str fabric_name: Fabric name associated with the backed up item.
|
|
@@ -164,7 +164,7 @@ def get_protection_intent_output(fabric_name: Optional[pulumi.Input[str]] = None
|
|
|
164
164
|
call the GetItemOperationResult API.
|
|
165
165
|
Azure REST API version: 2023-04-01.
|
|
166
166
|
|
|
167
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
167
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
:param str fabric_name: Fabric name associated with the backed up item.
|
|
@@ -126,7 +126,7 @@ def get_protection_policy(policy_name: Optional[str] = None,
|
|
|
126
126
|
operation. Status of the operation can be fetched using GetPolicyOperationResult API.
|
|
127
127
|
Azure REST API version: 2023-04-01.
|
|
128
128
|
|
|
129
|
-
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01.
|
|
129
|
+
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
:param str policy_name: Backup policy information to be fetched.
|
|
@@ -160,7 +160,7 @@ def get_protection_policy_output(policy_name: Optional[pulumi.Input[str]] = None
|
|
|
160
160
|
operation. Status of the operation can be fetched using GetPolicyOperationResult API.
|
|
161
161
|
Azure REST API version: 2023-04-01.
|
|
162
162
|
|
|
163
|
-
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01.
|
|
163
|
+
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
:param str policy_name: Backup policy information to be fetched.
|
|
@@ -122,7 +122,7 @@ def get_resource_guard_proxy(resource_group_name: Optional[str] = None,
|
|
|
122
122
|
Returns ResourceGuardProxy under vault and with the name referenced in request
|
|
123
123
|
Azure REST API version: 2023-04-01.
|
|
124
124
|
|
|
125
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
125
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
@@ -154,7 +154,7 @@ def get_resource_guard_proxy_output(resource_group_name: Optional[pulumi.Input[s
|
|
|
154
154
|
Returns ResourceGuardProxy under vault and with the name referenced in request
|
|
155
155
|
Azure REST API version: 2023-04-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
157
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str resource_group_name: The name of the resource group where the recovery services vault is present.
|
|
@@ -149,7 +149,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
149
149
|
Private Endpoint Connection Response Properties
|
|
150
150
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
151
151
|
|
|
152
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
152
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
153
153
|
|
|
154
154
|
:param str resource_name: The name of the resource.
|
|
155
155
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -171,7 +171,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
171
171
|
Private Endpoint Connection Response Properties
|
|
172
172
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
174
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
175
175
|
|
|
176
176
|
:param str resource_name: The name of the resource.
|
|
177
177
|
:param PrivateEndpointConnectionInitArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -217,7 +217,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
217
217
|
__props__.__dict__["vault_name"] = vault_name
|
|
218
218
|
__props__.__dict__["name"] = None
|
|
219
219
|
__props__.__dict__["type"] = None
|
|
220
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20200202:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20201001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20201201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:PrivateEndpointConnection")])
|
|
220
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20200202:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20201001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20201201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:recoveryservices/v20240201:PrivateEndpointConnection")])
|
|
221
221
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
222
222
|
super(PrivateEndpointConnection, __self__).__init__(
|
|
223
223
|
'azure-native:recoveryservices:PrivateEndpointConnection',
|
|
@@ -181,7 +181,7 @@ class ProtectedItem(pulumi.CustomResource):
|
|
|
181
181
|
Base class for backup items.
|
|
182
182
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
183
183
|
|
|
184
|
-
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01.
|
|
184
|
+
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
185
185
|
|
|
186
186
|
:param str resource_name: The name of the resource.
|
|
187
187
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -205,7 +205,7 @@ class ProtectedItem(pulumi.CustomResource):
|
|
|
205
205
|
Base class for backup items.
|
|
206
206
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
207
207
|
|
|
208
|
-
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01.
|
|
208
|
+
Other available API versions: 2016-06-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
209
209
|
|
|
210
210
|
:param str resource_name: The name of the resource.
|
|
211
211
|
:param ProtectedItemArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -259,7 +259,7 @@ class ProtectedItem(pulumi.CustomResource):
|
|
|
259
259
|
__props__.__dict__["vault_name"] = vault_name
|
|
260
260
|
__props__.__dict__["name"] = None
|
|
261
261
|
__props__.__dict__["type"] = None
|
|
262
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20160601:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20190513:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20190615:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20201001:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20201201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ProtectedItem")])
|
|
262
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20160601:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20190513:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20190615:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20201001:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20201201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ProtectedItem"), pulumi.Alias(type_="azure-native:recoveryservices/v20240201:ProtectedItem")])
|
|
263
263
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
264
264
|
super(ProtectedItem, __self__).__init__(
|
|
265
265
|
'azure-native:recoveryservices:ProtectedItem',
|
|
@@ -165,7 +165,7 @@ class ProtectionContainer(pulumi.CustomResource):
|
|
|
165
165
|
Base class for container with backup items. Containers with specific workloads are derived from this class.
|
|
166
166
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
168
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
169
169
|
|
|
170
170
|
:param str resource_name: The name of the resource.
|
|
171
171
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -188,7 +188,7 @@ class ProtectionContainer(pulumi.CustomResource):
|
|
|
188
188
|
Base class for container with backup items. Containers with specific workloads are derived from this class.
|
|
189
189
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
190
190
|
|
|
191
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
191
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
192
192
|
|
|
193
193
|
:param str resource_name: The name of the resource.
|
|
194
194
|
:param ProtectionContainerArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -238,7 +238,7 @@ class ProtectionContainer(pulumi.CustomResource):
|
|
|
238
238
|
__props__.__dict__["vault_name"] = vault_name
|
|
239
239
|
__props__.__dict__["name"] = None
|
|
240
240
|
__props__.__dict__["type"] = None
|
|
241
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20161201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20201001:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20201201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ProtectionContainer")])
|
|
241
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20161201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20201001:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20201201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ProtectionContainer"), pulumi.Alias(type_="azure-native:recoveryservices/v20240201:ProtectionContainer")])
|
|
242
242
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
243
243
|
super(ProtectionContainer, __self__).__init__(
|
|
244
244
|
'azure-native:recoveryservices:ProtectionContainer',
|
|
@@ -165,7 +165,7 @@ class ProtectionIntent(pulumi.CustomResource):
|
|
|
165
165
|
Base class for backup ProtectionIntent.
|
|
166
166
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
168
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
169
169
|
|
|
170
170
|
:param str resource_name: The name of the resource.
|
|
171
171
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -188,7 +188,7 @@ class ProtectionIntent(pulumi.CustomResource):
|
|
|
188
188
|
Base class for backup ProtectionIntent.
|
|
189
189
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-02-01.
|
|
190
190
|
|
|
191
|
-
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01.
|
|
191
|
+
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01.
|
|
192
192
|
|
|
193
193
|
:param str resource_name: The name of the resource.
|
|
194
194
|
:param ProtectionIntentArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -238,7 +238,7 @@ class ProtectionIntent(pulumi.CustomResource):
|
|
|
238
238
|
__props__.__dict__["vault_name"] = vault_name
|
|
239
239
|
__props__.__dict__["name"] = None
|
|
240
240
|
__props__.__dict__["type"] = None
|
|
241
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20170701:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ProtectionIntent")])
|
|
241
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices/v20170701:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210201preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220601preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220901preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20220930preview:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ProtectionIntent"), pulumi.Alias(type_="azure-native:recoveryservices/v20240201:ProtectionIntent")])
|
|
242
242
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
243
243
|
super(ProtectionIntent, __self__).__init__(
|
|
244
244
|
'azure-native:recoveryservices:ProtectionIntent',
|