次の方法で共有


ArmHDInsightContainersModelFactory.ClusterPoolComputeProfile メソッド

定義

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

public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile ClusterPoolComputeProfile (string vmSize = default, int? count = default);
static member ClusterPoolComputeProfile : string * Nullable<int> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile
Public Shared Function ClusterPoolComputeProfile (Optional vmSize As String = Nothing, Optional count As Nullable(Of Integer) = Nothing) As ClusterPoolComputeProfile

パラメーター

vmSize
String

仮想マシン SKU。

count
Nullable<Int32>

仮想マシンの数。

戻り値

モック作成用の新しい ClusterPoolComputeProfile インスタンス。

適用対象