Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecoverDeletedSecretPollOperationState

Package version

interface

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

Hierarchy

Index

Properties

client

client: SecretClientInterface

An interface representing a SecretClient. 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 secret.

Optional requestOptions

requestOptions: RequestOptionsBase

Options for the core-http requests.

Optional result

result: TResult

Generated using TypeDoc