Freigeben über


ApiManagementProductResource.CheckProductGroupEntityExistsAsync Methode

Definition

Überprüft, ob die durch Bezeichner angegebene Group-Entität der Product-Entität zugeordnet ist.

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

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: