共用方式為


ServersOperationsExtensions.ListByResourceGroupNext Method

Definition

Gets a list of servers in a resource groups.

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

Parameters

operations
IServersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to