GetActionGroupEventHubReceiver

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

Constructors

Link copied to clipboard
constructor(eventHubName: String, eventHubNamespace: String, name: String, subscriptionId: String, tenantId: String, 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

Specifies the name of the Action Group.

Link copied to clipboard

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

Link copied to clipboard

The Tenant ID for the subscription containing this Event Hub.

Link copied to clipboard

Indicates whether to use common alert schema.