다음을 통해 공유


SetupTask 생성자

정의

오버로드

SetupTask()

SetupTask 클래스의 새 instance 초기화합니다.

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

SetupTask 클래스의 새 instance 초기화합니다.

SetupTask()

SetupTask 클래스의 새 instance 초기화합니다.

public SetupTask ();
Public Sub New ()

적용 대상

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

SetupTask 클래스의 새 instance 초기화합니다.

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

출력 경로 접미사입니다.

적용 대상