Partager via


ApiManagementProductResource.CheckProductGroupEntityExistsAsync Méthode

Définition

Vérifie que l’entité Group spécifiée par l’identificateur est associée à l’entité Product.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups/{groupId}
  • IdProductGroup_CheckEntityExists d’opération
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))

Paramètres

groupId
String

Identificateur de groupe. Doit être unique dans le instance de service Gestion des API actuel.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

groupId est une chaîne vide et devait être non vide.

groupId a la valeur null.

S’applique à