Partager via


ProjectFile Constructors

Definition

Overloads

ProjectFile()

Initializes a new instance of the ProjectFile class.

ProjectFile(String, String, String, String, ProjectFileProperties)

Initializes a new instance of the ProjectFile class.

ProjectFile()

Initializes a new instance of the ProjectFile class.

public ProjectFile ();
Public Sub New ()

Applies to

ProjectFile(String, String, String, String, ProjectFileProperties)

Initializes a new instance of the ProjectFile class.

public ProjectFile (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.DataMigration.Models.ProjectFileProperties properties = default);
new Microsoft.Azure.Management.DataMigration.Models.ProjectFile : string * string * string * string * Microsoft.Azure.Management.DataMigration.Models.ProjectFileProperties -> Microsoft.Azure.Management.DataMigration.Models.ProjectFile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional properties As ProjectFileProperties = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

etag
String

HTTP strong entity tag value. This is ignored if submitted.

properties
ProjectFileProperties

Custom file properties

Applies to