BeginDeleteKeyOptions interface

An interface representing the optional parameters that can be passed to beginDeleteKey(string, BeginDeleteKeyOptions)

Extends

Inherited Properties

abortSignal

The signal which can be used to abort requests.

intervalInMs

Time between each polling

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

requestOptions

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

resumeFrom

A serialized poller, used to resume an existing operation

serializerOptions

Options to override serialization/de-serialization behavior.

tracingOptions

Options used when tracing is enabled.

Inherited Property Details

abortSignal

The signal which can be used to abort requests.

abortSignal?: AbortSignalLike

Property Value

Inherited From KeyPollerOptions.abortSignal

intervalInMs

Time between each polling

intervalInMs?: number

Property Value

number

Inherited From KeyPollerOptions.intervalInMs

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

onResponse?: RawResponseCallback

Property Value

Inherited From KeyPollerOptions.onResponse

requestOptions

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

requestOptions?: OperationRequestOptions

Property Value

Inherited From KeyPollerOptions.requestOptions

resumeFrom

A serialized poller, used to resume an existing operation

resumeFrom?: string

Property Value

string

Inherited From KeyPollerOptions.resumeFrom

serializerOptions

Options to override serialization/de-serialization behavior.

serializerOptions?: SerializerOptions

Property Value

Inherited From KeyPollerOptions.serializerOptions

tracingOptions

Options used when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From KeyPollerOptions.tracingOptions