State Enum

Definition

Defines values for State.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum State
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type State = 
Public Enum State
Inheritance
State
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Deprovisioning 1
Failed 3
NetworkSourceDeleted 4
Provisioning 0
Succeeded 2

Applies to