Aracılığıyla paylaş


Certificate.State Property

Definition

Gets or sets the current state of the Certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Batch.Protocol.Models.CertificateState? State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.Batch.Protocol.Models.CertificateState> with get, set
Public Property State As Nullable(Of CertificateState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'active', 'deleting', 'deleteFailed'

Applies to