Certificate.DeleteCertificateError Property

Definition

Gets the error that occurred on the last attempt to delete this certificate.

public Microsoft.Azure.Batch.DeleteCertificateError DeleteCertificateError { get; }
member this.DeleteCertificateError : Microsoft.Azure.Batch.DeleteCertificateError
Public ReadOnly Property DeleteCertificateError As DeleteCertificateError

Property Value

Remarks

This property is null unless the certificate is in the DeleteFailed state.

Applies to