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 BatchNodeRebootOptionBatchNodeRebootOption.REQUEUETerminate running Task processes and requeue the Tasks.static final BatchNodeRebootOptionBatchNodeRebootOption.RETAINED_DATAAllow currently running Tasks to complete, then wait for all Task data retention periods to expire.static final BatchNodeRebootOptionBatchNodeRebootOption.TASK_COMPLETIONAllow currently running Tasks to complete.static final BatchNodeRebootOptionBatchNodeRebootOption.TERMINATETerminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeRebootOptionModifier and TypeMethodDescriptionstatic BatchNodeRebootOptionBatchNodeRebootOption.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.