Share via


AccountResource.ProvisioningState Property

 

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

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "properties.provisioningState")]
public Nullable<AccountProvisioningState> ProvisioningState { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "properties.provisioningState")]
property Nullable<AccountProvisioningState> ProvisioningState {
    Nullable<AccountProvisioningState> get();
    void set(Nullable<AccountProvisioningState> value);
}
[<JsonPropertyAttribute(PropertyName = "properties.provisioningState")>]
member ProvisioningState : Nullable<AccountProvisioningState> with get, set
<JsonPropertyAttribute(PropertyName := "properties.provisioningState")>
Public Property ProvisioningState As Nullable(Of AccountProvisioningState)

Property Value

Type: System.Nullable<AccountProvisioningState>

See Also

AccountResource Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top