ArmHDInsightModelFactory.HDInsightClusterConfigurations Method
Definition
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.
Initializes a new instance of HDInsightClusterConfigurations.
public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterConfigurations HDInsightClusterConfigurations (System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IDictionary<string,string>> configurations = default);
static member HDInsightClusterConfigurations : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IDictionary<string, string>> -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterConfigurations
Public Shared Function HDInsightClusterConfigurations (Optional configurations As IReadOnlyDictionary(Of String, IDictionary(Of String, String)) = Nothing) As HDInsightClusterConfigurations
Parameters
- configurations
- IReadOnlyDictionary<String,IDictionary<String,String>>
The configuration object for the specified configuration for the specified cluster.
Returns
A new HDInsightClusterConfigurations instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET