NamespaceManager.CreateNotificationHub(NotificationHubDescription) 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.
Creates a new notification hub with the properties specified in the description
parameter.
public Microsoft.Azure.NotificationHubs.NotificationHubDescription CreateNotificationHub (Microsoft.Azure.NotificationHubs.NotificationHubDescription description);
member this.CreateNotificationHub : Microsoft.Azure.NotificationHubs.NotificationHubDescription -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
Public Function CreateNotificationHub (description As NotificationHubDescription) As NotificationHubDescription
Parameters
- description
- NotificationHubDescription
The description object describing the attributes with which the new notification hub will be created.
Returns
A NotificationHubDescription object with the description of the newly created notification hub.