ApiManagementProductResource.GetProductGroupsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie la collection de groupes de développeurs associés au produit spécifié.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups
- IdProductGroup_ListByProduct d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ProductGroupData> GetProductGroupsAsync (string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProductGroupsAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>
override this.GetProductGroupsAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ProductGroupData>
Public Overridable Function GetProductGroupsAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProductGroupData)
Paramètres
- filter
- String
| Champ | Utilisation | Opérateurs pris en charge | Fonctions prises en charge |< /br>|-------------|-------------|-------------|-------------|< /br>| name | filter | ge, le, eq, ne, gt, lt | |< /br>| displayName | filter | eq, ne | |< /br>| description | filter | eq, ne | |< /br>.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de ProductGroupData service pour itérer.
S’applique à
Azure SDK for .NET