Event Hub Event Subscription Destination Response
data class EventHubEventSubscriptionDestinationResponse(val deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, val endpointType: String, val resourceId: String? = null)
Information about the event hub destination for an event subscription.
Constructors
Link copied to clipboard
fun EventHubEventSubscriptionDestinationResponse(deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, endpointType: String, resourceId: String? = null)
Types
Properties
Link copied to clipboard