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

AzureHDInsightStreamingMapReduceJobDefinition() public method

Initializes a new instance of the AzureHDInsightStreamingMapReduceJobDefinition class.
public AzureHDInsightStreamingMapReduceJobDefinition ( ) : System.Collections.Generic
return System.Collections.Generic
        public AzureHDInsightStreamingMapReduceJobDefinition()
        {
            CommandEnvironment = new Dictionary<string, string>();
            Defines = new Dictionary<string, string>();
        }
    }
AzureHDInsightStreamingMapReduceJobDefinition