NotificationRecipientUserOperationsExtensions.ListByNotification Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET