DBBackupPolicyPropertiesResponse

data class DBBackupPolicyPropertiesResponse(val backupManagementType: String, val makePolicyConsistent: Boolean? = null, val name: String, val protectedItemsCount: Int? = null, val resourceGuardOperationRequests: List<String>? = null, val settings: SettingsResponse? = null, val subProtectionPolicy: List<SubProtectionPolicyResponse>? = null, val workLoadType: String? = null)

Defines the policy properties for database backup.

Constructors

Link copied to clipboard
constructor(backupManagementType: String, makePolicyConsistent: Boolean? = null, name: String, protectedItemsCount: Int? = null, resourceGuardOperationRequests: List<String>? = null, settings: SettingsResponse? = null, subProtectionPolicy: List<SubProtectionPolicyResponse>? = null, workLoadType: String? = 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 'AzureWorkload'.

Link copied to clipboard

Fix the policy inconsistency

Link copied to clipboard

The name of the DB backup policy.

Link copied to clipboard

Number of items associated with this policy.

Link copied to clipboard

ResourceGuard Operation Requests

Link copied to clipboard

Common settings for the backup management

Link copied to clipboard

List of sub-protection policies which includes schedule and retention

Link copied to clipboard
val workLoadType: String? = null

Type of workload for the backup management