ApiCollection.GetAll 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 toutes les API de l’instance de service de gestion des API.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis
- IdApi_ListByService d’opération
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiResource> GetAll (string filter = default, int? top = default, int? skip = default, string tags = default, bool? expandApiVersionSet = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiResource>
override this.GetAll : string * Nullable<int> * Nullable<int> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional tags As String = Nothing, Optional expandApiVersionSet As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiResource)
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>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| isCurrent | filter | eq, ne | |< /br>.
- tags
- String
Inclure des balises dans la réponse.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de ApiResource qui peut nécessiter plusieurs demandes de service pour itérer.
S’applique à
Azure SDK for .NET