### YamlMime:JavaEnum uid: "com.microsoft.azure.management.batch.AllocationState" fullName: "com.microsoft.azure.management.batch.AllocationState" name: "AllocationState" nameWithType: "AllocationState" summary: "Defines values for AllocationState." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "valueOf(java.lang.Class,java.lang.String)?alt=java.lang.Enum.valueOf&text=valueOf\" data-throw-if-not-resolved=\"False\" />" - "" - "" - "" - "" - "" - "" - "" - "" - "" - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" syntax: "public enum **AllocationState**
extends <>" fields: - uid: "com.microsoft.azure.management.batch.AllocationState.RESIZING" fullName: "com.microsoft.azure.management.batch.AllocationState.RESIZING" name: "RESIZING" nameWithType: "AllocationState.RESIZING" summary: "The pool is resizing; that is, compute nodes are being added to or removed from the pool." desc: "The pool is resizing; that is, compute nodes are being added to or removed from the pool." - uid: "com.microsoft.azure.management.batch.AllocationState.STEADY" fullName: "com.microsoft.azure.management.batch.AllocationState.STEADY" name: "STEADY" nameWithType: "AllocationState.STEADY" summary: "The pool is not resizing." desc: "The pool is not resizing. There are no changes to the number of nodes in the pool in progress. A pool enters this state when it is created and when no operations are being performed on the pool to change the number of nodes." - uid: "com.microsoft.azure.management.batch.AllocationState.STOPPING" fullName: "com.microsoft.azure.management.batch.AllocationState.STOPPING" name: "STOPPING" nameWithType: "AllocationState.STOPPING" summary: "The pool was resizing, but the user has requested that the resize be stopped, but the stop request has not yet been completed." desc: "The pool was resizing, but the user has requested that the resize be stopped, but the stop request has not yet been completed." methods: - uid: "com.microsoft.azure.management.batch.AllocationState.fromString(java.lang.String)" fullName: "com.microsoft.azure.management.batch.AllocationState.fromString(String value)" name: "fromString(String value)" nameWithType: "AllocationState.fromString(String value)" summary: "Parses a serialized value to a AllocationState instance." modifiers: - "static" parameters: - description: "the serialized value to parse." name: "value" type: "" syntax: "public static AllocationState fromString(String value)" desc: "Parses a serialized value to a AllocationState instance." returns: description: "the parsed AllocationState object, or null if unable to parse." type: "" - uid: "com.microsoft.azure.management.batch.AllocationState.toString()" fullName: "com.microsoft.azure.management.batch.AllocationState.toString()" name: "toString()" nameWithType: "AllocationState.toString()" overridden: "java.lang.Enum.toString()" syntax: "public String toString()" returns: type: "" - uid: "com.microsoft.azure.management.batch.AllocationState.valueOf(java.lang.String)" fullName: "com.microsoft.azure.management.batch.AllocationState.valueOf(String name)" name: "valueOf(String name)" nameWithType: "AllocationState.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "" syntax: "public static AllocationState valueOf(String name)" returns: type: "" - uid: "com.microsoft.azure.management.batch.AllocationState.values()" fullName: "com.microsoft.azure.management.batch.AllocationState.values()" name: "values()" nameWithType: "AllocationState.values()" modifiers: - "static" syntax: "public static AllocationState[] values()" returns: type: "[]" desc: "Defines values for AllocationState." metadata: {} package: "com.microsoft.azure.management.batch" artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4