你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResponseInterceptor.BatchResponseInterceptHandler 委托

定义

可以检查和修改 BatchResponse 的回调。

public delegate System.Threading.Tasks.Task<Microsoft.Rest.Azure.IAzureOperationResponse> ResponseInterceptor.BatchResponseInterceptHandler(IAzureOperationResponse response, IBatchRequest request);
type ResponseInterceptor.BatchResponseInterceptHandler = delegate of IAzureOperationResponse * IBatchRequest -> Task<IAzureOperationResponse>
Public Delegate Function ResponseInterceptor.BatchResponseInterceptHandler(response As IAzureOperationResponse, request As IBatchRequest) As Task(Of IAzureOperationResponse) 

参数

response
IAzureOperationResponse

要检查和选择性修改的响应。

request
IBatchRequest

作为响应的请求 response

返回值

适用于