RoutingTwinProperties Class
RoutingTwinProperties.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelRoutingTwinProperties
Constructor
RoutingTwinProperties(*, desired_properties: MutableMapping[str, Any] | None = None, reported_properties: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
desired_properties
|
Twin desired properties. |
reported_properties
|
Twin desired properties. |
Variables
Name | Description |
---|---|
desired_properties
|
<xref:JSON>
Twin desired properties. |
reported_properties
|
<xref:JSON>
Twin desired 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