FailoverGroupsOperationsExtensions.ListByServerNext Method

Definition

Lists the failover groups in a server.

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

Parameters

operations
IFailoverGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to