共用方式為


WebAppsStartNetworkTraceOptionalParams interface

選用參數。

Extends

屬性

durationInSeconds

要持續擷取的持續時間,以秒為單位。

maxFrameLength

選擇性) (位元組的最大畫面長度。

resumeFrom

序列化輪詢器,可用來繼續現有的暫停長時間執行作業。

sasUrl

要儲存擷取檔案的 Blob URL。

updateIntervalInMs

延遲等候到下一次輪詢,以毫秒為單位。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

serializerOptions

覆寫序列化/取消序列化行為的選項。

tracingOptions

啟用追蹤時所使用的選項。

屬性詳細資料

durationInSeconds

要持續擷取的持續時間,以秒為單位。

durationInSeconds?: number

屬性值

number

maxFrameLength

選擇性) (位元組的最大畫面長度。

maxFrameLength?: number

屬性值

number

resumeFrom

序列化輪詢器,可用來繼續現有的暫停長時間執行作業。

resumeFrom?: string

屬性值

string

sasUrl

要儲存擷取檔案的 Blob URL。

sasUrl?: string

屬性值

string

updateIntervalInMs

延遲等候到下一次輪詢,以毫秒為單位。

updateIntervalInMs?: number

屬性值

number

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 coreClient.OperationOptions.abortSignal

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

繼承自 coreClient.OperationOptions.onResponse

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

繼承自 coreClient.OperationOptions.requestOptions

serializerOptions

覆寫序列化/取消序列化行為的選項。

serializerOptions?: SerializerOptions

屬性值

繼承自 coreClient.OperationOptions.serializerOptions

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

繼承自 coreClient.OperationOptions.tracingOptions