You're creating and running an Azure Batch task with code. <br>
<br>
You've set up a cluster of compute nodes. <br>
<br>
To submit a batch job to the Batch service, you must select the appropriate class and method. <br>
<br>
Which approach should you take?
-
A
JobOperations.EnableJob(String, IEnumerable<BatchClientBehavior>)
-
B
JobOperations.CreateJobO
-
C
CloudJob.Enable(IEnumerable<BatchClientBehavior>)
-
D
CloudJob.CommitAsync(IEnumerable<BatchClientBehavior>, CancellationToken)