HttpMessage Class
HTTP message.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelHttpMessage
Constructor
HttpMessage(*, content: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
content
|
<xref:JSON>
HTTP message content. |
Variables
Name | Description |
---|---|
content
|
<xref:JSON>
HTTP message content. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python