ServiceSetPropertiesOptions interface
Options to configure the setProperties operation.
- Extends
abort |
An implementation of the |
tracing |
Options to configure spans created when tracing is enabled. |
An implementation of the AbortSignalLike
interface to signal the request to cancel the operation.
For example, use the @azure/abort-controller to create an AbortSignal
.
TypeScript
abortSignal?: AbortSignalLike
Property Value
Options to configure spans created when tracing is enabled.
TypeScript
tracingOptions?: OperationTracingOptions
Property Value
Inherited From CommonOptions.tracingOptions