ProvisioningState Class

Definition

Defines values for ProvisioningState.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProvisioningState>))]
public class ProvisioningState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProvisioningState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProvisioningState>))>]
type ProvisioningState = class
    inherit ExpandableStringEnum<ProvisioningState>
Public Class ProvisioningState
Inherits ExpandableStringEnum(Of ProvisioningState)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ProvisioningState()

Fields

Accepted
Canceled
Created
Creating
Deleted
Deleting
Failed
NotSpecified
Ready
Running
Succeeded
Updating

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to