Freigeben über


ProductOperationsExtensions.ListByServiceAsync Methode

Definition

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ProductContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IProductOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> odataQuery = default, bool? expandGroups = default, string tags = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ProductContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IProductOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of ProductContract) = Nothing, Optional expandGroups As Nullable(Of Boolean) = Nothing, Optional tags As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProductContract))

Parameter

operations
IProductOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

odataQuery
ODataQuery<ProductContract>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

expandGroups
Nullable<Boolean>

Wenn sie auf true festgelegt ist, enthält die Antwort ein Array von Gruppen, die Übersicht für das Produkt haben. Die Standardeinstellung ist „false“.

tags
String

Produkte, die Teil eines bestimmten Tags sind.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: