BatchAccount.ProvisioningState Property

Definition

Gets the provisioned state of the resource. Possible values include: 'Invalid', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Cancelled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to