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

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            var hivejob = GetHiveJob();

            WriteObject(hivejob);
        }