Compartir a través de


GatewayOperationsExtensions.ListByServiceNext Método

Definición

Muestra una colección de las puertas de enlace registradas con la instancia de servicio

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.IGatewayOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.IGatewayOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract>
<Extension()>
Public Function ListByServiceNext (operations As IGatewayOperations, nextPageLink As String) As IPage(Of GatewayContract)

Parámetros

operations
IGatewayOperations

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

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a