Share via


KeyVaultAdminPollOperationState interface

An interface representing the state of a Key Vault Admin Poller's operation.

Properties

endTime

The end time of the restore operation in UTC

error

Will exist if the operation encountered any error.

isCompleted

isCompleted

isStarted

isStarted

jobId

Identifier for the full restore operation.

result

Will exist if the operation produced a result of the expected type.

startTime

The start time of the restore operation in UTC

status

Status of the restore operation.

statusDetails

The status details of restore operation.

Property Details

endTime

The end time of the restore operation in UTC

endTime?: Date

Property Value

Date

error

Will exist if the operation encountered any error.

error?: Error

Property Value

Error

isCompleted

isCompleted

isCompleted?: boolean

Property Value

boolean

isStarted

isStarted

isStarted?: boolean

Property Value

boolean

jobId

Identifier for the full restore operation.

jobId?: string

Property Value

string

result

Will exist if the operation produced a result of the expected type.

result?: TResult

Property Value

TResult

startTime

The start time of the restore operation in UTC

startTime?: Date

Property Value

Date

status

Status of the restore operation.

status: string

Property Value

string

statusDetails

The status details of restore operation.

statusDetails?: string

Property Value

string