Class AllocationState

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AllocationState>
com.microsoft.azure.management.batchai.AllocationState

public final class AllocationState extends com.microsoft.rest.ExpandableStringEnum<AllocationState>
Defines values for AllocationState.
  • Field Details

    • STEADY

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

      public static final AllocationState RESIZING
      Static value resizing for AllocationState.
  • Constructor Details

    • AllocationState

      public AllocationState()
  • Method Details

    • 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()
      Returns:
      known AllocationState values