EventHubReceiver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- tenantId
- String
The tenant Id for the subscription containing this event hub
Applies to
Azure SDK for .NET