BackupPolicy interface

The object representing the policy for taking backups on an account.

Properties

migrationState

The object representing the state of the migration between the backup policies.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

migrationState

The object representing the state of the migration between the backup policies.

migrationState?: BackupPolicyMigrationState

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Periodic" | "Continuous"

Property Value

"Periodic" | "Continuous"