AzureVmWorkloadProtectionPolicy interface
Azure VM (Mercury) workload-specific backup policy.
- Extends
Properties
| backup |
Polymorphic discriminator, which specifies the different types this object can be |
| make |
Fix the policy inconsistency |
| settings | Common settings for the backup management |
| sub |
List of sub-protection policies which includes schedule and retention |
| work |
Type of workload for the backup management |
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: "AzureWorkload"
Property Value
"AzureWorkload"
makePolicyConsistent
Fix the policy inconsistency
makePolicyConsistent?: boolean
Property Value
boolean
settings
subProtectionPolicy
List of sub-protection policies which includes schedule and retention
subProtectionPolicy?: SubProtectionPolicy[]
Property Value
workLoadType
Type of workload for the backup management
workLoadType?: 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