Compartir a través de


GatewayApiOperationsExtensions.ListByService Método

Definición

Enumera una colección de las API asociadas a una puerta de enlace.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations * 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 ListByService (operations As IGatewayApiOperations, resourceGroupName As String, serviceName As String, gatewayId As String, Optional odataQuery As ODataQuery(Of ApiContract) = Nothing) As IPage(Of ApiContract)

Parámetros

operations
IGatewayApiOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

gatewayId
String

Identificador de entidad de puerta de enlace. Debe ser único en la instancia de servicio API Management actual. No debe tener el valor "administrado".

odataQuery
ODataQuery<ApiContract>

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

Devoluciones

Se aplica a