共用方式為


AnalyticsItemsListOptionalParams interface

選用參數。

Extends

屬性

includeContent

旗標,指出是否要傳回每個適用專案的內容。 如果為 false,則只會傳回專案資訊。

scope

列舉,指出此專案定義是否由特定使用者所擁有,或是在具有 Application Insights 元件存取權的所有使用者之間共用。

typeParam

列舉,指出 Analytics 專案的型別。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

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

requestOptions

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

serializerOptions

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

tracingOptions

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

屬性詳細資料

includeContent

旗標,指出是否要傳回每個適用專案的內容。 如果為 false,則只會傳回專案資訊。

includeContent?: boolean

屬性值

boolean

scope

列舉,指出此專案定義是否由特定使用者所擁有,或是在具有 Application Insights 元件存取權的所有使用者之間共用。

scope?: string

屬性值

string

typeParam

列舉,指出 Analytics 專案的型別。

typeParam?: string

屬性值

string

繼承的屬性詳細資料

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