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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python