Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretPollerOptions

Package version

interface

An interface representing the optional parameters that can be passed to beginDeleteSecret and {@link beginRecoverDeletedKey}.

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional intervalInMs

intervalInMs: undefined | number

Time between each polling in milliseconds.

Optional requestOptions

requestOptions: OperationRequestOptions

Options used when creating and sending HTTP requests for this operation.

Optional resumeFrom

resumeFrom: undefined | string

A serialized poller, used to resume an existing operation

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Generated using TypeDoc