Share via


ApiManagementNotificationResource.CreateOrUpdateNotificationRecipientUserAsync Method

Definition

Adds the API Management User to the list of Recipients for the Notification.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers/{userId}
  • Operation Id: NotificationRecipientUser_CreateOrUpdate
  • Default Api Version: 2021-08-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>> CreateOrUpdateNotificationRecipientUserAsync (string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateNotificationRecipientUserAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>>
override this.CreateOrUpdateNotificationRecipientUserAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.RecipientUserContract>>
Public Overridable Function CreateOrUpdateNotificationRecipientUserAsync (userId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RecipientUserContract))

Parameters

userId
String

User identifier. Must be unique in the current API Management service instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

userId is an empty string, and was expected to be non-empty.

userId is null.

Applies to