OriginsOperationsExtensions.ListByEndpointNextAsync Método

Definición

Enumera todos los orígenes existentes dentro de un punto de conexión.

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

Parámetros

operations
IOriginsOperations

Grupo de operaciones para 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