Partager via


ApiManagementTagCollection.GetAll Méthode

Définition

Répertorie une collection de balises définies dans une instance de service.

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

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>.

top
Nullable<Int32>

Nombre d’enregistrements à renvoyer.

skip
Nullable<Int32>

Nombre d'enregistrements à ignorer.

scope
String

Étendue comme « apis », « products » ou « apis/{apiId} ».

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à