PSEnrollmentGroup.ProvisioningStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The provisioning status.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="provisioningStatus")]
public Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus ProvisioningStatus { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="provisioningStatus")>]
member this.ProvisioningStatus : Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus with get, set
Public Property ProvisioningStatus As PSProvisioningStatus
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute