Partager via


FileOperationsExtensions.ListFromTaskNextAsync Méthode

Définition

Répertorie les fichiers dans le répertoire d’une tâche sur son nœud de calcul.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeFile>> ListFromTaskNextAsync (this Microsoft.Azure.Batch.Protocol.IFileOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.FileListFromTaskNextOptions fileListFromTaskNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListFromTaskNextAsync : Microsoft.Azure.Batch.Protocol.IFileOperations * string * Microsoft.Azure.Batch.Protocol.Models.FileListFromTaskNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeFile>>
<Extension()>
Public Function ListFromTaskNextAsync (operations As IFileOperations, nextPageLink As String, Optional fileListFromTaskNextOptions As FileListFromTaskNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NodeFile))

Paramètres

operations
IFileOperations

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.

fileListFromTaskNextOptions
FileListFromTaskNextOptions

Paramètres supplémentaires pour l’opération

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à