共用方式為


JobAddParameter.PoolInfo Property

Definition

Gets or sets the Pool on which the Batch service runs the Job's Tasks.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to