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

NewAzureHDInsightMapReduceJobDefinitionCommand() public method

public NewAzureHDInsightMapReduceJobDefinitionCommand ( ) : Microsoft.Azure.Commands.HDInsight.Commands
return Microsoft.Azure.Commands.HDInsight.Commands
        public NewAzureHDInsightMapReduceJobDefinitionCommand()
        {
            Arguments = new string[] { };
            Files = new string[] { };
            Defines = new Hashtable();
            LibJars = new string[] { };
            job = new AzureHDInsightMapReduceJobDefinition();
        }
NewAzureHDInsightMapReduceJobDefinitionCommand