TestAllRoutesInput Class
Input for testing all routes.
- Inheritance
-
TestAllRoutesInput
Constructor
TestAllRoutesInput(*, routing_source: Optional[Union[str, azure.mgmt.iothub.v2019_03_22.models._iot_hub_client_enums.RoutingSource]] = None, message: Optional[azure.mgmt.iothub.v2019_03_22.models._models_py3.RoutingMessage] = None, twin: Optional[azure.mgmt.iothub.v2019_03_22.models._models_py3.RoutingTwin] = None, **kwargs)
Variables
- routing_source
- str or RoutingSource
Routing source. Possible values include: "Invalid", "DeviceMessages", "TwinChangeEvents", "DeviceLifecycleEvents", "DeviceJobLifecycleEvents".
- message
- RoutingMessage
Routing message.
- twin
- RoutingTwin
Routing Twin Reference.
Feedback
Submit and view feedback for