Certificate.PreviousState Property

Definition

Gets the previous state of the certificate.

public Microsoft.Azure.Batch.Common.CertificateState? PreviousState { get; }
member this.PreviousState : Nullable<Microsoft.Azure.Batch.Common.CertificateState>
Public ReadOnly Property PreviousState As Nullable(Of CertificateState)

Property Value

Remarks

If the certificate is in its initial Active state, the PreviousState property is not defined.

Applies to