Compartilhar via


NotificationRecipientUserOperationsExtensions.ListByNotification Método

Definição

Obtém a lista do usuário do destinatário da notificação inscrito na notificação.

public static Microsoft.Azure.Management.ApiManagement.Models.RecipientUserCollection ListByNotification (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations operations, string resourceGroupName, string serviceName, string notificationName);
static member ListByNotification : Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientUserCollection
<Extension()>
Public Function ListByNotification (operations As INotificationRecipientUserOperations, resourceGroupName As String, serviceName As String, notificationName As String) As RecipientUserCollection

Parâmetros

operations
INotificationRecipientUserOperations

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'

Retornos

Aplica-se a