Partager via


DeletedServersOperationsExtensions.ListNext Méthode

Définition

Obtient la liste de tous les serveurs supprimés dans un abonnement.

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

Paramètres

operations
IDeletedServersOperations

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 à