Freigeben über


LoggerOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Protokollierung

public static Microsoft.Azure.Management.ApiManagement.Models.LoggerContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, Microsoft.Azure.Management.ApiManagement.Models.LoggerContract parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.ILoggerOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.LoggerContract * string -> Microsoft.Azure.Management.ApiManagement.Models.LoggerContract
<Extension()>
Public Function CreateOrUpdate (operations As ILoggerOperations, resourceGroupName As String, serviceName As String, loggerId As String, parameters As LoggerContract, Optional ifMatch As String = Nothing) As LoggerContract

Parameter

operations
ILoggerOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

loggerId
String

Protokollierungsbezeichner. Muss im API Management-Dienst instance eindeutig sein.

parameters
LoggerContract

Erstellen Sie Parameter.

ifMatch
String

ETag der Entität. Nicht erforderlich beim Erstellen einer Entität, aber erforderlich beim Aktualisieren einer Entität.

Gibt zurück

Gilt für: