Share via


ManagedDatabasesOperationsExtensions.ListByInstanceNext Method

Definition

Gets a list of managed databases.

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

Parameters

operations
IManagedDatabasesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to