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

NewAzureHDInsightHiveJobDefinitionCommand() public method

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