Compartir a través de


CloudPool.State Propiedad

Definición

Obtiene o establece el estado actual del grupo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "activo", "eliminación"

Se aplica a