Freigeben über


BackupPolicyMigrationState Class

Definition

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

public class BackupPolicyMigrationState : Azure.Provisioning.Primitives.ProvisioningConstruct
type BackupPolicyMigrationState = class
    inherit ProvisioningConstruct
Public Class BackupPolicyMigrationState
Inherits ProvisioningConstruct
Inheritance
BackupPolicyMigrationState

Constructors

BackupPolicyMigrationState()

Creates a new BackupPolicyMigrationState.

Properties

StartOn

Time at which the backup policy migration started (ISO-8601 format).

Status

Describes the status of migration between backup policy types.

TargetType

Describes the target backup policy type of the backup policy migration.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to