Freigeben über


ProductGroupOperationsExtensions.CreateOrUpdate Methode

Definition

Fügt eine Zuordnung zwischen der angegebenen Entwicklergruppe und dem angegebenen Produkt hinzu

public static Microsoft.Azure.Management.ApiManagement.Models.GroupContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IProductGroupOperations operations, string resourceGroupName, string serviceName, string productId, string groupId);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IProductGroupOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.GroupContract
<Extension()>
Public Function CreateOrUpdate (operations As IProductGroupOperations, resourceGroupName As String, serviceName As String, productId As String, groupId As String) As GroupContract

Parameter

operations
IProductGroupOperations

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.

groupId
String

Gruppen-ID. Muss im aktuellen API Management Dienst instance eindeutig sein.

Gibt zurück

Gilt für: