Compartilhar via


ExpressRoutePortsLocationsOperationsExtensions.ListNextAsync Método

Definição

Recupera todos os locais de emparelhamento do ExpressRoutePort. Não retorna larguras de banda disponíveis para cada local. As larguras de banda disponíveis só podem ser obtidas ao recuperar um local de emparelhamento específico.

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

Parâmetros

operations
IExpressRoutePortsLocationsOperations

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