다음을 통해 공유


ServiceWorkspaceNotificationResource.GetWorkspaceNotificationRecipientEmailsByNotificationAsync 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}/workspaces/{workspaceId}/notifications/{notificationName}/recipientEmails
  • Operation Id: WorkspaceNotificationRecipientEmail_ListByNotification
  • Default Api Version: 2023-03-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientEmailContract> GetWorkspaceNotificationRecipientEmailsByNotificationAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceNotificationRecipientEmailsByNotificationAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientEmailContract>
override this.GetWorkspaceNotificationRecipientEmailsByNotificationAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RecipientEmailContract>
Public Overridable Function GetWorkspaceNotificationRecipientEmailsByNotificationAsync (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