Freigeben über


ProductOperationsExtensions.ListByService Methode

Definition

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> ListByService (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);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ProductContract> * Nullable<bool> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ProductContract>
<Extension()>
Public Function ListByService (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) As 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.

Gibt zurück

Gilt für: