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 BatchNodeDisableSchedulingOptionBatchNodeDisableSchedulingOption.REQUEUETerminate running Task processes and requeue the Tasks.static final BatchNodeDisableSchedulingOptionBatchNodeDisableSchedulingOption.TASK_COMPLETIONAllow currently running Tasks to complete.static final BatchNodeDisableSchedulingOptionBatchNodeDisableSchedulingOption.TERMINATETerminate 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.