Partager via


NotificationRecipientUserOperationsExtensions.ListByNotification Méthode

Définition

Obtient la liste d’utilisateurs destinataires abonnés à la notification.

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

Paramètres

operations
INotificationRecipientUserOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

notificationName
String

Identificateur de nom de notification. Les valeurs possibles sont les suivantes : « RequestPublisherNotificationMessage », « PurchasePublisherNotificationMessage », « NewApplicationNotificationMessage », « BCC », « NewIssuePublisherNotificationMessage », « AccountClosedPublisher », « QuotaLimitApproachingPublisherNotificationMessage »

Retours

S’applique à