共用方式為


CertificateProvisioningState 列舉

定義

定義 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
繼承
CertificateProvisioningState
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

Deleting 1

使用者已要求刪除憑證,但刪除作業尚未完成。 建立或更新集區時,您可能不會參考憑證。

Failed 2

使用者要求刪除憑證,但有集區仍具有憑證的參考,或仍安裝在一或多個計算節點上。 (如果憑證已從集區中移除,但節點尚未重新開機,就會發生後者。節點只有在重新開機時才會重新整理其憑證。) 您可以使用取消憑證刪除作業來取消刪除,或刪除憑證作業重試刪除。

Succeeded 0

憑證可用於集區。

適用於