ActionGroupEventHubReceiver

data class ActionGroupEventHubReceiver(val eventHubName: String, val eventHubNamespace: String, val name: String, val subscriptionId: String? = null, val tenantId: String? = null, val useCommonAlertSchema: Boolean? = null)

Constructors

Link copied to clipboard
constructor(eventHubName: String, eventHubNamespace: String, name: String, subscriptionId: String? = null, 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 namespace name of the Event Hub.

Link copied to clipboard

The name of the EventHub Receiver, must be unique within action group.

Link copied to clipboard
val subscriptionId: String? = null

The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.

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.