NotificationOperationsExtensions.CreateOrUpdate 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.
Erstellt oder aktualisiert eine API Management-Benachrichtigung für Herausgeber
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
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"
- ifMatch
- String
ETag der Entität. Beim Erstellen einer Entität nicht erforderlich, aber beim Aktualisieren einer Entität erforderlich.
Gibt zurück
Gilt für:
Azure SDK for .NET