WebPubSubEventHubEndpoint(String, String) Constructor

Definition

Initializes a new instance of WebPubSubEventHubEndpoint.

public WebPubSubEventHubEndpoint(string fullyQualifiedNamespace, string eventHubName);
new Azure.ResourceManager.WebPubSub.Models.WebPubSubEventHubEndpoint : string * string -> Azure.ResourceManager.WebPubSub.Models.WebPubSubEventHubEndpoint
Public Sub New (fullyQualifiedNamespace As String, eventHubName As String)

Parameters

fullyQualifiedNamespace
String

The fully qualified namespace name of the Event Hub resource.

eventHubName
String

The name of the Event Hub.

Exceptions

fullyQualifiedNamespace or eventHubName is null.

Applies to