Freigeben über


LoggerOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Protokollierung

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, Microsoft.Azure.Management.ApiManagement.Models.LoggerContract parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.ILoggerOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.LoggerContract * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ILoggerOperations, resourceGroupName As String, serviceName As String, loggerId As String, parameters As LoggerContract, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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. Beim Erstellen einer Entität nicht erforderlich, aber beim Aktualisieren einer Entität erforderlich.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: