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

ArmHDInsightContainersModelFactory.HDInsightClusterVersion 方法

定义

初始化 HDInsightClusterVersion 的新实例。

public static Azure.ResourceManager.HDInsight.Containers.Models.HDInsightClusterVersion HDInsightClusterVersion (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string clusterType = default, string clusterVersion = default, string ossVersion = default, string clusterPoolVersion = default, bool? isPreview = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterComponentItem> components = default);
static member HDInsightClusterVersion : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * Nullable<bool> * seq<Azure.ResourceManager.HDInsight.Containers.Models.ClusterComponentItem> -> Azure.ResourceManager.HDInsight.Containers.Models.HDInsightClusterVersion
Public Shared Function HDInsightClusterVersion (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional clusterType As String = Nothing, Optional clusterVersion As String = Nothing, Optional ossVersion As String = Nothing, Optional clusterPoolVersion As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional components As IEnumerable(Of ClusterComponentItem) = Nothing) As HDInsightClusterVersion

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

clusterType
String

群集的类型。

clusterVersion
String

包含三部分的版本。

ossVersion
String

包含三部分的版本。

clusterPoolVersion
String

两部分群集池版本。 如果群集版本早于加入群集池版本,则返回值为空字符串。

isPreview
Nullable<Boolean>

指示此版本是否为预览版。

components
IEnumerable<ClusterComponentItem>

此群集类型和版本的组件列表。

返回

用于模拟的新 HDInsightClusterVersion 实例。

适用于