RoutingEndpoints Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class RoutingEndpoints
type RoutingEndpoints = class
Public Class RoutingEndpoints
- Inheritance
-
RoutingEndpoints
Constructors
RoutingEndpoints() |
Initializes a new instance of the RoutingEndpoints class. |
RoutingEndpoints(IList<RoutingServiceBusQueueEndpointProperties>, IList<RoutingServiceBusTopicEndpointProperties>, IList<RoutingEventHubProperties>, IList<RoutingStorageContainerProperties>) |
Initializes a new instance of the RoutingEndpoints class. |
Properties
EventHubs |
Gets or sets 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. |
ServiceBusQueues |
Gets or sets the list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules. |
ServiceBusTopics |
Gets or sets the list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules. |
StorageContainers |
Gets or sets the list of storage container endpoints that IoT hub routes messages to, based on the routing rules. |
Applies to
Azure SDK for .NET