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 BatchNodeDeallocateOption
BatchNodeDeallocateOption.REQUEUE
Terminate running Task processes and requeue the Tasks.static final BatchNodeDeallocateOption
BatchNodeDeallocateOption.RETAINED_DATA
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.static final BatchNodeDeallocateOption
BatchNodeDeallocateOption.TASK_COMPLETION
Allow currently running Tasks to complete.static final BatchNodeDeallocateOption
BatchNodeDeallocateOption.TERMINATE
Terminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeDeallocateOptionModifier and TypeMethodDescriptionstatic BatchNodeDeallocateOption
BatchNodeDeallocateOption.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.