Freigeben über


ApiManagementServiceResource.GetApisByTags Methode

Definition

Listet eine Auflistung von APIs auf, denen Tags zugeordnet sind

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags
  • Vorgang IdApi_ListByTags
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails> GetApisByTags (string filter = default, int? top = default, int? skip = default, bool? includeNotTaggedApis = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApisByTags : string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails>
override this.GetApisByTags : string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails>
Public Overridable Function GetApisByTags (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional includeNotTaggedApis As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TagResourceContractDetails)

Parameter

filter
String

| Feld | Nutzung | Unterstützte Operatoren | Unterstützte Funktionen |< /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>| apiRevision | 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>| 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>| isCurrent | filter | eq | |< /br>.

top
Nullable<Int32>

Die Anzahl der zurückzugebenden Datensätze.

skip
Nullable<Int32>

Die Anzahl der zu überspringenden Datensätze.

includeNotTaggedApis
Nullable<Boolean>

Schließen Sie nicht markierte APIs ein.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der TagResourceContractDetails möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: