Interface HostPool.UpdateStages.WithVmTemplate

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

public static interface HostPool.UpdateStages.WithVmTemplate
The stage of the HostPool update allowing to specify vmTemplate.
  • Method Summary

    Modifier and Type
    Method
    Description
    withVmTemplate(String vmTemplate)
    Specifies the vmTemplate property: VM template for sessionhosts configuration within hostpool..
  • Method Details

    • withVmTemplate

      HostPool.Update withVmTemplate(String vmTemplate)
      Specifies the vmTemplate property: VM template for sessionhosts configuration within hostpool..
      Parameters:
      vmTemplate - VM template for sessionhosts configuration within hostpool.
      Returns:
      the next definition stage.