Compartilhar via


Pool.AllocationState Propriedade

Definição

Obtém se o pool está redimensionando.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis incluem: 'Steady', 'Resizing', 'Stop'

Aplica-se a