共用方式為


CloudTask.Constraints Property

Definition

Gets or sets the execution constraints that apply to this Task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to