Compartilhar via


CloudPool.AllocationState Propriedade

Definição

Obtém ou define se o Pool está redimensionando.

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis incluem: 'estável', 'redimensionamento', 'stop'

Aplica-se a