JobsOperationsExtensions.ListOutputFilesNext(IJobsOperations, String) 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File> ListOutputFilesNext (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string nextPageLink);
static member ListOutputFilesNext : Microsoft.Azure.Management.BatchAI.IJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File>
<Extension()>
Public Function ListOutputFilesNext (operations As IJobsOperations, nextPageLink As String) As 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.

Returns

Applies to