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