共用方式為


SetupTask 建構函式

定義

多載

SetupTask()

初始化 SetupTask 類別的新實例。

SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)

初始化 SetupTask 類別的新實例。

SetupTask()

初始化 SetupTask 類別的新實例。

public SetupTask ();
Public Sub New ()

適用於

SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)

初始化 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)

參數

commandLine
String

命令列。

stdOutErrPathPrefix
String

輸出路徑前置詞。

environmentVariables
IList<EnvironmentVariable>

環境變數。

stdOutErrPathSuffix
String

輸出路徑尾碼。

適用於