Uses of Class
com.azure.compute.batch.models.BatchNodeDisableSchedulingContent
Packages that use BatchNodeDisableSchedulingContent
-
Uses of BatchNodeDisableSchedulingContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeDisableSchedulingContentModifier and TypeMethodDescriptionBatchNodeDisableSchedulingContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeDisableSchedulingContent from the JsonReader.DisableBatchNodeSchedulingOptions.getParameters()
Get the parameters property: The options to use for disabling scheduling on the Compute Node.BatchNodeDisableSchedulingContent.setNodeDisableSchedulingOption
(BatchNodeDisableSchedulingOption nodeDisableSchedulingOption) Set the nodeDisableSchedulingOption property: What to do with currently running Tasks when disabling Task scheduling on the Compute Node.Methods in com.azure.compute.batch.models with parameters of type BatchNodeDisableSchedulingContentModifier and TypeMethodDescriptionDisableBatchNodeSchedulingOptions.setParameters
(BatchNodeDisableSchedulingContent parameters) Set the parameters property: The options to use for disabling scheduling on the Compute Node.