CertificateOperationState interface
An interface representing the publicly available properties of the state of the CertificateOperationPoller.
- Extends
Properties
certificate |
The operation of the certificate |
Inherited Properties
certificate |
The name of the certificate. |
error | Will exist if the operation encountered any error. |
is |
True if the operation has been cancelled. |
is |
True if the operation has been completed. |
is |
True if the operation has started. |
result | Will exist if the operation concluded in a result of an expected type. |
Property Details
certificateOperation
The operation of the certificate
certificateOperation?: CertificateOperation
Property Value
Inherited Property Details
certificateName
The name of the certificate.
certificateName: string
Property Value
string
Inherited From KeyVaultCertificatePollOperationState.certificateName
error
Will exist if the operation encountered any error.
error?: Error
Property Value
Error
Inherited From KeyVaultCertificatePollOperationState.error
isCancelled
True if the operation has been cancelled.
isCancelled?: boolean
Property Value
boolean
Inherited From KeyVaultCertificatePollOperationState.isCancelled
isCompleted
True if the operation has been completed.
isCompleted?: boolean
Property Value
boolean
Inherited From KeyVaultCertificatePollOperationState.isCompleted
isStarted
True if the operation has started.
isStarted?: boolean
Property Value
boolean
Inherited From KeyVaultCertificatePollOperationState.isStarted
result
Will exist if the operation concluded in a result of an expected type.
result?: KeyVaultCertificateWithPolicy
Property Value
Inherited From KeyVaultCertificatePollOperationState.result