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

ArmHDInsightModelFactory.HDInsightVersionsCapability 方法

定义

初始化 HDInsightVersionsCapability 的新实例。

public static Azure.ResourceManager.HDInsight.Models.HDInsightVersionsCapability HDInsightVersionsCapability (System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightVersionSpec> available = default);
static member HDInsightVersionsCapability : seq<Azure.ResourceManager.HDInsight.Models.HDInsightVersionSpec> -> Azure.ResourceManager.HDInsight.Models.HDInsightVersionsCapability
Public Shared Function HDInsightVersionsCapability (Optional available As IEnumerable(Of HDInsightVersionSpec) = Nothing) As HDInsightVersionsCapability

参数

available
IEnumerable<HDInsightVersionSpec>

版本功能的列表。

返回

用于模拟的新 HDInsightVersionsCapability 实例。

适用于