共用方式為


MarketplacesListOptionalParams interface

選擇性參數。

Extends

屬性

filter

可用來依 properties/usageEnd(Utc time)、properties/usageStart (Utc time)、properties/resourceGroup、properties/instanceName 或 properties/instanceId 來篩選市集。 篩選支援 'eq'、'lt'、'gt'、'le'、'ge'和 'and'。 它目前不支援 『ne』、『or』 或 『not』。

skiptoken

只有在先前的作業傳回部分結果時,才會使用Skiptoken。 如果先前的回應包含 nextLink 元素,則 nextLink 元素的值會包含 skiptoken 參數,指定要用於後續呼叫的起點。

top

可用來將結果數目限制為最新的 N 市集。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

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

requestOptions

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

serializerOptions

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

tracingOptions

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

屬性詳細資料

filter

可用來依 properties/usageEnd(Utc time)、properties/usageStart (Utc time)、properties/resourceGroup、properties/instanceName 或 properties/instanceId 來篩選市集。 篩選支援 'eq'、'lt'、'gt'、'le'、'ge'和 'and'。 它目前不支援 『ne』、『or』 或 『not』。

filter?: string

屬性值

string

skiptoken

只有在先前的作業傳回部分結果時,才會使用Skiptoken。 如果先前的回應包含 nextLink 元素,則 nextLink 元素的值會包含 skiptoken 參數,指定要用於後續呼叫的起點。

skiptoken?: string

屬性值

string

top

可用來將結果數目限制為最新的 N 市集。

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