OnlineEndpointsListOptionalParams interface
選擇性參數。
- Extends
屬性
| compute |
要篩選的 EndpointComputeType。 |
| count | 結果頁面中要擷取的端點數目。 |
| name | 端點的名稱。 |
| order |
排序回應的選項。 |
| properties | 一組屬性,用來篩選傳回的模型。 它是屬性索引鍵和/或屬性索引鍵=value 範例:propKey1,propKey2,propKey3=value3 的逗號分隔字符串。 |
| skip | 分頁的接續令牌。 |
| tags | 一組標記,用來篩選傳回的模型。 它是標記索引鍵或tags key=value的逗號分隔字串。 範例:tagKey1,tagKey2,tagKey3=value3 。 |
繼承的屬性
| abort |
可用來中止要求的訊號。 |
| on |
每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。 |
| request |
建立和傳送此作業之 HTTP 要求時所使用的選項。 |
| serializer |
覆寫串行化/取消串行化行為的選項。 |
| tracing |
啟用追蹤時所使用的選項。 |
屬性詳細資料
computeType
要篩選的 EndpointComputeType。
computeType?: string
屬性值
string
count
結果頁面中要擷取的端點數目。
count?: number
屬性值
number
name
端點的名稱。
name?: string
屬性值
string
orderBy
排序回應的選項。
orderBy?: string
屬性值
string
properties
一組屬性,用來篩選傳回的模型。 它是屬性索引鍵和/或屬性索引鍵=value 範例:propKey1,propKey2,propKey3=value3 的逗號分隔字符串。
properties?: string
屬性值
string
skip
分頁的接續令牌。
skip?: string
屬性值
string
tags
一組標記,用來篩選傳回的模型。 它是標記索引鍵或tags key=value的逗號分隔字串。 範例:tagKey1,tagKey2,tagKey3=value3 。
tags?: 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