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 子Shell 中以根目錄執行。

適用於