NotificationHubsOperationsExtensions.PatchAsync 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.
Patch a NotificationHub in a namespace.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource> PatchAsync (this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName, Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubPatchParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member PatchAsync : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubPatchParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource>
<Extension()>
Public Function PatchAsync (operations As INotificationHubsOperations, resourceGroupName As String, namespaceName As String, notificationHubName As String, Optional parameters As NotificationHubPatchParameters = Nothing, 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
- NotificationHubPatchParameters
Parameters supplied to patch a NotificationHub Resource.
- cancellationToken
- CancellationToken
The cancellation token.