Partilhar via


SyncGroupsOperationsExtensions.ListHubSchemasNextAsync Método

Definição

Obtém uma coleção de esquemas de banco de dados do hub.

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

Parâmetros

operations
ISyncGroupsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a