Bagikan melalui


InputDirectory Constructors

Definition

Overloads

InputDirectory()

Initializes a new instance of the InputDirectory class.

InputDirectory(String, String)

Initializes a new instance of the InputDirectory class.

InputDirectory()

Initializes a new instance of the InputDirectory class.

public InputDirectory ();
Public Sub New ()

Applies to

InputDirectory(String, String)

Initializes a new instance of the InputDirectory class.

public InputDirectory (string id, string path);
new Microsoft.Azure.Management.BatchAI.Models.InputDirectory : string * string -> Microsoft.Azure.Management.BatchAI.Models.InputDirectory
Public Sub New (id As String, path As String)

Parameters

id
String

ID.

path
String

Path.

Applies to