JobPreparation.CommandLine 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定命令列。
[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 將會在與作業相同的容器中執行。 否則,它會在節點上執行。