DeletedServersOperationsExtensions.ListByLocationNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of deleted servers for a location.
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)
Parameters
- operations
- IDeletedServersOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.