Uses of Class
com.azure.compute.batch.models.EnableBatchNodeSchedulingOptions
Packages that use EnableBatchNodeSchedulingOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of EnableBatchNodeSchedulingOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type EnableBatchNodeSchedulingOptionsModifier and TypeMethodDescriptionBatchAsyncClient.enableNodeScheduling
(String poolId, String nodeId, EnableBatchNodeSchedulingOptions options) Enables Task scheduling on the specified Compute Node.void
BatchClient.enableNodeScheduling
(String poolId, String nodeId, EnableBatchNodeSchedulingOptions options) Enables Task scheduling on the specified Compute Node. -
Uses of EnableBatchNodeSchedulingOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return EnableBatchNodeSchedulingOptionsModifier and TypeMethodDescriptionEnableBatchNodeSchedulingOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.