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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python