BatchAccount.DefinitionStages.WithPoolAllocationMode Interface
public static interface BatchAccount.DefinitionStages.WithPoolAllocationMode
The stage of the BatchAccount definition allowing to specify poolAllocationMode.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withPoolAllocationMode(PoolAllocationMode poolAllocationMode)
Specifies the pool |
Method Details
withPoolAllocationMode
public abstract BatchAccount.DefinitionStages.WithCreate withPoolAllocationMode(PoolAllocationMode poolAllocationMode)
Specifies the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Microsoft Entra ID. If the mode is UserSubscription, clients must use Microsoft Entra ID. The default is BatchService..
Parameters:
Returns: