Freigeben über


ApiManagementServiceResource.GetProductsByTags Methode

Definition

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/productsByTags
  • Vorgang IdProduct_ListByTags
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails> GetProductsByTags (string filter = default, int? top = default, int? skip = default, bool? includeNotTaggedProducts = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProductsByTags : string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails>
override this.GetProductsByTags : string * Nullable<int> * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails>
Public Overridable Function GetProductsByTags (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional includeNotTaggedProducts 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>| 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 | substringof, contains, startswith, endswith |< /br>.

top
Nullable<Int32>

Die Anzahl der zurückzugebenden Datensätze.

skip
Nullable<Int32>

Die Anzahl der zu überspringenden Datensätze.

includeNotTaggedProducts
Nullable<Boolean>

Schließen Sie nicht markierte Produkte 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: