Freigeben über


NotificationOperationsExtensions.Get Methode

Definition

Ruft die Details der durch den Bezeichner angegebenen Benachrichtigung ab.

public static Microsoft.Azure.Management.ApiManagement.Models.NotificationContract Get (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, string notificationName);
static member Get : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.NotificationContract
<Extension()>
Public Function Get (operations As INotificationOperations, resourceGroupName As String, serviceName As String, notificationName As String) As 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"

Gibt zurück

Gilt für: