Interface AgentPool.UpdateStages.WithMode

All Known Subinterfaces:
AgentPool.Update
Enclosing interface:
AgentPool.UpdateStages

public static interface AgentPool.UpdateStages.WithMode
The stage of the AgentPool update allowing to specify mode.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMode(Mode mode)
    Specifies the mode property: Mode - AgentPoolMode represents mode of an agent pool.
  • Method Details

    • withMode

      AgentPool.Update withMode(Mode mode)
      Specifies the mode property: Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'.
      Parameters:
      mode - Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'.
      Returns:
      the next definition stage.