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

Name Value Description
Provisioning 0
Deprovisioning 1
Succeeded 2
Failed 3
NetworkSourceDeleted 4

Applies to