Freigeben über


ProductGroupOperationsExtensions.ListByProduct Methode

Definition

Listet die Auflistung der dem angegebenen Produkt zugeordneten Entwicklergruppen auf

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

Parameter

operations
IProductGroupOperations

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<GroupContract>

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

Gibt zurück

Gilt für: