Partager via


NotificationOperationsExtensions.Get Méthode

Définition

Obtient les détails de la notification spécifiée par son identificateur.

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

Paramètres

operations
INotificationOperations

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 à