ArmHDInsightContainersModelFactory.ClusterPoolComputeProfile メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
戻り値
モック作成用の新しい ClusterPoolComputeProfile インスタンス。