Sdílet prostřednictvím


DeletedServersOperationsExtensions.ListByLocationNext Method

Definition

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.

Returns

Applies to