Share via


ApiManagementNotificationResource.GetNotificationRecipientEmailsAsync Method

Definition

Gets the list of the Notification Recipient Emails subscribed to a notification.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to