Certificate.PreviousState プロパティ

定義

証明書の以前の状態を取得します。

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)

プロパティ値

注釈

証明書が初期状態 Active の場合、PreviousState プロパティは定義されません。

適用対象