JobPreparation.CommandLine 속성

정의

명령줄을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="commandLine")]
public string CommandLine { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="commandLine")>]
member this.CommandLine : string with get, set
Public Property CommandLine As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

실행할 명령줄입니다. containerSettings가 작업에 지정된 경우 이 commandLine은 작업과 동일한 컨테이너에서 실행됩니다. 그렇지 않으면 노드에서 실행됩니다.

적용 대상