AllocationState Class

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

public class AllocationState

Defines values for AllocationState.

Field Summary

Modifier and Type Field and Description
final AllocationState RESIZING

Static value resizing for AllocationState.

final AllocationState STEADY

Static value steady for AllocationState.

Method Summary

Modifier and Type Method and Description
AllocationState fromString(String name)

Creates or finds a AllocationState from its string representation.

Collection<AllocationState> values()

Field Details

RESIZING

public static final AllocationState RESIZING= fromString("resizing")

Static value resizing for AllocationState.

STEADY

public static final AllocationState STEADY= fromString("steady")

Static value steady for 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 values()

Returns:

known AllocationState values

Applies to