Share via


CloudJobPatchParameters.Constraints Property

 

Optional. Gets or sets the execution constraints for the job. If omitted, the existing execution constraints are left unchanged.

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

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

Return to top