Uses of Class
com.azure.compute.batch.models.BatchNodeDeallocationOption
Packages that use BatchNodeDeallocationOption
-
Uses of BatchNodeDeallocationOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeDeallocationOptionModifier and TypeFieldDescriptionstatic final BatchNodeDeallocationOption
BatchNodeDeallocationOption.REQUEUE
Terminate running Task processes and requeue the Tasks.static final BatchNodeDeallocationOption
BatchNodeDeallocationOption.RETAINED_DATA
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire.static final BatchNodeDeallocationOption
BatchNodeDeallocationOption.TASK_COMPLETION
Allow currently running Tasks to complete.static final BatchNodeDeallocationOption
BatchNodeDeallocationOption.TERMINATE
Terminate running Tasks.Methods in com.azure.compute.batch.models that return BatchNodeDeallocationOptionModifier and TypeMethodDescriptionstatic BatchNodeDeallocationOption
BatchNodeDeallocationOption.fromString
(String name) Creates or finds a BatchNodeDeallocationOption from its string representation.BatchNodeRemoveContent.getNodeDeallocationOption()
Get the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) after it has been selected for deallocation.BatchPoolResizeContent.getNodeDeallocationOption()
Get the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) if the Pool size is decreasing.Methods in com.azure.compute.batch.models that return types with arguments of type BatchNodeDeallocationOptionModifier and TypeMethodDescriptionBatchNodeDeallocationOption.values()
Gets known BatchNodeDeallocationOption values.Methods in com.azure.compute.batch.models with parameters of type BatchNodeDeallocationOptionModifier and TypeMethodDescriptionBatchNodeRemoveContent.setNodeDeallocationOption
(BatchNodeDeallocationOption nodeDeallocationOption) Set the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) after it has been selected for deallocation.BatchPoolResizeContent.setNodeDeallocationOption
(BatchNodeDeallocationOption nodeDeallocationOption) Set the nodeDeallocationOption property: Determines what to do with a Compute Node and its running task(s) if the Pool size is decreasing.