NotificationOperationsExtensions.GetAsync 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 Details der Benachrichtigung ab, die durch ihren Bezeichner angegeben wird.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, string notificationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>
<Extension()>
Public Function GetAsync (operations As INotificationOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NotificationContract)
Parameter
- operations
- INotificationOperations
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