Response Class
A response.
- Inheritance
-
msrest.serialization.ModelResponse
Constructor
Response(*, headers: Any | None = None, status_code: int | None = None, body_link: ContentLink | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
headers
|
A list of all the headers attached to the response. |
status_code
|
The status code of the response. |
body_link
|
Details on the location of the body content. |
Variables
Name | Description |
---|---|
headers
|
A list of all the headers attached to the response. |
status_code
|
The status code of the response. |
body_link
|
Details on the location of the body content. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python