EventHubReceiverResponse

data class EventHubReceiverResponse(val eventHubName: String, val eventHubNameSpace: String, val managedIdentity: String? = null, val name: String, val subscriptionId: String, val tenantId: String? = null, val useCommonAlertSchema: Boolean? = null)

An Event hub receiver.

Constructors

Link copied to clipboard
constructor(eventHubName: String, eventHubNameSpace: String, managedIdentity: String? = null, name: String, subscriptionId: String, tenantId: String? = null, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the specific Event Hub queue

Link copied to clipboard

The Event Hub namespace

Link copied to clipboard
val managedIdentity: String? = null

The principal id of the managed identity. The value can be "None", "SystemAssigned"

Link copied to clipboard

The name of the Event hub receiver. Names must be unique across all receivers within an action group.

Link copied to clipboard

The Id for the subscription containing this event hub

Link copied to clipboard
val tenantId: String? = null

The tenant Id for the subscription containing this event hub

Link copied to clipboard

Indicates whether to use common alert schema.