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

NewAzureHDInsightPigJobDefinitionCommand() public method

public NewAzureHDInsightPigJobDefinitionCommand ( ) : Microsoft.Azure.Commands.HDInsight.Commands
return Microsoft.Azure.Commands.HDInsight.Commands
        public NewAzureHDInsightPigJobDefinitionCommand()
        {
            Arguments = new string[] { };
            Files = new string[] { };
            job = new AzureHDInsightPigJobDefinition();
        }
NewAzureHDInsightPigJobDefinitionCommand