HybridConnectionEventSubscriptionDestinationResponse

data class HybridConnectionEventSubscriptionDestinationResponse(val deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, val endpointType: String, val resourceId: String? = null)

Information about the HybridConnection 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 'HybridConnection'.

Link copied to clipboard
val resourceId: String? = null

The Azure Resource ID of an hybrid connection that is the destination of an event subscription.