共用方式為


DataBoxEdgeMoveRequest Constructors

Definition

Overloads

DataBoxEdgeMoveRequest()

Initializes a new instance of the DataBoxEdgeMoveRequest class.

DataBoxEdgeMoveRequest(String, IList<String>)

Initializes a new instance of the DataBoxEdgeMoveRequest class.

DataBoxEdgeMoveRequest()

Initializes a new instance of the DataBoxEdgeMoveRequest class.

public DataBoxEdgeMoveRequest ();
Public Sub New ()

Applies to

DataBoxEdgeMoveRequest(String, IList<String>)

Initializes a new instance of the DataBoxEdgeMoveRequest class.

public DataBoxEdgeMoveRequest (string targetResourceGroup, System.Collections.Generic.IList<string> resources);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeMoveRequest : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeMoveRequest
Public Sub New (targetResourceGroup As String, resources As IList(Of String))

Parameters

targetResourceGroup
String

Target resource group ARMId

resources
IList<String>

List of resources to be moved

Applies to