AzureSqlProtectionPolicyResponse

data class AzureSqlProtectionPolicyResponse(val backupManagementType: String, val protectedItemsCount: Int? = null, val resourceGuardOperationRequests: List<String>? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null)

Azure SQL workload-specific backup policy.

Constructors

Link copied to clipboard
constructor(backupManagementType: String, protectedItemsCount: Int? = null, resourceGuardOperationRequests: List<String>? = 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

ResourceGuard Operation Requests

Link copied to clipboard