Uses of Class
com.azure.compute.batch.models.BatchPoolState
Packages that use BatchPoolState
-
Uses of BatchPoolState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchPoolStateModifier and TypeFieldDescriptionstatic final BatchPoolState
BatchPoolState.ACTIVE
The Pool is available to run Tasks subject to the availability of Compute Nodes.static final BatchPoolState
BatchPoolState.DELETING
The user has requested that the Pool be deleted, but the delete operation has not yet completed.Methods in com.azure.compute.batch.models that return BatchPoolStateModifier and TypeMethodDescriptionstatic BatchPoolState
BatchPoolState.fromString
(String name) Creates or finds a BatchPoolState from its string representation.BatchPool.getState()
Get the state property: The current state of the Pool.Methods in com.azure.compute.batch.models that return types with arguments of type BatchPoolStateModifier and TypeMethodDescriptionstatic Collection
<BatchPoolState> BatchPoolState.values()
Gets known BatchPoolState values.