KeyVaultSelectiveKeyRestoreOperationState interface
An interface representing the publicly available properties of the state of a restore Key Vault's poll operation.
Inherited Properties
| end |
The end time of the restore operation in UTC |
| error | Will exist if the operation encountered any error. |
| is |
isCompleted |
| is |
isStarted |
| job |
Identifier for the full restore operation. |
| result | Will exist if the operation produced a result of the 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
isCompleted
isCompleted
isCompleted?: boolean
Property Value
boolean
Inherited From KeyVaultAdminPollOperationState.isCompleted
isStarted
isStarted
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 produced a result of the expected type.
result?: KeyVaultSelectiveKeyRestoreResult
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