AzureSqlProtectionPolicyResponse

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)

Types

Link copied to clipboard
object Companion

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