NotificationRecipientUserOperationsExtensions.ListByNotificationAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientUserCollection> ListByNotificationAsync (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations operations, string resourceGroupName, string serviceName, string notificationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByNotificationAsync : Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientUserCollection>
<Extension()>
Public Function ListByNotificationAsync (operations As INotificationRecipientUserOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 »
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET