Compartir a través de


ManagedInstancesOperationsExtensions.ListByManagedInstanceNextAsync Método

Definición

Obtenga las principales consultas que consumen recursos de una instancia administrada.

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

Parámetros

operations
IManagedInstancesOperations

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