Uses of Enum Class
com.microsoft.azure.management.batch.PoolAllocationMode
Packages that use PoolAllocationMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of PoolAllocationMode in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return PoolAllocationModeModifier and TypeMethodDescriptionstatic PoolAllocationMode
PoolAllocationMode.fromString
(String value) Parses a serialized value to a PoolAllocationMode instance.BatchAccountCreateParameters.poolAllocationMode()
Get the pool allocation mode also affects how clients may authenticate to the Batch Service API.static PoolAllocationMode
Returns the enum constant of this class with the specified name.static PoolAllocationMode[]
PoolAllocationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type PoolAllocationModeModifier and TypeMethodDescriptionBatchAccountCreateParameters.withPoolAllocationMode
(PoolAllocationMode poolAllocationMode) Set the pool allocation mode also affects how clients may authenticate to the Batch Service API.