Uses of Enum
com.azure.resourcemanager.batch.models.PoolAllocationMode
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PoolAllocationMode in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.poolAllocationMode()
Get the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.BatchAccountInner.poolAllocationMode()
Get the poolAllocationMode property: The allocation mode for creating pools in the Batch account.BatchAccountProperties.poolAllocationMode()
Get the poolAllocationMode property: The allocation mode for creating pools in the Batch account.Modifier and TypeMethodDescriptionBatchAccountCreateProperties.withPoolAllocationMode
(PoolAllocationMode poolAllocationMode) Set the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API. -
Uses of PoolAllocationMode in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic PoolAllocationMode
PoolAllocationMode.fromString
(String value) Parses a serialized value to a PoolAllocationMode instance.BatchAccount.poolAllocationMode()
Gets the poolAllocationMode property: The allocation mode for creating pools in the Batch account.BatchAccountCreateParameters.poolAllocationMode()
Get the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.static PoolAllocationMode
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.Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithPoolAllocationMode.withPoolAllocationMode
(PoolAllocationMode poolAllocationMode) Specifies the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.BatchAccountCreateParameters.withPoolAllocationMode
(PoolAllocationMode poolAllocationMode) Set the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.