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

ResponseContract 类

定义

操作响应详细信息。

public class ResponseContract
type ResponseContract = class
Public Class ResponseContract
继承
ResponseContract

构造函数

ResponseContract()

初始化 ResponseContract 类的新实例。

ResponseContract(Int32, String, IList<RepresentationContract>, IList<ParameterContract>)

初始化 ResponseContract 类的新实例。

属性

Description

获取或设置操作响应说明。

Headers

获取或设置操作响应标头的集合。

Representations

获取或设置操作响应表示形式的集合。

StatusCode

获取或设置操作响应 HTTP 状态代码。

方法

Validate()

验证 对象。

适用于