SetupTask Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetupTask() |
Initialisiert eine neue instance der SetupTask-Klasse. |
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String) |
Initialisiert eine neue instance der SetupTask-Klasse. |
SetupTask()
Initialisiert eine neue instance der SetupTask-Klasse.
public SetupTask();
Public Sub New ()
Gilt für:
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)
Initialisiert eine neue instance der SetupTask-Klasse.
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)
Parameter
- commandLine
- String
Befehlszeile.
- stdOutErrPathPrefix
- String
Präfix des Ausgabepfads.
- environmentVariables
- IList<EnvironmentVariable>
Umgebungsvariablen.
- secrets
- IList<EnvironmentVariableWithSecretValue>
Geheimnisse.
- stdOutErrPathSuffix
- String
Ausgabepfadsuffix.
Gilt für:
Azure SDK for .NET