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