Uses of Class
com.azure.compute.batch.models.DisableBatchJobOption
Packages that use DisableBatchJobOption
-
Uses of DisableBatchJobOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as DisableBatchJobOptionModifier and TypeFieldDescriptionstatic final DisableBatchJobOptionDisableBatchJobOption.REQUEUETerminate running Tasks and requeue them.static final DisableBatchJobOptionDisableBatchJobOption.TERMINATETerminate running Tasks.static final DisableBatchJobOptionDisableBatchJobOption.WAITAllow currently running Tasks to complete.Methods in com.azure.compute.batch.models that return DisableBatchJobOptionModifier and TypeMethodDescriptionstatic DisableBatchJobOptionDisableBatchJobOption.fromString(String name) Creates or finds a DisableBatchJobOption from its string representation.BatchJobDisableContent.getDisableTasks()Get the disableTasks property: What to do with active Tasks associated with the Job.Methods in com.azure.compute.batch.models that return types with arguments of type DisableBatchJobOptionModifier and TypeMethodDescriptionstatic Collection<DisableBatchJobOption> DisableBatchJobOption.values()Gets known DisableBatchJobOption values.Constructors in com.azure.compute.batch.models with parameters of type DisableBatchJobOptionModifierConstructorDescriptionBatchJobDisableContent(DisableBatchJobOption disableTasks) Creates an instance of BatchJobDisableContent class.