Condividi tramite


RoutingEndpoints Constructors

Definition

Overloads

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.

RoutingEndpoints()

Initializes a new instance of the RoutingEndpoints class.

public RoutingEndpoints ();
Public Sub New ()

Applies to

RoutingEndpoints(IList<RoutingServiceBusQueueEndpointProperties>, IList<RoutingServiceBusTopicEndpointProperties>, IList<RoutingEventHubProperties>, IList<RoutingStorageContainerProperties>)

Initializes a new instance of the RoutingEndpoints class.

public RoutingEndpoints (System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusQueueEndpointProperties> serviceBusQueues = default, System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusTopicEndpointProperties> serviceBusTopics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingEventHubProperties> eventHubs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingStorageContainerProperties> storageContainers = default);
new Microsoft.Azure.Management.IotHub.Models.RoutingEndpoints : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusQueueEndpointProperties> * System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusTopicEndpointProperties> * System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingEventHubProperties> * System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingStorageContainerProperties> -> Microsoft.Azure.Management.IotHub.Models.RoutingEndpoints
Public Sub New (Optional serviceBusQueues As IList(Of RoutingServiceBusQueueEndpointProperties) = Nothing, Optional serviceBusTopics As IList(Of RoutingServiceBusTopicEndpointProperties) = Nothing, Optional eventHubs As IList(Of RoutingEventHubProperties) = Nothing, Optional storageContainers As IList(Of RoutingStorageContainerProperties) = Nothing)

Parameters

serviceBusQueues
IList<RoutingServiceBusQueueEndpointProperties>

The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules.

serviceBusTopics
IList<RoutingServiceBusTopicEndpointProperties>

The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules.

eventHubs
IList<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.

storageContainers
IList<RoutingStorageContainerProperties>

The list of storage container endpoints that IoT hub routes messages to, based on the routing rules.

Applies to