NotificationHubsOperationsExtensions.CreateOrUpdate Method

Definition

Creates/Update a NotificationHub in a namespace.

public static Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource CreateOrUpdate (this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName, Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters -> Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource
<Extension()>
Public Function CreateOrUpdate (operations As INotificationHubsOperations, resourceGroupName As String, namespaceName As String, notificationHubName As String, parameters As NotificationHubCreateOrUpdateParameters) As NotificationHubResource

Parameters

operations
INotificationHubsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

namespaceName
String

The namespace name.

notificationHubName
String

The notification hub name.

parameters
NotificationHubCreateOrUpdateParameters

Parameters supplied to the create/update a NotificationHub Resource.

Returns

Applies to