你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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