EventHubReceiverArgs

data class EventHubReceiverArgs(val eventHubName: Output<String>, val eventHubNameSpace: Output<String>, val name: Output<String>, val subscriptionId: Output<String>, val tenantId: Output<String>? = null, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<EventHubReceiverArgs>

An Event hub receiver.

Constructors

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

Properties

Link copied to clipboard
val eventHubName: Output<String>

The name of the specific Event Hub queue

Link copied to clipboard

The Event Hub namespace

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val subscriptionId: Output<String>

The Id for the subscription containing this event hub

Link copied to clipboard
val tenantId: Output<String>? = null

The tenant Id for the subscription containing this event hub

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Indicates whether to use common alert schema.

Functions

Link copied to clipboard
open override fun toJava(): EventHubReceiverArgs