Partager via


ServerKeysOperationsExtensions.ListByServerNext Méthode

Définition

Obtient une liste de clés de serveur.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerKey> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerKeysOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerKeysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerKey>
<Extension()>
Public Function ListByServerNext (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 du précédent appel réussi à l’opération List.

Retours

S’applique à