NotificationHubsManagementClient.CreateNotificationHub Method

Definition

public Microsoft.Azure.Commands.NotificationHubs.Models.NotificationHubAttributes CreateNotificationHub (string resourceGroupName, string namespaceName, Microsoft.Azure.Commands.NotificationHubs.Models.NotificationHubAttributes nhAttributes);
member this.CreateNotificationHub : string * string * Microsoft.Azure.Commands.NotificationHubs.Models.NotificationHubAttributes -> Microsoft.Azure.Commands.NotificationHubs.Models.NotificationHubAttributes
Public Function CreateNotificationHub (resourceGroupName As String, namespaceName As String, nhAttributes As NotificationHubAttributes) As NotificationHubAttributes

Parameters

resourceGroupName
String
namespaceName
String

Returns

Applies to