EventChannelDestinationResponse

data class EventChannelDestinationResponse(val azureSubscriptionId: String? = null, val partnerTopicName: String? = null, val resourceGroup: String? = null)

Properties of the destination of an event channel.

Constructors

Link copied to clipboard
constructor(azureSubscriptionId: String? = null, partnerTopicName: String? = null, resourceGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription.

Link copied to clipboard

Name of the partner topic associated with the event channel.

Link copied to clipboard
val resourceGroup: String? = null

Azure Resource Group of the customer creating the event channel. The partner topic associated with the event channel will be created under this resource group.