CloudPool.AllocationState Property

Definition

Gets or sets whether the Pool is resizing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'steady', 'resizing', 'stopping'

Applies to