次の方法で共有


JobsOperationsExtensions.ListByExperiment メソッド

定義

指定した実験内のジョブの一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job> ListByExperiment (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions jobsListByExperimentOptions = default);
static member ListByExperiment : Microsoft.Azure.Management.BatchAI.IJobsOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job>
<Extension()>
Public Function ListByExperiment (operations As IJobsOperations, resourceGroupName As String, workspaceName As String, experimentName As String, Optional jobsListByExperimentOptions As JobsListByExperimentOptions = Nothing) As IPage(Of Job)

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

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

workspaceName
String

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

experimentName
String

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

jobsListByExperimentOptions
JobsListByExperimentOptions

操作の追加パラメーター

戻り値

適用対象