GenericProtectionPolicy interface

Azure VM (Mercury) workload-specific backup policy.

Extends

Properties

backupManagementType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

fabricName

Name of this policy's fabric.

subProtectionPolicy

List of sub-protection policies which includes schedule and retention

timeZone

TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time".

Inherited Properties

protectedItemsCount

Number of items associated with this policy.

resourceGuardOperationRequests

ResourceGuard Operation Requests

Property Details

backupManagementType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

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