Io THub Fallback Route Args
Constructors
Properties
Link copied to clipboard
The condition that is evaluated to apply the routing rule. Defaults to true
. For grammar, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language.
Link copied to clipboard
The endpoints to which messages that satisfy the condition are routed. Currently only 1 endpoint is allowed.
Link copied to clipboard
The source that the routing rule is to be applied to, such as DeviceMessages
. Possible values include: Invalid
, DeviceMessages
, TwinChangeEvents
, DeviceLifecycleEvents
, DeviceConnectionStateEvents
, DeviceJobLifecycleEvents
and DigitalTwinChangeEvents
. Defaults to DeviceMessages
.