ExperimentsOperationsExtensions.CreateAsync メソッド

定義

実験を作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Experiment> CreateAsync (this Microsoft.Azure.Management.BatchAI.IExperimentsOperations operations, string resourceGroupName, string workspaceName, string experimentName, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.BatchAI.IExperimentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Experiment>
<Extension()>
Public Function CreateAsync (operations As IExperimentsOperations, resourceGroupName As String, workspaceName As String, experimentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Experiment)

パラメーター

operations
IExperimentsOperations

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

resourceGroupName
String

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

workspaceName
String

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

experimentName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象