Partager via


ApiManagementProductCollection.GetAll Méthode

Définition

Répertorie un ensemble de produits dans l’instance de service spécifiée.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products
  • IdProduct_ListByService d’opération
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementProductResource> GetAll (string filter = default, int? top = default, int? skip = default, bool? expandGroups = default, string tags = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementProductResource>
override this.GetAll : string * Nullable<int> * Nullable<int> * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementProductResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional expandGroups As Nullable(Of Boolean) = Nothing, Optional tags As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiManagementProductResource)

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 | substringof, contains, startswith, endswith |< /br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| terms | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| state | filter | eq | |< /br>| groups | expand | | |< /br>.

top
Nullable<Int32>

Nombre d’enregistrements à renvoyer.

skip
Nullable<Int32>

Nombre d'enregistrements à ignorer.

expandGroups
Nullable<Boolean>

Lorsqu’elle est définie sur true, la réponse contient un tableau de groupes qui ont une visibilité sur le produit. La valeur par défaut est false.

tags
String

Produits qui font partie d’une balise spécifique.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de ApiManagementProductResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à