Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BeginDeleteSecretOptions interface
- Package:
- @azure/keyvault-secrets
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 |
| 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
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From SecretPollerOptions.tracingOptions
