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