RoutingMessage Class

Routing message.

Inheritance
azure.mgmt.iothub._serialization.Model
RoutingMessage

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
str

Body of routing message.

app_properties

App properties.

system_properties

System properties.

Variables

Name Description
body
str

Body of routing message.

app_properties

App properties.

system_properties

System properties.