RoutingMessage Class
Routing message.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelRoutingMessage
Constructor
RoutingMessage(*, body: str | None = None, app_properties: Dict[str, str] | None = None, system_properties: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
body
|
Body of routing message. |
app_properties
|
App properties. |
system_properties
|
System properties. |
Variables
Name | Description |
---|---|
body
|
Body of routing message. |
app_properties
|
App properties. |
system_properties
|
System properties. |
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