Pool.StartTask Property

Definition

Gets or sets a task specified to run on each compute node as it joins the pool.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.

Applies to