Compartir a través de


JobUpdateParameter.Constraints Propiedad

Definición

Obtiene o establece las restricciones de ejecución del trabajo.

[Newtonsoft.Json.JsonProperty(PropertyName="constraints")]
public Microsoft.Azure.Batch.Protocol.Models.JobConstraints Constraints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="constraints")>]
member this.Constraints : Microsoft.Azure.Batch.Protocol.Models.JobConstraints with get, set
Public Property Constraints As JobConstraints

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Si se omite, se borran las restricciones.

Se aplica a