Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightConfigValuesCommand.AddAzureHDInsightConfigValuesCommand C# (CSharp) Method

AddAzureHDInsightConfigValuesCommand() public method

public AddAzureHDInsightConfigValuesCommand ( ) : Microsoft.Azure.Commands.HDInsight.Commands
return Microsoft.Azure.Commands.HDInsight.Commands
        public AddAzureHDInsightConfigValuesCommand()
        {
            Core = new Hashtable();
            HiveSite = new Hashtable();
            HiveEnv = new Hashtable();
            OozieSite = new Hashtable();
            OozieEnv = new Hashtable();
            WebHCat = new Hashtable();
            HBaseSite = new Hashtable();
            HBaseEnv = new Hashtable();
            Storm = new Hashtable();
            Yarn = new Hashtable();
            MapRed = new Hashtable();
            Tez = new Hashtable();
            Hdfs = new Hashtable();
        }