Partager via


Certificate.PreviousState Propriété

Définition

Obtient ou définit l’état précédent du certificat.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Cette propriété n’est pas définie si le certificat est dans son état actif initial. Les valeurs possibles sont les suivantes : 'active', 'delete', 'deleteFailed'

S’applique à