次の方法で共有


ClusterCreateParametersExtended コンストラクター

定義

オーバーロード

ClusterCreateParametersExtended()

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

ClusterCreateParametersExtended(String, IDictionary<String,String>, IList<String>, ClusterCreateProperties, ClusterIdentity)

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

ClusterCreateParametersExtended()

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

public ClusterCreateParametersExtended ();
Public Sub New ()

適用対象

ClusterCreateParametersExtended(String, IDictionary<String,String>, IList<String>, ClusterCreateProperties, ClusterIdentity)

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

public ClusterCreateParametersExtended (string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> zones = default, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties properties = default, Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity identity = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended
Public Sub New (Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional zones As IList(Of String) = Nothing, Optional properties As ClusterCreateProperties = Nothing, Optional identity As ClusterIdentity = Nothing)

パラメーター

location
String

クラスターの場所。

tags
IDictionary<String,String>

リソース タグ。

zones
IList<String>

可用性ゾーン。

properties
ClusterCreateProperties

クラスターによってパラメーターが作成されます。

identity
ClusterIdentity

クラスターの ID (構成されている場合)。

適用対象