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

Azure.ResourceManager.HDInsight.Containers 命名空间

HDInsightClusterCollection

表示 及其操作的集合的 HDInsightClusterResource 类。 HDInsightClusterResource集合中的每个 都将属于 的HDInsightClusterPoolResource同一实例。 若要获取 HDInsightClusterCollection 实例,请从 实例 HDInsightClusterPoolResource调用 GetHDInsightClusters 方法。

HDInsightClusterData

表示 HDInsightCluster 数据模型的类。 群集。

HDInsightClusterPoolCollection

表示 及其操作的集合的 HDInsightClusterPoolResource 类。 HDInsightClusterPoolResource集合中的每个 都将属于 的ResourceGroupResource同一实例。 若要获取 HDInsightClusterPoolCollection 实例,请从 实例 ResourceGroupResource调用 GetHDInsightClusterPools 方法。

HDInsightClusterPoolData

表示 HDInsightClusterPool 数据模型的类。 群集池。

HDInsightClusterPoolResource

表示 HDInsightClusterPool 的类,以及可对其进行执行的实例操作。 如果有 ,ResourceIdentifier则可以使用 GetHDInsightClusterPoolResource 方法从 实例ArmClient构造 HDInsightClusterPoolResource 。 否则,可以使用 GetHDInsightClusterPool 方法从其父资源 ResourceGroupResource 获取一个。

HDInsightClusterResource

表示 HDInsightCluster 的类,以及可对其进行执行的实例操作。 如果有 ,ResourceIdentifier则可以使用 GetHDInsightClusterResource 方法从 实例ArmClient构造 HDInsightClusterResource 。 否则,可以使用 GetHDInsightCluster 方法从其父资源 HDInsightClusterPoolResource 获取一个。

HDInsightContainersExtensions

用于将扩展方法添加到 Azure.ResourceManager.HDInsight.Containers 的类。