ArmWebPubSubModelFactory.WebPubSubEventHubEndpoint(String, String) Method
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.
public static Azure.ResourceManager.WebPubSub.Models.WebPubSubEventHubEndpoint WebPubSubEventHubEndpoint(string fullyQualifiedNamespace = default, string eventHubName = default);
static member WebPubSubEventHubEndpoint : string * string -> Azure.ResourceManager.WebPubSub.Models.WebPubSubEventHubEndpoint
Public Shared Function WebPubSubEventHubEndpoint (Optional fullyQualifiedNamespace As String = Nothing, Optional eventHubName As String = Nothing) As WebPubSubEventHubEndpoint
Parameters
- fullyQualifiedNamespace
- String
The fully qualified namespace name of the Event Hub resource.
- eventHubName
- String
The name of the Event Hub.
Returns
A new WebPubSubEventHubEndpoint instance for mocking.