Share via


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

IAzureOperationResponse 接口

定义

包含请求 ID 的标准服务响应。

public interface IAzureOperationResponse : Microsoft.Rest.IHttpOperationResponse
type IAzureOperationResponse = interface
    interface IHttpOperationResponse
Public Interface IAzureOperationResponse
Implements IHttpOperationResponse
派生
实现

属性

Request

包含请求 ID 的标准服务响应。

(继承自 IHttpOperationResponse)
RequestId

获取或设置唯一标识针对服务发出的请求的值。

Response

包含请求 ID 的标准服务响应。

(继承自 IHttpOperationResponse)

适用于