EnrollmentGroup.ProvisioningStatus Property

Definition

The provisioning status.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="provisioningStatus")]
public Microsoft.Azure.Devices.Provisioning.Service.ProvisioningStatus? ProvisioningStatus { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="provisioningStatus")>]
member this.ProvisioningStatus : Nullable<Microsoft.Azure.Devices.Provisioning.Service.ProvisioningStatus> with get, set
Public Property ProvisioningStatus As Nullable(Of ProvisioningStatus)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to