次の方法で共有


ClustersOperationsExtensions.BeginCreateAsync メソッド

定義

指定されたワークスペースにクラスターを作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Cluster> BeginCreateAsync (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName, Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BatchAI.Models.Cluster>
<Extension()>
Public Function BeginCreateAsync (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, clusterName As String, parameters As ClusterCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

workspaceName
String

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

clusterName
String

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

parameters
ClusterCreateParameters

クラスターの作成に使用するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象