Compartir a través de


Certificate.PreviousState Propiedad

Definición

Obtiene o establece el estado anterior del certificado.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Esta propiedad no se establece si el certificado está en su estado activo inicial. Entre los valores posibles se incluyen: 'active', 'deleting', 'deleteFailed'

Se aplica a