Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackupPoller

Package version

Class that creates a poller that waits until the backup of a Key Vault ends up being generated.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new BackupPoller(options: BackupPollerOptions): BackupPoller

Properties

intervalInMs

intervalInMs: number = 2000

Defines how much time the poller is going to wait before making a new request to the service.

Methods

delay

  • delay(): Promise<void>

getOperationState

Generated using TypeDoc