Routing Endpoints Response
data class RoutingEndpointsResponse(val eventHubs: List<RoutingEventHubPropertiesResponse>? = null, val serviceBusQueues: List<RoutingServiceBusQueueEndpointPropertiesResponse>? = null, val serviceBusTopics: List<RoutingServiceBusTopicEndpointPropertiesResponse>? = null, val storageContainers: List<RoutingStorageContainerPropertiesResponse>? = null)
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 RoutingEndpointsResponse(eventHubs: List<RoutingEventHubPropertiesResponse>? = null, serviceBusQueues: List<RoutingServiceBusQueueEndpointPropertiesResponse>? = null, serviceBusTopics: List<RoutingServiceBusTopicEndpointPropertiesResponse>? = null, storageContainers: List<RoutingStorageContainerPropertiesResponse>? = null)