Uses of Class
com.azure.compute.batch.models.BatchNodeDeallocateOption
Packages that use BatchNodeDeallocateOption
-
Uses of BatchNodeDeallocateOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeDeallocateOptionModifier and TypeFieldDescriptionstatic final BatchNodeDeallocateOptionBatchNodeDeallocateOption.REQUEUETerminate running Task processes and requeue the Tasks.static final BatchNodeDeallocateOptionBatchNodeDeallocateOption.RETAINED_DATAAllow currently running Tasks to complete, then wait for all Task data retention periods to expire.static final BatchNodeDeallocateOptionBatchNodeDeallocateOption.TASK_COMPLETIONAllow currently running Tasks to complete.static final BatchNodeDeallocateOptionBatchNodeDeallocateOption.TERMINATETerminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeDeallocateOptionModifier and TypeMethodDescriptionstatic BatchNodeDeallocateOptionBatchNodeDeallocateOption.fromString(String name) Creates or finds a BatchNodeDeallocateOption from its string representation.BatchNodeDeallocateContent.getNodeDeallocateOption()Get the nodeDeallocateOption property: When to deallocate 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 BatchNodeDeallocateOptionModifier and TypeMethodDescriptionstatic Collection<BatchNodeDeallocateOption> BatchNodeDeallocateOption.values()Gets known BatchNodeDeallocateOption values.Methods in com.azure.compute.batch.models with parameters of type BatchNodeDeallocateOptionModifier and TypeMethodDescriptionBatchNodeDeallocateContent.setNodeDeallocateOption(BatchNodeDeallocateOption nodeDeallocateOption) Set the nodeDeallocateOption property: When to deallocate the Compute Node and what to do with currently running Tasks.