Partager via


CloudPool.State Propriété

Définition

Obtient ou définit l’état actuel du pool.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les valeurs possibles sont les suivantes : « active », « suppression »

S’applique à