共用方式為


CertificateOperationState interface

介面,表示 CertificateOperationPoller 狀態的公開可用屬性。

Extends

屬性

certificateOperation

憑證的作業

繼承的屬性

certificateName

憑證的名稱。

error

如果作業發生任何錯誤,將會存在。

isCancelled

如果作業已取消,則為 True。

isCompleted

如果作業已完成,則為 True。

isStarted

如果作業已啟動,則為 True。

result

如果作業在預期類型的結果中結束,將會存在。

屬性詳細資料

certificateOperation

憑證的作業

certificateOperation?: CertificateOperation

屬性值

繼承的屬性詳細資料

certificateName

憑證的名稱。

certificateName: string

屬性值

string

繼承自KeyVaultCertificatePollOperationState.certificateName

error

如果作業發生任何錯誤,將會存在。

error?: Error

屬性值

Error

繼承自KeyVaultCertificatePollOperationState.error

isCancelled

如果作業已取消,則為 True。

isCancelled?: boolean

屬性值

boolean

繼承自KeyVaultCertificatePollOperationState.isCancelled

isCompleted

如果作業已完成,則為 True。

isCompleted?: boolean

屬性值

boolean

繼承自KeyVaultCertificatePollOperationState.isCompleted

isStarted

如果作業已啟動,則為 True。

isStarted?: boolean

屬性值

boolean

繼承自KeyVaultCertificatePollOperationState.isStarted

result

如果作業在預期類型的結果中結束,將會存在。

result?: KeyVaultCertificateWithPolicy

屬性值

繼承自KeyVaultCertificatePollOperationState.result