Interface AgentPool.UpdateStages.WithVmSize

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

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

    Modifier and Type
    Method
    Description
    Specifies the vmSize property: VmSize - The size of the agent pool VMs..
  • Method Details

    • withVmSize

      AgentPool.Update withVmSize(String vmSize)
      Specifies the vmSize property: VmSize - The size of the agent pool VMs..
      Parameters:
      vmSize - VmSize - The size of the agent pool VMs.
      Returns:
      the next definition stage.