共用方式為


OperationOptionsBase type

注意:此類型旨在從 @azure/core-client operationOptions 鏡像相關的字段和結構

設定追蹤和中止的選項。

type OperationOptionsBase = Pick<
  OperationOptions,
  "abortSignal" | "tracingOptions"
>