Compartilhar via


RoutesOperationsExtensions.ListByEndpointNextAsync Método

Definição

Lista todas as origens existentes em um perfil.

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

Parâmetros

operations
IRoutesOperations

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