Uses of Class
com.microsoft.azure.management.batch.AllocationState
-
-
Uses of AllocationState in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AllocationState Modifier and Type Method Description static AllocationStateAllocationState. fromString(String value)Parses a serialized value to a AllocationState instance.static AllocationStateAllocationState. valueOf(String name)Returns the enum constant of this type with the specified name.static AllocationState[]AllocationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-