次の方法で共有


ComputeProfile コンストラクター

定義

オーバーロード

ComputeProfile()

ComputeProfile クラスの新しいインスタンスを初期化します。

ComputeProfile(IList<Role>)

ComputeProfile クラスの新しいインスタンスを初期化します。

ComputeProfile()

ComputeProfile クラスの新しいインスタンスを初期化します。

public ComputeProfile ();
Public Sub New ()

適用対象

ComputeProfile(IList<Role>)

ComputeProfile クラスの新しいインスタンスを初期化します。

public ComputeProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Role> roles = default);
new Microsoft.Azure.Management.HDInsight.Models.ComputeProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Role> -> Microsoft.Azure.Management.HDInsight.Models.ComputeProfile
Public Sub New (Optional roles As IList(Of Role) = Nothing)

パラメーター

roles
IList<Role>

クラスター内のロールの一覧。

適用対象