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 DisableBatchJobOption
DisableBatchJobOption.REQUEUE
Terminate running Tasks and requeue them.static final DisableBatchJobOption
DisableBatchJobOption.TERMINATE
Terminate running Tasks.static final DisableBatchJobOption
DisableBatchJobOption.WAIT
Allow currently running Tasks to complete.Methods in com.azure.compute.batch.models that return DisableBatchJobOptionModifier and TypeMethodDescriptionstatic DisableBatchJobOption
DisableBatchJobOption.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.