EventHubReceiver Constructors

Definition

Overloads

EventHubReceiver()

Initializes a new instance of the EventHubReceiver class.

EventHubReceiver(String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the EventHubReceiver class.

EventHubReceiver()

Initializes a new instance of the EventHubReceiver class.

public EventHubReceiver ();
Public Sub New ()

Applies to

EventHubReceiver(String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the EventHubReceiver class.

public EventHubReceiver (string name, string eventHubNameSpace, string eventHubName, string subscriptionId, bool? useCommonAlertSchema = default, string tenantId = default);
new Microsoft.Azure.Management.Monitor.Models.EventHubReceiver : string * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.Monitor.Models.EventHubReceiver
Public Sub New (name As String, eventHubNameSpace As String, eventHubName As String, subscriptionId As String, Optional useCommonAlertSchema As Nullable(Of Boolean) = Nothing, Optional tenantId As String = Nothing)

Parameters

name
String

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

eventHubNameSpace
String

The Event Hub namespace

eventHubName
String

The name of the specific Event Hub queue

subscriptionId
String

The Id for the subscription containing this event hub

useCommonAlertSchema
Nullable<Boolean>

Indicates whether to use common alert schema.

tenantId
String

The tenant Id for the subscription containing this event hub

Applies to