NotificationHubsManagementClient.UpdateNotificationHub Method

Definition

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

Parameters

resourceGroupName
String
namespaceName
String

Returns

Applies to