Compartir a través de


ProductGroupOperationsExtensions.ListByProductAsync Método

Definición

Enumera la colección de grupos de desarrolladores asociados al producto especificado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GroupContract>> ListByProductAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListByProductAsync : Microsoft.Azure.Management.ApiManagement.IProductGroupOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.GroupContract> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GroupContract>>
<Extension()>
Public Function ListByProductAsync (operations As IProductGroupOperations, resourceGroupName As String, serviceName As String, productId As String, Optional odataQuery As ODataQuery(Of GroupContract) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GroupContract))

Parámetros

operations
IProductGroupOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

productId
String

Identificador de producto. Debe ser único en la instancia de servicio de API Management actual.

odataQuery
ODataQuery<GroupContract>

Parámetros de OData que se van a aplicar a la operación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a