Partager via


DeletedServersOperationsExtensions.ListByLocationNext Méthode

Définition

Obtient la liste des serveurs supprimés pour un emplacement.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DeletedServer> ListByLocationNext (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations, string nextPageLink);
static member ListByLocationNext : Microsoft.Azure.Management.Sql.IDeletedServersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DeletedServer>
<Extension()>
Public Function ListByLocationNext (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 à