Share via


Pool.ProvisioningState Property

Definition

Gets the current state of the pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'Succeeded', 'Deleting'

Applies to