JobsOperationsExtensions.ListOutputFiles メソッド

定義

ジョブの出力ディレクトリの指定されたディレクトリ内のすべてのディレクトリとファイルを一覧表示します (出力ディレクトリが Azure File Share または 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)

パラメーター

operations
IJobsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

workspaceName
String

ワークスペースの名前。 ワークスペース名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前は 1 から 64 文字の長さにする必要があります。

experimentName
String

実験の名前。 実験名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前は 1 から 64 文字の長さにする必要があります。

jobName
String

指定したリソース グループ内のジョブの名前。 ジョブ名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前は 1 から 64 文字の長さにする必要があります。

jobsListOutputFilesOptions
JobsListOutputFilesOptions

操作の追加パラメーター

戻り値

適用対象