Interface HostPool.UpdateStages.WithPreferredAppGroupType

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

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

    Modifier and Type
    Method
    Description
    Specifies the preferredAppGroupType property: The type of preferred application group type, default to Desktop Application Group.
  • Method Details

    • withPreferredAppGroupType

      HostPool.Update withPreferredAppGroupType(PreferredAppGroupType preferredAppGroupType)
      Specifies the preferredAppGroupType property: The type of preferred application group type, default to Desktop Application Group.
      Parameters:
      preferredAppGroupType - The type of preferred application group type, default to Desktop Application Group.
      Returns:
      the next definition stage.