Freigeben über


ApiManagementProductResource.CreateOrUpdateProductGroupAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups/{groupId}
  • Vorgang IdProductGroup_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>> CreateOrUpdateProductGroupAsync (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateProductGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>>
override this.CreateOrUpdateProductGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>>
Public Overridable Function CreateOrUpdateProductGroupAsync (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProductGroupData))

Parameter

groupId
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

groupId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

groupId ist NULL.

Gilt für: