NotificationHubsOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates/Update a NotificationHub in a namespace.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName, Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INotificationHubsOperations, resourceGroupName As String, namespaceName As String, notificationHubName As String, parameters As NotificationHubCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to