AllocationState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. AllocationState
- com.
- java.
public enum AllocationState
extends Enum<AllocationState>
Whether the pool is resizing.
Fields
| RESIZING |
The pool is resizing; that is, compute nodes are being added to or removed from the pool. |
| STEADY |
The pool is not resizing. |
| STOPPING |
The pool was resizing, but the user has requested that the resize be stopped, but the stop request has not yet been completed. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static AllocationState fromString(String value)
Parses a serialized value to a AllocationState instance.
Parameters
- value
- String