共用方式為


LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByLocationNextAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup>> ListByLocationNextAsync (this Microsoft.Azure.Management.Sql.ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationNextAsync : Microsoft.Azure.Management.Sql.ILongTermRetentionManagedInstanceBackupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup>>
<Extension()>
Public Function ListByLocationNextAsync (operations As ILongTermRetentionManagedInstanceBackupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to