Share via


JobsOperationsExtensions.ListOutputFiles 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> ListOutputFiles (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, string jobName, Microsoft.Azure.Management.BatchAI.Models.JobsListOutputFilesOptions jobsListOutputFilesOptions);
static member ListOutputFiles : Microsoft.Azure.Management.BatchAI.IJobsOperations * string * string * string * string * Microsoft.Azure.Management.BatchAI.Models.JobsListOutputFilesOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File>
<Extension()>
Public Function ListOutputFiles (operations As IJobsOperations, resourceGroupName As String, workspaceName As String, experimentName As String, jobName As String, jobsListOutputFilesOptions As JobsListOutputFilesOptions) As IPage(Of File)

Parameters

operations
IJobsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

experimentName
String

The name of the experiment. Experiment names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

jobName
String

The name of the job within the specified resource group. Job names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

jobsListOutputFilesOptions
JobsListOutputFilesOptions

Additional parameters for the operation

Returns

Applies to