Partager via


UnresolvedDependenciesOperationsExtensions.GetNextAsync Méthode

Définition

Obtient une liste de dépendances non résolues.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Migrate.ResourceMover.Models.UnresolvedDependency>> GetNextAsync (this Microsoft.Azure.Management.Migrate.ResourceMover.IUnresolvedDependenciesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetNextAsync : Microsoft.Azure.Management.Migrate.ResourceMover.IUnresolvedDependenciesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Migrate.ResourceMover.Models.UnresolvedDependency>>
<Extension()>
Public Function GetNextAsync (operations As IUnresolvedDependenciesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of UnresolvedDependency))

Paramètres

operations
IUnresolvedDependenciesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à