Uses of Class
com.microsoft.azure.management.batchai.AllocationState
Packages that use AllocationState
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AllocationState in com.microsoft.azure.management.batchai
Fields in com.microsoft.azure.management.batchai declared as AllocationStateModifier and TypeFieldDescriptionstatic final AllocationState
AllocationState.RESIZING
Static value resizing for AllocationState.static final AllocationState
AllocationState.STEADY
Static value steady for AllocationState.Methods in com.microsoft.azure.management.batchai that return AllocationStateModifier and TypeMethodDescriptionBatchAICluster.allocationState()
Indicates whether the cluster is resizing.static AllocationState
AllocationState.fromString
(String name) Creates or finds a AllocationState from its string representation.Methods in com.microsoft.azure.management.batchai that return types with arguments of type AllocationState