Bagikan melalui


Certificate.ProvisioningState Property

Definition

Gets the provisioned state of the resource

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'Succeeded', 'Deleting', 'Failed'

Applies to