Udostępnij za pośrednictwem


EnvironmentVariable Konstruktory

Definicja

Przeciążenia

EnvironmentVariable()

Inicjuje nowe wystąpienie klasy EnvironmentVariable.

EnvironmentVariable(String, String)

Inicjuje nowe wystąpienie klasy EnvironmentVariable.

EnvironmentVariable()

Inicjuje nowe wystąpienie klasy EnvironmentVariable.

public EnvironmentVariable ();
Public Sub New ()

Dotyczy

EnvironmentVariable(String, String)

Inicjuje nowe wystąpienie klasy EnvironmentVariable.

public EnvironmentVariable (string name, string value);
new Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable : string * string -> Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable
Public Sub New (name As String, value As String)

Parametry

name
String

Nazwa.

value
String

Wartość.

Dotyczy