Interface AgentPool.DefinitionStages.WithMode

All Known Subinterfaces:
AgentPool.Definition, AgentPool.DefinitionStages.WithCreate
Enclosing interface:
AgentPool.DefinitionStages

public static interface AgentPool.DefinitionStages.WithMode
The stage of the AgentPool definition allowing to specify mode.
  • Method Details

    • withMode

      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.