你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExtendedServiceClient class
用于在核心 V1 & V2 之间提供兼容性的客户端。
- Extends
构造函数
Extended |
继承属性
pipeline | 此客户端用于发出请求的管道 |
方法
send |
兼容的发送操作请求函数。 |
继承的方法
send |
发送提供的 httpRequest。 |
构造函数详细信息
ExtendedServiceClient(ExtendedServiceClientOptions)
new ExtendedServiceClient(options: ExtendedServiceClientOptions)
参数
- options
- ExtendedServiceClientOptions
继承属性详细信息
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