JobsOperationsExtensions.ListOutputFilesNextAsync Method

Definition

List all directories and files inside the given directory of the Job's output directory (if the output directory is on Azure File Share or Azure Storage Container).

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

Parameters

operations
IJobsOperations

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