Azure Sql Protection Policy Args
data class AzureSqlProtectionPolicyArgs(val backupManagementType: Output<String>, val protectedItemsCount: Output<Int>? = null, val resourceGuardOperationRequests: Output<List<String>>? = null, val retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null) : ConvertibleToJava<AzureSqlProtectionPolicyArgs>
Azure SQL workload-specific backup policy.
Constructors
Link copied to clipboard
constructor(backupManagementType: Output<String>, protectedItemsCount: Output<Int>? = null, resourceGuardOperationRequests: Output<List<String>>? = null, retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null)
Properties
Link copied to clipboard
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'AzureSql'.
Link copied to clipboard
Number of items associated with this policy.
Link copied to clipboard
ResourceGuard Operation Requests
Link copied to clipboard
Retention policy details.