Azure Sql Protection Policy Response
data class AzureSqlProtectionPolicyResponse(val backupManagementType: String, val protectedItemsCount: Int? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null)
Azure SQL workload-specific backup policy.
Constructors
Link copied to clipboard
constructor(backupManagementType: String, protectedItemsCount: Int? = null, retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null)