EventHubDestinationResponse

data class EventHubDestinationResponse(val eventHubResourceId: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(eventHubResourceId: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the event hub.

Link copied to clipboard
val name: String? = null

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.