ProfilesOperationsExtensions.ListNextAsync Método

Definición

Enumera todos los perfiles de cdn dentro de una suscripción de Azure.

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

Parámetros

operations
IProfilesOperations

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