Class AllocationState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AllocationState>
com.microsoft.azure.management.batchai.AllocationState
Defines values for AllocationState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AllocationState
Static value resizing for AllocationState.static final AllocationState
Static value steady for AllocationState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AllocationState
fromString
(String name) Creates or finds a AllocationState from its string representation.static Collection<AllocationState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
STEADY
Static value steady for AllocationState. -
RESIZING
Static value resizing for AllocationState.
-
-
Constructor Details
-
AllocationState
public AllocationState()
-
-
Method Details
-
fromString
Creates or finds a AllocationState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AllocationState
-
values
- Returns:
- known AllocationState values
-