你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

群集的标识(如果已配置)。

适用于