ServiceBusQueueEventSubscriptionDestinationResponse

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

constructor(deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, endpointType: String, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the endpoint for the event subscription destination. Expected value is 'ServiceBusQueue'.

Link copied to clipboard
val resourceId: String? = null

The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.