ServerKeysOperationsExtensions.ListNext(IServerKeysOperations, String) Method

Definition

Gets a list of Server keys.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey> ListNext (this Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey>
<Extension()>
Public Function ListNext (operations As IServerKeysOperations, nextPageLink As String) As IPage(Of ServerKey)

Parameters

operations
IServerKeysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to