Partager via


ServerKeysOperationsExtensions.ListNext(IServerKeysOperations, String) Méthode

Définition

Obtient une liste de clés de serveur.

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)

Paramètres

operations
IServerKeysOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à