Compartilhar via


ManagedInstancesOperationsExtensions.ListByManagedInstanceNextAsync Método

Definição

Obtenha as principais consultas de consumo de recursos de uma instância gerenciada.

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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a