Interface AgentPool.UpdateStages.WithNodeLabels

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

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

    Modifier and Type
    Method
    Description
    Specifies the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool..
  • Method Details

    • withNodeLabels

      AgentPool.Update withNodeLabels(Map<String,String> nodeLabels)
      Specifies the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool..
      Parameters:
      nodeLabels - NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
      Returns:
      the next definition stage.