Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecoverDeletedKeyPollOperationState

Package version

interface

An interface representing the state of a delete key's poll operation

Hierarchy

  • PollOperationState<KeyVaultKey>
    • RecoverDeletedKeyPollOperationState

Index

Properties

client

client: KeyClientInterface

An interface representing a KeyClient. For internal use.

Optional error

error: Error

Optional isCancelled

isCancelled: undefined | false | true

Optional isCompleted

isCompleted: undefined | false | true

Optional isStarted

isStarted: undefined | false | true

name

name: string

The name of the key.

Optional requestOptions

requestOptions: RequestOptionsBase

Options for the core-http requests.

Optional result

result: TResult

Generated using TypeDoc