RoutingEndpoints interface
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.
Properties
cosmos |
The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules. |
event |
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. |
service |
The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules. |
service |
The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules. |
storage |
The list of storage container endpoints that IoT hub routes messages to, based on the routing rules. |
Property Details
cosmosDBSqlContainers
The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules.
cosmosDBSqlContainers?: RoutingCosmosDBSqlApiProperties[]
Property Value
eventHubs
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.
eventHubs?: RoutingEventHubProperties[]
Property Value
serviceBusQueues
The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules.
serviceBusQueues?: RoutingServiceBusQueueEndpointProperties[]
Property Value
serviceBusTopics
The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules.
serviceBusTopics?: RoutingServiceBusTopicEndpointProperties[]
Property Value
storageContainers
The list of storage container endpoints that IoT hub routes messages to, based on the routing rules.
storageContainers?: RoutingStorageContainerProperties[]