你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceWorkspaceNotificationResource.GetWorkspaceNotificationRecipientEmailsByNotification 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.Pageable<Azure.ResourceManager.ApiManagement.Models.RecipientEmailContract> GetWorkspaceNotificationRecipientEmailsByNotification (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceNotificationRecipientEmailsByNotification : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.RecipientEmailContract>
override this.GetWorkspaceNotificationRecipientEmailsByNotification : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.RecipientEmailContract>
Public Overridable Function GetWorkspaceNotificationRecipientEmailsByNotification (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RecipientEmailContract)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to