RoutingEndpoints Class
The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs.
- Inheritance
-
RoutingEndpoints
Constructor
RoutingEndpoints(*, service_bus_queues: Optional[List[azure.mgmt.iothub.v2021_07_01.models._models_py3.RoutingServiceBusQueueEndpointProperties]] = None, service_bus_topics: Optional[List[azure.mgmt.iothub.v2021_07_01.models._models_py3.RoutingServiceBusTopicEndpointProperties]] = None, event_hubs: Optional[List[azure.mgmt.iothub.v2021_07_01.models._models_py3.RoutingEventHubProperties]] = None, storage_containers: Optional[List[azure.mgmt.iothub.v2021_07_01.models._models_py3.RoutingStorageContainerProperties]] = None, **kwargs)
Variables
- service_bus_queues
- list[RoutingServiceBusQueueEndpointProperties]
The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules.
- service_bus_topics
- list[RoutingServiceBusTopicEndpointProperties]
The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules.
- event_hubs
- list[RoutingEventHubProperties]
The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint.
- storage_containers
- list[RoutingStorageContainerProperties]
The list of storage container endpoints that IoT hub routes messages to, based on the routing rules.
Feedback
Submit and view feedback for