Share via


BatchCertificateState.DeleteFailed Property

Definition

The user requested that the Certificate be deleted, but there are Pools that still have references to the Certificate, or it is still installed on one or more Nodes. (The latter can occur if the Certificate has been removed from the Pool, but the Compute Node has not yet restarted. Compute Nodes refresh their Certificates only when they restart.) You may use the cancel Certificate delete operation to cancel the delete, or the delete Certificate operation to retry the delete.

public static Azure.Compute.Batch.BatchCertificateState DeleteFailed { get; }
static member DeleteFailed : Azure.Compute.Batch.BatchCertificateState
Public Shared ReadOnly Property DeleteFailed As BatchCertificateState

Property Value

Applies to