Share via


ApiManagementNotificationResource.GetNotificationRecipientUsersAsync Method

Definition

Gets the list of the Notification Recipient User subscribed to the notification.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of RecipientUserContract that may take multiple service requests to iterate over.

Applies to