Compartilhar via


SyncGroupsOperationsExtensions.ListByDatabaseNextAsync Método

Definição

Lista grupos de sincronização em um banco de dados de hub.

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

Parâmetros

operations
ISyncGroupsOperations

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