次の方法で共有


ClusterPoolComputeProfile(String) コンストラクター

定義

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

public ClusterPoolComputeProfile (string vmSize);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile : string -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile
Public Sub New (vmSize As String)

パラメーター

vmSize
String

仮想マシン SKU。

例外

vmSize が null です。

適用対象