Uses of Enum Class
com.microsoft.azure.management.batch.PoolAllocationMode
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of PoolAllocationMode in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionBatchAccountCreateParameters.withPoolAllocationMode
(PoolAllocationMode poolAllocationMode) Set the pool allocation mode also affects how clients may authenticate to the Batch Service API.