Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyVaultAdminPollOperation<TState, TResult>

Package version

Common properties and methods of the Key Vault Admin Poller operations.

Type parameters

  • TState

  • TResult

Hierarchy

Implements

  • any

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

state

state: TState

Methods

cancel

  • cancel(): Promise<PollOperation<TState, TResult>>
  • Meant to reach to the service and cancel the Poller operation.

    Returns Promise<PollOperation<TState, TResult>>

toString

  • toString(): string

update

  • update(): Promise<PollOperation<TState, TResult>>
  • Meant to reach to the service and update the Poller operation.

    Returns Promise<PollOperation<TState, TResult>>

Generated using TypeDoc