NotificationRecipientEmailOperationsExtensions.ListByNotificationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Liste der Empfänger-E-Mail-Adressen ab, die eine Benachrichtigung abonniert haben
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection> ListByNotificationAsync (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByNotificationAsync : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection>
<Extension()>
Public Function ListByNotificationAsync (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecipientEmailCollection)
Parameter
- operations
- INotificationRecipientEmailOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- serviceName
- String
Der Name des API Management-Diensts.
- notificationName
- String
Benachrichtigungsname-ID. Mögliche Werte: "RequestPublisherNotificationMessage", "PurchasePublisherNotificationMessage", "NewApplicationNotificationMessage", "BCC", "NewIssuePublisherNotificationMessage", "AccountClosedPublisher", "QuotaLimitApproachingPublisherNotificationMessage"
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET