共用方式為


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 將會在與作業相同的容器中執行。 否則,它會在節點上執行。

適用於