共用方式為


ApiListByServiceOptionalParams interface

選擇性參數。

Extends

屬性

expandApiVersionSet

在回應中包含完整的 ApiVersionSet 資源

filter

|欄位 |使用量 |支持的運算子 |支援的函式 |
|-------------|-------------|-------------|-------------|
|name |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|displayName |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|description |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|serviceUrl |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|path |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|isCurrent |filter |eq、ne | |

skip

要略過的記錄數目。

tags

在回應中包含標籤。

top

要傳回的記錄數目。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

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

requestOptions

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

serializerOptions

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

tracingOptions

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

屬性詳細資料

expandApiVersionSet

在回應中包含完整的 ApiVersionSet 資源

expandApiVersionSet?: boolean

屬性值

boolean

filter

|欄位 |使用量 |支持的運算子 |支援的函式 |
|-------------|-------------|-------------|-------------|
|name |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|displayName |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|description |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|serviceUrl |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|path |filter |ge, le, eq, ne, gt, lt |substringof、contains、startswith、endswith |
|isCurrent |filter |eq、ne | |

filter?: string

屬性值

string

skip

要略過的記錄數目。

skip?: number

屬性值

number

tags

在回應中包含標籤。

tags?: string

屬性值

string

top

要傳回的記錄數目。

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