You're working on a software solution for a self-driving transportation system. To simulate navigation sets for entire fleets of vehicles, the solution uses large data sets and Azure Batch processing. <br>
On Azure Batch, you must construct compute nodes for the solution. <br>
What are your options?
-
A
In Azure CLI, run the command: az batch pool create
-
B
In Python, implement the class: TaskAddParameter
-
C
In a .NET method, call the method: BatchClient.PoolOperations.CreateJob
-
D
In Python, implement the class: JobAddParameter