共用方式為


LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByLocationNext Method

Definition

Lists the long term retention backups for managed databases in a given location.

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

Parameters

operations
ILongTermRetentionManagedInstanceBackupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to