Share via


WorkloadClassifiersOperationsExtensions.ListByWorkloadGroupNextAsync Method

Definition

Gets the list of workload classifiers for a workload group

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

Parameters

operations
IWorkloadClassifiersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to