你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResponseContract interface
Operation response details.
Properties
description | Operation response description. |
headers | Collection of operation response headers. |
representations | Collection of operation response representations. |
status |
Operation response HTTP status code. |
Property Details
description
Operation response description.
description?: string
Property Value
string
headers
Collection of operation response headers.
headers?: ParameterContract[]
Property Value
representations
Collection of operation response representations.
representations?: RepresentationContract[]
Property Value
statusCode
Operation response HTTP status code.
statusCode: number
Property Value
number