Share via


ManagedDatabaseTablesOperationsExtensions.ListBySchemaNext Method

Definition

List managed database tables

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

Parameters

operations
IManagedDatabaseTablesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to