Partager via


RecoverableManagedDatabasesOperationsExtensions.ListByInstanceNextAsync Méthode

Définition

Obtient une liste de bases de données managées récupérables.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.RecoverableManagedDatabaseInner>> ListByInstanceNextAsync (this Microsoft.Azure.Management.Sql.Fluent.IRecoverableManagedDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByInstanceNextAsync : Microsoft.Azure.Management.Sql.Fluent.IRecoverableManagedDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.RecoverableManagedDatabaseInner>>
<Extension()>
Public Function ListByInstanceNextAsync (operations As IRecoverableManagedDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecoverableManagedDatabaseInner))

Paramètres

operations
IRecoverableManagedDatabasesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à