PartnerEventSubscriptionDestinationResponse

data class PartnerEventSubscriptionDestinationResponse(val endpointType: String, val resourceId: String? = null)

Constructors

constructor(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 'PartnerDestination'.

Link copied to clipboard
val resourceId: String? = null

The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription.