Freigeben über


WorkloadClassifiersOperationsExtensions.ListByWorkloadGroupNextAsync Methode

Definition

Ruft die Liste der Workloadklassifizierer für eine Workloadgruppe ab.

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

Parameter

operations
IWorkloadClassifiersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: