Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightPigJobDefinitionCommand.NewAzureHDInsightPigJobDefinitionCommand C# (CSharp) Méthode

NewAzureHDInsightPigJobDefinitionCommand() public méthode

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