Sdílet prostřednictvím


LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByInstanceNext Method

Definition

Lists the long term retention backups for a given managed instance.

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