CloudJob.PoolInfo Property

Definition

Gets or sets the Pool settings associated with the Job.

[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