Compartilhar via


WorkloadGroupsOperationsExtensions.ListByDatabaseNextAsync Método

Definição

Obtém a lista de grupos de carga de trabalho

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

Parâmetros

operations
IWorkloadGroupsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a