Compartir a través de


CloudPool.AllocationState Propiedad

Definición

Obtiene o establece si el grupo cambia el tamaño.

[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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "estable", "cambio de tamaño", "detención"

Se aplica a