Azure.ResourceManager.HDInsight.Containers Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
HDInsightClusterCollection |
A class representing a collection of HDInsightClusterResource and their operations. Each HDInsightClusterResource in the collection will belong to the same instance of HDInsightClusterPoolResource. To get a HDInsightClusterCollection instance call the GetHDInsightClusters method from an instance of HDInsightClusterPoolResource. |
HDInsightClusterData |
A class representing the HDInsightCluster data model. The cluster. |
HDInsightClusterPoolCollection |
A class representing a collection of HDInsightClusterPoolResource and their operations. Each HDInsightClusterPoolResource in the collection will belong to the same instance of ResourceGroupResource. To get a HDInsightClusterPoolCollection instance call the GetHDInsightClusterPools method from an instance of ResourceGroupResource. |
HDInsightClusterPoolData |
A class representing the HDInsightClusterPool data model. Cluster pool. |
HDInsightClusterPoolResource |
A Class representing a HDInsightClusterPool along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HDInsightClusterPoolResource from an instance of ArmClient using the GetHDInsightClusterPoolResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetHDInsightClusterPool method. |
HDInsightClusterResource |
A Class representing a HDInsightCluster along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HDInsightClusterResource from an instance of ArmClient using the GetHDInsightClusterResource method. Otherwise you can get one from its parent resource HDInsightClusterPoolResource using the GetHDInsightCluster method. |
HDInsightContainersExtensions |
A class to add extension methods to Azure.ResourceManager.HDInsight.Containers. |
Azure SDK for .NET