Compartir a través de


ReplicasOperationsExtensions.ListByServerNext Método

Definición

Enumere todas las réplicas de un servidor determinado.

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

Parámetros

operations
IReplicasOperations

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