Share via


CloudPoolUpdatePropertiesParameters.StartTask Property

 

Optional. Gets or sets a task to run on each compute node as it joins the pool. If omitted, any existing start task is removed from the pool.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public StartTask StartTask { get; set; }
public:
property StartTask^ StartTask {
    StartTask^ get();
    void set(StartTask^ value);
}
member StartTask : StartTask with get, set
Public Property StartTask As StartTask

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.StartTask

See Also

CloudPoolUpdatePropertiesParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top