Uses of Class
com.azure.compute.batch.models.BatchNodeDisableSchedulingOption
Packages that use BatchNodeDisableSchedulingOption
-
Uses of BatchNodeDisableSchedulingOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeDisableSchedulingOptionModifier and TypeFieldDescriptionstatic final BatchNodeDisableSchedulingOption
BatchNodeDisableSchedulingOption.REQUEUE
Terminate running Task processes and requeue the Tasks.static final BatchNodeDisableSchedulingOption
BatchNodeDisableSchedulingOption.TASK_COMPLETION
Allow currently running Tasks to complete.static final BatchNodeDisableSchedulingOption
BatchNodeDisableSchedulingOption.TERMINATE
Terminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeDisableSchedulingOptionModifier and TypeMethodDescriptionBatchNodeDisableSchedulingOption.fromString
(String name) Creates or finds a BatchNodeDisableSchedulingOption from its string representation.BatchNodeDisableSchedulingContent.getNodeDisableSchedulingOption()
Get 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 that return types with arguments of type BatchNodeDisableSchedulingOptionModifier and TypeMethodDescriptionBatchNodeDisableSchedulingOption.values()
Gets known BatchNodeDisableSchedulingOption values.Methods in com.azure.compute.batch.models with parameters of type BatchNodeDisableSchedulingOptionModifier and TypeMethodDescriptionBatchNodeDisableSchedulingContent.setNodeDisableSchedulingOption
(BatchNodeDisableSchedulingOption nodeDisableSchedulingOption) Set the nodeDisableSchedulingOption property: What to do with currently running Tasks when disabling Task scheduling on the Compute Node.