ClusterComputeNodeProfile(String, String, Int32) コンストラクター

定義

ClusterComputeNodeProfile の新しいインスタンスを初期化します。

public ClusterComputeNodeProfile (string nodeProfileType, string vmSize, int count);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeNodeProfile : string * string * int -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeNodeProfile
Public Sub New (nodeProfileType As String, vmSize As String, count As Integer)

パラメーター

nodeProfileType
String

ノード型。

vmSize
String

仮想マシン SKU。

count
Int32

仮想マシンの数。

例外

nodeProfileType または vmSize が null です。

適用対象