NotificationRecipientEmailOperationsExtensions.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 des e-mails de destinataires abonnés à une notification.
public static Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection ListByNotification (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName);
static member ListByNotification : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection
<Extension()>
Public Function ListByNotification (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String) As RecipientEmailCollection
Paramètres
- operations
- INotificationRecipientEmailOperations
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