### YamlMime:JavaEnum uid: "com.microsoft.azure.management.batch.PoolProvisioningState" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState" name: "PoolProvisioningState" nameWithType: "PoolProvisioningState" summary: "Defines values for PoolProvisioningState." 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 **PoolProvisioningState**
extends <>" fields: - uid: "com.microsoft.azure.management.batch.PoolProvisioningState.DELETING" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState.DELETING" name: "DELETING" nameWithType: "PoolProvisioningState.DELETING" summary: "The user has requested that the pool be deleted, but the delete operation has not yet completed." desc: "The user has requested that the pool be deleted, but the delete operation has not yet completed." - uid: "com.microsoft.azure.management.batch.PoolProvisioningState.SUCCEEDED" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState.SUCCEEDED" name: "SUCCEEDED" nameWithType: "PoolProvisioningState.SUCCEEDED" summary: "The pool is available to run tasks subject to the availability of compute nodes." desc: "The pool is available to run tasks subject to the availability of compute nodes." methods: - uid: "com.microsoft.azure.management.batch.PoolProvisioningState.fromString(java.lang.String)" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState.fromString(String value)" name: "fromString(String value)" nameWithType: "PoolProvisioningState.fromString(String value)" summary: "Parses a serialized value to a PoolProvisioningState instance." modifiers: - "static" parameters: - description: "the serialized value to parse." name: "value" type: "" syntax: "public static PoolProvisioningState fromString(String value)" desc: "Parses a serialized value to a PoolProvisioningState instance." returns: description: "the parsed PoolProvisioningState object, or null if unable to parse." type: "" - uid: "com.microsoft.azure.management.batch.PoolProvisioningState.toString()" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState.toString()" name: "toString()" nameWithType: "PoolProvisioningState.toString()" overridden: "java.lang.Enum.toString()" syntax: "public String toString()" returns: type: "" - uid: "com.microsoft.azure.management.batch.PoolProvisioningState.valueOf(java.lang.String)" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState.valueOf(String name)" name: "valueOf(String name)" nameWithType: "PoolProvisioningState.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "" syntax: "public static PoolProvisioningState valueOf(String name)" returns: type: "" - uid: "com.microsoft.azure.management.batch.PoolProvisioningState.values()" fullName: "com.microsoft.azure.management.batch.PoolProvisioningState.values()" name: "values()" nameWithType: "PoolProvisioningState.values()" modifiers: - "static" syntax: "public static PoolProvisioningState[] values()" returns: type: "[]" desc: "Defines values for PoolProvisioningState." metadata: {} package: "com.microsoft.azure.management.batch" artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4