ProtectionPolicy interface
Base class for backup policy. Workload-specific backup policies are derived from this class.
Properties
backup |
Polymorphic discriminator, which specifies the different types this object can be |
protected |
Number of items associated with this policy. |
resource |
ResourceGuard Operation Requests |
Property Details
backupManagementType
Polymorphic discriminator, which specifies the different types this object can be
backupManagementType: "AzureStorage" | "AzureIaasVM" | "AzureSql" | "AzureWorkload" | "GenericProtectionPolicy" | "MAB"
Property Value
"AzureStorage" | "AzureIaasVM" | "AzureSql" | "AzureWorkload" | "GenericProtectionPolicy" | "MAB"
protectedItemsCount
Number of items associated with this policy.
protectedItemsCount?: number
Property Value
number
resourceGuardOperationRequests
ResourceGuard Operation Requests
resourceGuardOperationRequests?: string[]
Property Value
string[]