BeginDeleteSecretOptions interface

An interface representing the optional parameters that can be passed to beginDeleteSecret(string, BeginDeleteSecretOptions)

Extends

Inherited Properties

abortSignal

The signal which can be used to abort requests.

intervalInMs

Time between each polling in milliseconds.

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 SecretPollerOptions.abortSignal

intervalInMs

Time between each polling in milliseconds.

intervalInMs?: number

Property Value

number

Inherited From SecretPollerOptions.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 SecretPollerOptions.onResponse

requestOptions

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

requestOptions?: OperationRequestOptions

Property Value

Inherited From SecretPollerOptions.requestOptions

resumeFrom

A serialized poller, used to resume an existing operation

resumeFrom?: string

Property Value

string

Inherited From SecretPollerOptions.resumeFrom

serializerOptions

Options to override serialization/de-serialization behavior.

serializerOptions?: SerializerOptions

Property Value

Inherited From SecretPollerOptions.serializerOptions

tracingOptions

Options used when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From SecretPollerOptions.tracingOptions