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 AllocationStateAllocationState.RESIZINGThe Pool is resizing; that is, Compute Nodes are being added to or removed from the Pool.static final AllocationStateAllocationState.STEADYThe Pool is not resizing.static final AllocationStateAllocationState.STOPPINGThe 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 AllocationStateAllocationState.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.