Routing Endpoints Args
data class RoutingEndpointsArgs(val cosmosDBSqlCollections: Output<List<RoutingCosmosDBSqlApiPropertiesArgs>>? = null, val eventHubs: Output<List<RoutingEventHubPropertiesArgs>>? = null, val serviceBusQueues: Output<List<RoutingServiceBusQueueEndpointPropertiesArgs>>? = null, val serviceBusTopics: Output<List<RoutingServiceBusTopicEndpointPropertiesArgs>>? = null, val storageContainers: Output<List<RoutingStorageContainerPropertiesArgs>>? = null) : ConvertibleToJava<RoutingEndpointsArgs>
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.
Constructors
Link copied to clipboard
fun RoutingEndpointsArgs(cosmosDBSqlCollections: Output<List<RoutingCosmosDBSqlApiPropertiesArgs>>? = null, eventHubs: Output<List<RoutingEventHubPropertiesArgs>>? = null, serviceBusQueues: Output<List<RoutingServiceBusQueueEndpointPropertiesArgs>>? = null, serviceBusTopics: Output<List<RoutingServiceBusTopicEndpointPropertiesArgs>>? = null, storageContainers: Output<List<RoutingStorageContainerPropertiesArgs>>? = null)