Interface BatchAccount.DefinitionStages.WithPoolAllocationMode
- All Known Subinterfaces:
BatchAccount.Definition,BatchAccount.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithPoolAllocationMode
The stage of the BatchAccount definition allowing to specify poolAllocationMode.
-
Method Summary
Modifier and TypeMethodDescriptionwithPoolAllocationMode(PoolAllocationMode poolAllocationMode) Specifies the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.
-
Method Details
-
withPoolAllocationMode
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:
poolAllocationMode- 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.- Returns:
- the next definition stage.
-