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 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 Azure Active Directory. If the mode is UserSubscription, clients must use Azure Active Directory. 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 Azure Active Directory. If the mode is UserSubscription, clients must use Azure Active Directory. The default is BatchService.
      Returns:
      the next definition stage.