MoveResourceProperties Constructors

Definition

Overloads

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.

MoveResourceProperties()

Initializes a new instance of the MoveResourceProperties class.

public MoveResourceProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the MoveResourceProperties class.

public MoveResourceProperties (string sourceId, string provisioningState = default, string targetId = default, string existingTargetId = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings resourceSettings = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings sourceResourceSettings = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourcePropertiesMoveStatus moveStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceDependencyOverride> dependsOnOverrides = default, bool? isResolveRequired = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourcePropertiesErrors errors = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceProperties : string * string * string * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings * Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings * Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourcePropertiesMoveStatus * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceDependencyOverride> * Nullable<bool> * Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourcePropertiesErrors -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceProperties
Public Sub New (sourceId As String, Optional provisioningState As String = Nothing, Optional targetId As String = Nothing, Optional existingTargetId As String = Nothing, Optional resourceSettings As ResourceSettings = Nothing, Optional sourceResourceSettings As ResourceSettings = Nothing, Optional moveStatus As MoveResourcePropertiesMoveStatus = Nothing, Optional dependsOn As IList(Of MoveResourceDependency) = Nothing, Optional dependsOnOverrides As IList(Of MoveResourceDependencyOverride) = Nothing, Optional isResolveRequired As Nullable(Of Boolean) = Nothing, Optional errors As MoveResourcePropertiesErrors = Nothing)

Parameters

sourceId
String

Gets or sets the Source ARM Id of the resource.

provisioningState
String

Possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'

targetId
String

Gets or sets the Target ARM Id of the resource.

existingTargetId
String

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

resourceSettings
ResourceSettings

Gets or sets the resource settings.

sourceResourceSettings
ResourceSettings

Gets or sets the source resource settings.

moveStatus
MoveResourcePropertiesMoveStatus

Defines the move resource status.

dependsOn
IList<MoveResourceDependency>

Gets or sets the move resource dependencies.

dependsOnOverrides
IList<MoveResourceDependencyOverride>

Gets or sets the move resource dependencies overrides.

isResolveRequired
Nullable<Boolean>

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

errors
MoveResourcePropertiesErrors

Defines the move resource errors.

Applies to