In Batch execution API help page of Azure Machine Learning there are three different URI’s
How do I automate these jobs in the Azure Scheduler? (i.e. if I want to execute the BES on the particular date
You would use Azure Data Factory instead of the scheduler. This would allow you to schedule the BES call into the future while identifying where the result file will end up.
There are lots of examples online on how to do that.