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