Compartir a través de


GatewayOperationsExtensions.ListByServiceNextAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract>> ListByServiceNextAsync (this Microsoft.Azure.Management.ApiManagement.IGatewayOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceNextAsync : Microsoft.Azure.Management.ApiManagement.IGatewayOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.GatewayContract>>
<Extension()>
Public Function ListByServiceNextAsync (operations As IGatewayOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GatewayContract))

Parámetros

operations
IGatewayOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a