ProductGroupOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt eine Zuordnung zwischen der angegebenen Entwicklergruppe und dem angegebenen Produkt hinzu
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GroupContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IProductGroupOperations operations, string resourceGroupName, string serviceName, string productId, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IProductGroupOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GroupContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IProductGroupOperations, resourceGroupName As String, serviceName As String, productId As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET