Freigeben über


ManagedInstancesOperationsExtensions.ListByManagedInstanceNextAsync Methode

Definition

Abrufen von Abfragen mit dem höchsten Ressourcenverbrauch eines verwalteten instance.

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))

Parameter

operations
IManagedInstancesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: