ProductOperationsExtensions.ListByService Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
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:
Azure SDK for .NET