Partager via


ReplicationLinksOperationsExtensions.ListByServerNext Méthode

Définition

Obtient une liste de liens de réplication.

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

Paramètres

operations
IReplicationLinksOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à