Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownHostPoolType

Package version

Known values of HostPoolType that the service accepts.

Index

Enumeration members

Enumeration members

BYODesktop

BYODesktop: = "BYODesktop"

Users assign their own machines, load balancing logic remains the same as Personal. PersonalDesktopAssignmentType must be Direct.

Personal

Personal: = "Personal"

Users will be assigned a SessionHost either by administrators (PersonalDesktopAssignmentType = Direct) or upon connecting to the pool (PersonalDesktopAssignmentType = Automatic). They will always be redirected to their assigned SessionHost.

Pooled

Pooled: = "Pooled"

Users get a new (random) SessionHost every time it connects to the HostPool.

Generated using TypeDoc