BatchNodeSchedulingDisableOptions Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchNodeSchedulingDisableOptions
- com.
public final class BatchNodeSchedulingDisableOptions
Optional parameters for Disable Node Scheduling operation.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchNodeSchedulingDisableOptions() |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Batch |
getParameters()
Get the parameters property: The options to use for disabling scheduling on the Compute Node. |
| Duration |
getTimeOutInSeconds()
Get the time |
|
Batch |
setParameters(BatchNodeDisableSchedulingParameters parameters)
Set the parameters property: The options to use for disabling scheduling on the Compute Node. |
|
Batch |
setTimeOutInSeconds(Duration timeOutInSeconds)
Set the time |
Methods inherited from java.lang.Object
Constructor Details
BatchNodeSchedulingDisableOptions
public BatchNodeSchedulingDisableOptions()
Creates an instance of BatchNodeSchedulingDisableOptions class.
Method Details
getParameters
public BatchNodeDisableSchedulingParameters getParameters()
Get the parameters property: The options to use for disabling scheduling on the Compute Node.
Returns:
getTimeOutInSeconds
public Duration getTimeOutInSeconds()
Get the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".
Returns:
setParameters
public BatchNodeSchedulingDisableOptions setParameters(BatchNodeDisableSchedulingParameters parameters)
Set the parameters property: The options to use for disabling scheduling on the Compute Node.
Parameters:
Returns:
setTimeOutInSeconds
public BatchNodeSchedulingDisableOptions setTimeOutInSeconds(Duration timeOutInSeconds)
Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".
Parameters:
Returns: