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

Response Class

A response.

Constructor

Response(*args: Any, **kwargs: Any)

Variables

Name Description
headers
any

A list of all the headers attached to the response.

status_code
int

The status code of the response.

body_link

Details on the location of the body content.

Attributes

Details on the location of the body content.

body_link: _models.ContentLink | None

headers

A list of all the headers attached to the response.

headers: Any | None

status_code

The status code of the response.

status_code: int | None