GenericProtectionPolicy interface
Azure VM (Mercury) workload-specific backup policy.
- Extends
Properties
backup |
Polymorphic discriminator, which specifies the different types this object can be |
fabric |
Name of this policy's fabric. |
sub |
List of sub-protection policies which includes schedule and retention |
time |
TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". |
Inherited Properties
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: "GenericProtectionPolicy"
Property Value
"GenericProtectionPolicy"
fabricName
Name of this policy's fabric.
fabricName?: string
Property Value
string
subProtectionPolicy
List of sub-protection policies which includes schedule and retention
subProtectionPolicy?: SubProtectionPolicy[]
Property Value
timeZone
TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time".
timeZone?: string
Property Value
string
Inherited Property Details
protectedItemsCount
Number of items associated with this policy.
protectedItemsCount?: number
Property Value
number
Inherited From ProtectionPolicy.protectedItemsCount
resourceGuardOperationRequests
ResourceGuard Operation Requests
resourceGuardOperationRequests?: string[]
Property Value
string[]
Inherited From ProtectionPolicy.resourceGuardOperationRequests