Freigeben über


ProductApiOperationsExtensions.ListByProduct Methode

Definition

Listet eine Auflistung von APIs auf, die einem Produkt zugeordnet sind

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> ListByProduct (this Microsoft.Azure.Management.ApiManagement.IProductApiOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> odataQuery = default);
static member ListByProduct : Microsoft.Azure.Management.ApiManagement.IProductApiOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract>
<Extension()>
Public Function ListByProduct (operations As IProductApiOperations, resourceGroupName As String, serviceName As String, productId As String, Optional odataQuery As ODataQuery(Of ApiContract) = Nothing) As IPage(Of ApiContract)

Parameter

operations
IProductApiOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

productId
String

Produktbezeichner. Muss im aktuellen API Management Dienst instance eindeutig sein.

odataQuery
ODataQuery<ApiContract>

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

Gibt zurück

Gilt für: