Uses of Class
com.azure.compute.batch.models.BatchTaskSchedulingPolicy
Packages that use BatchTaskSchedulingPolicy
-
Uses of BatchTaskSchedulingPolicy in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskSchedulingPolicyModifier and TypeMethodDescriptionstatic BatchTaskSchedulingPolicy
BatchTaskSchedulingPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskSchedulingPolicy from the JsonReader.BatchPool.getTaskSchedulingPolicy()
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.BatchPoolCreateContent.getTaskSchedulingPolicy()
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.BatchPoolSpecification.getTaskSchedulingPolicy()
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.BatchPoolUpdateContent.getTaskSchedulingPolicy()
Get the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.Methods in com.azure.compute.batch.models with parameters of type BatchTaskSchedulingPolicyModifier and TypeMethodDescriptionBatchPoolCreateContent.setTaskSchedulingPolicy
(BatchTaskSchedulingPolicy taskSchedulingPolicy) Set the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.BatchPoolSpecification.setTaskSchedulingPolicy
(BatchTaskSchedulingPolicy taskSchedulingPolicy) Set the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.BatchPoolUpdateContent.setTaskSchedulingPolicy
(BatchTaskSchedulingPolicy taskSchedulingPolicy) Set the taskSchedulingPolicy property: How Tasks are distributed across Compute Nodes in a Pool.