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