Freigeben über


ProductOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert ein Produkt

public static Microsoft.Azure.Management.ApiManagement.Models.ProductContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IProductOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Azure.Management.ApiManagement.Models.ProductContract parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ProductContract * string -> Microsoft.Azure.Management.ApiManagement.Models.ProductContract
<Extension()>
Public Function CreateOrUpdate (operations As IProductOperations, resourceGroupName As String, serviceName As String, productId As String, parameters As ProductContract, Optional ifMatch As String = Nothing) As 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.

Gibt zurück

Gilt für: