Share via


CertificateProvisioningState Enum

Definition

Defines values for CertificateProvisioningState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateProvisioningState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateProvisioningState = 
Public Enum CertificateProvisioningState
Inheritance
CertificateProvisioningState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Deleting 1

The user has requested that the certificate be deleted, but the delete operation has not yet completed. You may not reference the certificate when creating or updating pools.

Failed 2

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 compute nodes. (The latter can occur if the certificate has been removed from the pool, but the node has not yet restarted. 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.

Succeeded 0

The certificate is available for use in pools.

Applies to