Partager via


ServersOperationsExtensions.ListNext(IServersOperations, String) Méthode

Définition

Obtient la liste de tous les serveurs de l’abonnement.

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

Paramètres

operations
IServersOperations

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 à