KeyVaultAdminPollOperationState interface     
An interface representing the state of a Key Vault Admin Poller's operation.
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. | 
Property Details
		endTime
	 
	The end time of the restore operation in UTC
endTime?: DateProperty Value
Date
error
Will exist if the operation encountered any error.
error?: ErrorProperty Value
Error
		isCompleted
	 
	isCompleted
isCompleted?: booleanProperty Value
boolean
		isStarted
	 
	isStarted
isStarted?: booleanProperty Value
boolean
		jobId
	 
	Identifier for the full restore operation.
jobId?: stringProperty Value
string
result
Will exist if the operation produced a result of the expected type.
result?: TResultProperty Value
TResult
		startTime
	 
	The start time of the restore operation in UTC
startTime?: DateProperty Value
Date
status
Status of the restore operation.
status: stringProperty Value
string
		statusDetails
	 
	The status details of restore operation.
statusDetails?: stringProperty Value
string