Interface AgentPool.UpdateStages.WithNodeImageVersion

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

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

    Modifier and Type
    Method
    Description
    withNodeImageVersion(String nodeImageVersion)
    Specifies the nodeImageVersion property: The version of node image.
  • Method Details

    • withNodeImageVersion

      AgentPool.Update withNodeImageVersion(String nodeImageVersion)
      Specifies the nodeImageVersion property: The version of node image.
      Parameters:
      nodeImageVersion - The version of node image.
      Returns:
      the next definition stage.