Uses of Class
com.azure.compute.batch.models.AllocationState
Packages that use AllocationState
-
Uses of AllocationState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as AllocationStateModifier and TypeFieldDescriptionstatic final AllocationState
AllocationState.RESIZING
The Pool is resizing; that is, Compute Nodes are being added to or removed from the Pool.static final AllocationState
AllocationState.STEADY
The Pool is not resizing.static final AllocationState
AllocationState.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 in com.azure.compute.batch.models that return AllocationStateModifier and TypeMethodDescriptionstatic AllocationState
AllocationState.fromString
(String name) Creates or finds a AllocationState from its string representation.BatchPool.getAllocationState()
Get the allocationState property: Whether the Pool is resizing.Methods in com.azure.compute.batch.models that return types with arguments of type AllocationStateModifier and TypeMethodDescriptionstatic Collection
<AllocationState> AllocationState.values()
Gets known AllocationState values.