共用方式為


CommunicationsNoSubscriptionListOptionalParams interface

選用參數。

Extends

屬性

filter

要套用至作業的篩選。 您可以依 communicationType 和 createdDate 屬性進行篩選。 CommunicationType 支援 Equals ('eq') 運算符,而 createdDate 支援大於 ('gt') 和 Greater 或 Equals ('ge') 運算符。 您可以結合Logical And (『and』) 運算子的 CommunicationType 和 CreatedDate 篩選條件。

top

集合中要傳回的值數目。 默認值為 10,最大值為 10。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

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

requestOptions

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

serializerOptions

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

tracingOptions

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

屬性詳細資料

filter

要套用至作業的篩選。 您可以依 communicationType 和 createdDate 屬性進行篩選。 CommunicationType 支援 Equals ('eq') 運算符,而 createdDate 支援大於 ('gt') 和 Greater 或 Equals ('ge') 運算符。 您可以結合Logical And (『and』) 運算子的 CommunicationType 和 CreatedDate 篩選條件。

filter?: string

屬性值

string

top

集合中要傳回的值數目。 默認值為 10,最大值為 10。

top?: 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