Share via


CloudJobUpdateParameters.Constraints Property

 

Optional. Gets or sets the execution constraints for the job. If omitted, the job is given the default execution constraints.

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

Syntax

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

Property Value

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

See Also

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

Return to top