共用方式為


Pool.StartTask 屬性

定義

取得或設定指定在加入集區的每個計算節點上執行的工作。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.startTask")]
public Microsoft.Azure.Management.Batch.Models.StartTask StartTask { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.startTask")>]
member this.StartTask : Microsoft.Azure.Management.Batch.Models.StartTask with get, set
Public Property StartTask As StartTask

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

在 PATCH (更新) 作業中,這個屬性可以設定為空物件,以從集區中移除開始工作。

適用於