共用方式為


ExtendedServiceClient class

提供核心 V1 & V2 之間相容性的用戶端。

Extends

建構函式

ExtendedServiceClient(ExtendedServiceClientOptions)

繼承的屬性

pipeline

此客戶端用來提出要求的管線

方法

sendOperationRequest<T>(OperationArguments, OperationSpec)

相容的傳送作業要求函式。

繼承的方法

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

建構函式詳細資料

ExtendedServiceClient(ExtendedServiceClientOptions)

new ExtendedServiceClient(options: ExtendedServiceClientOptions)

參數

繼承的屬性詳細資料

pipeline

此客戶端用來提出要求的管線

pipeline: Pipeline

屬性值

繼承自 ServiceClient.pipeline

方法詳細資料

sendOperationRequest<T>(OperationArguments, OperationSpec)

相容的傳送作業要求函式。

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

參數

operationArguments
OperationArguments

作業自變數

operationSpec
OperationSpec

作業規格

傳回

Promise<T>

繼承的方法的詳細資料

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

參數

request
PipelineRequest

傳回

Promise<PipelineResponse>

繼承自 ServiceClient.sendRequest