KeyVaultRestoreOperationState interface
An interface representing the publicly available properties of the state of a restore Key Vault's poll operation.
- Extends
Inherited Properties
end |
The end time of the restore operation in UTC |
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. |
job |
Identifier for the full restore operation. |
result | Will exist if the operation concluded in a result of an expected type. |
start |
The start time of the restore operation in UTC |
status | Status of the restore operation. |
status |
The status details of restore operation. |
Inherited Property Details
endTime
The end time of the restore operation in UTC
endTime?: Date
Property Value
Date
Inherited From KeyVaultAdminPollOperationState.endTime
error
Will exist if the operation encountered any error.
error?: Error
Property Value
Error
Inherited From KeyVaultAdminPollOperationState.error
isCancelled
True if the operation has been cancelled.
isCancelled?: boolean
Property Value
boolean
Inherited From KeyVaultAdminPollOperationState.isCancelled
isCompleted
True if the operation has been completed.
isCompleted?: boolean
Property Value
boolean
Inherited From KeyVaultAdminPollOperationState.isCompleted
isStarted
True if the operation has started.
isStarted?: boolean
Property Value
boolean
Inherited From KeyVaultAdminPollOperationState.isStarted
jobId
Identifier for the full restore operation.
jobId?: string
Property Value
string
Inherited From KeyVaultAdminPollOperationState.jobId
result
Will exist if the operation concluded in a result of an expected type.
result?: KeyVaultRestoreResult
Property Value
Inherited From KeyVaultAdminPollOperationState.result
startTime
The start time of the restore operation in UTC
startTime?: Date
Property Value
Date
Inherited From KeyVaultAdminPollOperationState.startTime
status
Status of the restore operation.
status?: string
Property Value
string
Inherited From KeyVaultAdminPollOperationState.status
statusDetails
The status details of restore operation.
statusDetails?: string
Property Value
string
Inherited From KeyVaultAdminPollOperationState.statusDetails