次の方法で共有


ClustersOperationsExtensions.BeginCreate メソッド

定義

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

public static Microsoft.Azure.Management.BatchAI.Models.Cluster BeginCreate (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName, Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters -> Microsoft.Azure.Management.BatchAI.Models.Cluster
<Extension()>
Public Function BeginCreate (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, clusterName As String, parameters As ClusterCreateParameters) As Cluster

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

workspaceName
String

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

clusterName
String

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

parameters
ClusterCreateParameters

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

戻り値

適用対象