Compartir a través de


SyncGroupsOperationsExtensions.ListHubSchemasNext Método

Definición

Obtiene una colección de esquemas de base de datos central.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties> ListHubSchemasNext (this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string nextPageLink);
static member ListHubSchemasNext : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties>
<Extension()>
Public Function ListHubSchemasNext (operations As ISyncGroupsOperations, nextPageLink As String) As IPage(Of SyncFullSchemaProperties)

Parámetros

operations
ISyncGroupsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a