Uses of Enum
com.azure.resourcemanager.batch.models.PoolAllocationMode
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return PoolAllocationModeModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type PoolAllocationModeModifier 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
Methods in com.azure.resourcemanager.batch.models that return PoolAllocationModeModifier and TypeMethodDescriptionstatic PoolAllocationModePoolAllocationMode.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 PoolAllocationModeReturns 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.azure.resourcemanager.batch.models with parameters of type PoolAllocationModeModifier 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.