Compartilhar via


NotificationRecipientEmailOperationsExtensions.ListByNotificationAsync Método

Definição

Obtém a lista dos emails de destinatário da notificação inscritos em uma notificação.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection> ListByNotificationAsync (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByNotificationAsync : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection>
<Extension()>
Public Function ListByNotificationAsync (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecipientEmailCollection)

Parâmetros

operations
INotificationRecipientEmailOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

notificationName
String

Identificador de nome de notificação. Os valores possíveis incluem: 'RequestPublisherNotificationMessage', 'PurchasePublisherNotificationMessage', 'NewApplicationNotificationMessage', 'BCC', 'NewIssuePublisherNotificationMessage', 'AccountClosedPublisher', 'QuotaLimitApproachingPublisherNotificationMessage'

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a