Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.AzureHDInsightConfig C# (CSharp) Method

AzureHDInsightConfig() public method

public AzureHDInsightConfig ( ) : Microsoft.Azure.Commands.HDInsight.Models.Management
return Microsoft.Azure.Commands.HDInsight.Models.Management
        public AzureHDInsightConfig()
        {
            ClusterType = Constants.Hadoop;
            AdditionalStorageAccounts = new Dictionary<string, string>();
            Configurations = new Dictionary<string, Hashtable>();
            ScriptActions = new Dictionary<ClusterNodeType, List<AzureHDInsightScriptAction>>();
            ComponentVersion = new Dictionary<string, string>();
        }
    }
AzureHDInsightConfig