EventHubReceiver Class

Definition

An Event hub receiver.

public class EventHubReceiver
type EventHubReceiver = class
Public Class EventHubReceiver
Inheritance
EventHubReceiver

Constructors

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.

Properties

EventHubName

Gets or sets the name of the specific Event Hub queue

EventHubNameSpace

Gets or sets the Event Hub namespace

Name

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

SubscriptionId

Gets or sets the Id for the subscription containing this event hub

TenantId

Gets or sets the tenant Id for the subscription containing this event hub

UseCommonAlertSchema

Gets or sets indicates whether to use common alert schema.

Methods

Validate()

Validate the object.

Applies to