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