Share via


ReplicasOperationsExtensions.ListByServerNext Method

Definition

List all the replicas for a given server.

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)

Parameters

operations
IReplicasOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to