Class AllocationState


  • public final class AllocationState
    extends com.azure.core.util.ExpandableStringEnum<AllocationState>
    Defines values for AllocationState.
    • Field Detail

      • STEADY

        public static final AllocationState STEADY
        Static value Steady for AllocationState.
      • RESIZING

        public static final AllocationState RESIZING
        Static value Resizing for AllocationState.
    • Constructor Detail

      • AllocationState

        public AllocationState()
    • Method Detail

      • fromString

        public static AllocationState fromString​(String name)
        Creates or finds a AllocationState from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AllocationState.
      • values

        public static Collection<AllocationState> values()
        Gets known AllocationState values.
        Returns:
        known AllocationState values.