Condividi tramite


MoveCollection Constructors

Definition

Overloads

MoveCollection()

Initializes a new instance of the MoveCollection class.

MoveCollection(String, String, String, String, IDictionary<String,String>, String, Identity, MoveCollectionProperties, SystemData)

Initializes a new instance of the MoveCollection class.

MoveCollection()

Initializes a new instance of the MoveCollection class.

public MoveCollection ();
Public Sub New ()

Applies to

MoveCollection(String, String, String, String, IDictionary<String,String>, String, Identity, MoveCollectionProperties, SystemData)

Initializes a new instance of the MoveCollection class.

public MoveCollection (string id = default, string name = default, string type = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.Identity identity = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollectionProperties properties = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollection : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.Identity * Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollectionProperties * Microsoft.Azure.Management.Migrate.ResourceMover.Models.SystemData -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional identity As Identity = Nothing, Optional properties As MoveCollectionProperties = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource.

name
String

The name of the resource

type
String

The type of the resource.

etag
String

The etag of the resource.

tags
IDictionary<String,String>

Resource tags.

location
String

The geo-location where the resource lives.

identity
Identity
systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

Applies to