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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python