KeyVaultCertificatePollOperationState interface
An interface representing the public shape of the state of a Key Vault Certificate Poller's operations.
- Extends
-
@azure/core-lro.PollOperationState<TResult>
Properties
certificate |
The name of the certificate. |
Inherited Properties
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
certificateName
The name of the certificate.
certificateName: string
Property Value
string
Inherited Property Details
error
Will exist if the operation encountered any error.
error?: Error
Property Value
Error
Inherited From PollOperationState.error
isCancelled
True if the operation has been cancelled.
isCancelled?: boolean
Property Value
boolean
Inherited From PollOperationState.isCancelled
isCompleted
True if the operation has been completed.
isCompleted?: boolean
Property Value
boolean
Inherited From PollOperationState.isCompleted
isStarted
True if the operation has started.
isStarted?: boolean
Property Value
boolean
Inherited From PollOperationState.isStarted
result
Will exist if the operation concluded in a result of an expected type.
result?: TResult
Property Value
TResult
Inherited From PollOperationState.result