你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSIndividualEnrollment.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.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

Applies to