AzureFileShareProtectionPolicy interface

AzureStorage backup policy.

Extends

Properties

backupManagementType

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

retentionPolicy

Retention policy with the details on backup copy retention ranges.

schedulePolicy

Backup schedule specified as part of backup policy.

timeZone

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

vaultRetentionPolicy

Retention policy with the details on hardened backup copy retention ranges.

workLoadType

Type of workload for the backup management

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: "AzureStorage"

Property Value

"AzureStorage"

retentionPolicy

Retention policy with the details on backup copy retention ranges.

retentionPolicy?: RetentionPolicyUnion

Property Value

schedulePolicy

Backup schedule specified as part of backup policy.

schedulePolicy?: SchedulePolicyUnion

Property Value

timeZone

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

timeZone?: string

Property Value

string

vaultRetentionPolicy

Retention policy with the details on hardened backup copy retention ranges.

vaultRetentionPolicy?: VaultRetentionPolicy

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