AppServiceCertificateOrderPatchResource.ProvisioningState Property

Definition

Gets status of certificate order. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.WebSites.Models.ProvisioningState? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.WebSites.Models.ProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of ProvisioningState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to