SetupTask.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

설명

할당되거나 다시 부팅된 후 각 클러스터의 노드에서 실행할 명령줄입니다. 명령은 bash 하위 셸에서 루트로 실행됩니다.

적용 대상