Freigeben über


ProductOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert ein Produkt

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IProductOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Azure.Management.ApiManagement.Models.ProductContract parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ProductContract * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ProductContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IProductOperations, resourceGroupName As String, serviceName As String, productId As String, parameters As ProductContract, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProductContract)

Parameter

operations
IProductOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

productId
String

Produktbezeichner. Muss im aktuellen API Management Dienst instance eindeutig sein.

parameters
ProductContract

Erstellen oder Aktualisieren von Parametern

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: