ReplicationLinksOperationsExtensions.ListByDatabaseNext Method

Definition

Gets a list of replication links on database.

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

Parameters

operations
IReplicationLinksOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to