次の方法で共有


ExperimentsOperationsExtensions.Get メソッド

定義

実験に関する情報を取得します。

public static Microsoft.Azure.Management.BatchAI.Models.Experiment Get (this Microsoft.Azure.Management.BatchAI.IExperimentsOperations operations, string resourceGroupName, string workspaceName, string experimentName);
static member Get : Microsoft.Azure.Management.BatchAI.IExperimentsOperations * string * string * string -> Microsoft.Azure.Management.BatchAI.Models.Experiment
<Extension()>
Public Function Get (operations As IExperimentsOperations, resourceGroupName As String, workspaceName As String, experimentName As String) As Experiment

パラメーター

operations
IExperimentsOperations

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

resourceGroupName
String

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

workspaceName
String

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

experimentName
String

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

戻り値

適用対象