Share via


MoveResourceProperties Class

Definition

Defines the move resource properties.

public class MoveResourceProperties
type MoveResourceProperties = class
Public Class MoveResourceProperties
Inheritance
MoveResourceProperties

Constructors

MoveResourceProperties()

Initializes a new instance of the MoveResourceProperties class.

MoveResourceProperties(String, String, String, String, ResourceSettings, ResourceSettings, MoveResourcePropertiesMoveStatus, IList<MoveResourceDependency>, IList<MoveResourceDependencyOverride>, Nullable<Boolean>, MoveResourcePropertiesErrors)

Initializes a new instance of the MoveResourceProperties class.

Properties

DependsOn

Gets or sets the move resource dependencies.

DependsOnOverrides

Gets or sets the move resource dependencies overrides.

Errors

Gets defines the move resource errors.

ExistingTargetId

Gets or sets the existing target ARM Id of the resource.

IsResolveRequired

Gets a value indicating whether the resolve action is required over the move collection.

MoveStatus

Gets defines the move resource status.

ProvisioningState

Gets or sets possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'

ResourceSettings

Gets or sets the resource settings.

SourceId

Gets or sets the Source ARM Id of the resource.

SourceResourceSettings

Gets or sets the source resource settings.

TargetId

Gets or sets the Target ARM Id of the resource.

Applies to