Partager via


NotificationOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, string notificationName, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INotificationOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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é.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à