Uses of Class
com.azure.compute.batch.models.BatchNodeRebootOption
Packages that use BatchNodeRebootOption
-
Uses of BatchNodeRebootOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeRebootOptionModifier and TypeFieldDescriptionstatic final BatchNodeRebootOption
BatchNodeRebootOption.REQUEUE
Terminate running Task processes and requeue the Tasks.static final BatchNodeRebootOption
BatchNodeRebootOption.RETAINED_DATA
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.static final BatchNodeRebootOption
BatchNodeRebootOption.TASK_COMPLETION
Allow currently running Tasks to complete.static final BatchNodeRebootOption
BatchNodeRebootOption.TERMINATE
Terminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeRebootOptionModifier and TypeMethodDescriptionstatic BatchNodeRebootOption
BatchNodeRebootOption.fromString
(String name) Creates or finds a BatchNodeRebootOption from its string representation.BatchNodeRebootContent.getNodeRebootOption()
Get the nodeRebootOption property: When to reboot the Compute Node and what to do with currently running Tasks.Methods in com.azure.compute.batch.models that return types with arguments of type BatchNodeRebootOptionModifier and TypeMethodDescriptionstatic Collection
<BatchNodeRebootOption> BatchNodeRebootOption.values()
Gets known BatchNodeRebootOption values.Methods in com.azure.compute.batch.models with parameters of type BatchNodeRebootOptionModifier and TypeMethodDescriptionBatchNodeRebootContent.setNodeRebootOption
(BatchNodeRebootOption nodeRebootOption) Set the nodeRebootOption property: When to reboot the Compute Node and what to do with currently running Tasks.