Share via


CloudTaskUpdateParameters.Constraints Property

 

Optional. Gets or sets constraints that apply to this task. If omitted, the task is given the default constraints.

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

Syntax

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

Property Value

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

See Also

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

Return to top