Partager via


NotificationOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour une notification de l’éditeur Gestion des API.

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

ifMatch
String

ETag de l’entité. Non obligatoire lors de la création d’une entité, mais obligatoire lors de la mise à jour d’une entité.

Retours

S’applique à