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.
Constructor
RoutingEndpoints(*, service_bus_queues: List[_models.RoutingServiceBusQueueEndpointProperties] | None = None, service_bus_topics: List[_models.RoutingServiceBusTopicEndpointProperties] | None = None, event_hubs: List[_models.RoutingEventHubProperties] | None = None, storage_containers: List[_models.RoutingStorageContainerProperties] | None = None, cosmos_db_sql_containers: List[_models.RoutingCosmosDBSqlApiProperties] | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 service_bus_queues 
	 | 
	
		
		 The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules. Default value: None 
			 | 
| 
		 service_bus_topics 
	 | 
	
		
		 The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules. Default value: None 
			 | 
| 
		 event_hubs 
	 | 
	
		
		 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. Default value: None 
			 | 
| 
		 storage_containers 
	 | 
	
		
		 The list of storage container endpoints that IoT hub routes messages to, based on the routing rules. Default value: None 
			 | 
| 
		 cosmos_db_sql_containers 
	 | 
	
		
		 The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 service_bus_queues 
	 | 
	
		
		 The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules.  | 
| 
		 service_bus_topics 
	 | 
	
		
		 The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules.  | 
| 
		 event_hubs 
	 | 
	
		
		 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 
	 | 
	
		
		 The list of storage container endpoints that IoT hub routes messages to, based on the routing rules.  | 
| 
		 cosmos_db_sql_containers 
	 | 
	
		
		 The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules.  |