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