Uses of Class
com.azure.compute.batch.models.BatchNodeReimageOption
Packages that use BatchNodeReimageOption
-
Uses of BatchNodeReimageOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeReimageOptionModifier and TypeFieldDescriptionstatic final BatchNodeReimageOption
BatchNodeReimageOption.REQUEUE
Terminate running Task processes and requeue the Tasks.static final BatchNodeReimageOption
BatchNodeReimageOption.RETAINED_DATA
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.static final BatchNodeReimageOption
BatchNodeReimageOption.TASK_COMPLETION
Allow currently running Tasks to complete.static final BatchNodeReimageOption
BatchNodeReimageOption.TERMINATE
Terminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeReimageOptionModifier and TypeMethodDescriptionstatic BatchNodeReimageOption
BatchNodeReimageOption.fromString
(String name) Creates or finds a BatchNodeReimageOption from its string representation.BatchNodeReimageContent.getNodeReimageOption()
Get the nodeReimageOption property: When to reimage 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 BatchNodeReimageOptionModifier and TypeMethodDescriptionstatic Collection
<BatchNodeReimageOption> BatchNodeReimageOption.values()
Gets known BatchNodeReimageOption values.Methods in com.azure.compute.batch.models with parameters of type BatchNodeReimageOptionModifier and TypeMethodDescriptionBatchNodeReimageContent.setNodeReimageOption
(BatchNodeReimageOption nodeReimageOption) Set the nodeReimageOption property: When to reimage the Compute Node and what to do with currently running Tasks.