WebPubSubEventHubEndpoint Class
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.
An Event Hub endpoint. The managed identity of Web PubSub service must be enabled, and the identity should have the "Azure Event Hubs Data sender" role to access Event Hub.
public class WebPubSubEventHubEndpoint : Azure.ResourceManager.WebPubSub.Models.WebPubSubEventListenerEndpoint, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubEventHubEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubEventHubEndpoint>
type WebPubSubEventHubEndpoint = class
inherit WebPubSubEventListenerEndpoint
interface IJsonModel<WebPubSubEventHubEndpoint>
interface IPersistableModel<WebPubSubEventHubEndpoint>
Public Class WebPubSubEventHubEndpoint
Inherits WebPubSubEventListenerEndpoint
Implements IJsonModel(Of WebPubSubEventHubEndpoint), IPersistableModel(Of WebPubSubEventHubEndpoint)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubEventHubEndpoint(String, String) |
Initializes a new instance of WebPubSubEventHubEndpoint. |
Properties
| Name | Description |
|---|---|
| EventHubName |
The name of the Event Hub. |
| FullyQualifiedNamespace |
The fully qualified namespace name of the Event Hub resource. |