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
.
The Span
or SpanContext
to use as the parent
of any spans created while calling operations that make a request to the service.
Generated using TypeDoc
The set of options to configure the behavior of
getProperties
.abortSignal
: An implementation of theAbortSignalLike
interface to signal the request to cancel the operation.parentSpan
: TheSpan
orSpanContext
to use as theparent
of the span created while calling this operation.