WebPubSubEventHubEndpoint(String, String) Constructor
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.
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.