SetupTask Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
SetupTask() |
Inicjuje nowe wystąpienie klasy SetupTask. |
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String) |
Inicjuje nowe wystąpienie klasy SetupTask. |
SetupTask()
Inicjuje nowe wystąpienie klasy SetupTask.
public SetupTask ();
Public Sub New ()
Dotyczy
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)
Inicjuje nowe wystąpienie klasy SetupTask.
public SetupTask (string commandLine, string stdOutErrPathPrefix, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> environmentVariables = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> secrets = default, string stdOutErrPathSuffix = default);
new Microsoft.Azure.Management.BatchAI.Models.SetupTask : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> * string -> Microsoft.Azure.Management.BatchAI.Models.SetupTask
Public Sub New (commandLine As String, stdOutErrPathPrefix As String, Optional environmentVariables As IList(Of EnvironmentVariable) = Nothing, Optional secrets As IList(Of EnvironmentVariableWithSecretValue) = Nothing, Optional stdOutErrPathSuffix As String = Nothing)
Parametry
- commandLine
- String
Wiersz polecenia.
- stdOutErrPathPrefix
- String
Prefiks ścieżki wyjściowej.
- environmentVariables
- IList<EnvironmentVariable>
Zmienne środowiskowe.
- secrets
- IList<EnvironmentVariableWithSecretValue>
Tajemnice.
- stdOutErrPathSuffix
- String
Sufiks ścieżki wyjściowej.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET