Interface AgentPool.UpdateStages.WithOsType

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

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

    Modifier and Type
    Method
    Description
    Specifies the osType property: OsType - OsType to be used to specify os type.
  • Method Details

    • withOsType

      AgentPool.Update withOsType(OsType osType)
      Specifies the osType property: OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'.
      Parameters:
      osType - OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'.
      Returns:
      the next definition stage.