Compartilhar via


GatewayOperationsExtensions.ListByServiceNextAsync Método

Definição

Lista uma coleção de gateways registrados com a instância de serviço.

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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a