GetLoadBalancingSettings

Load balancing settings for multi-user session machines.

Properties

NameDescription Additional information
MaxUsers

Maximum number of users per session machine.

Type: Number

IncludeCpuMemory

If true, CPU and memory are included in the load calculation for servers in the session machine catalog. Otherwise, only the number of users determines the load for servers in the session machine catalog.

Type: Boolean

Sample

application/json

Sample:
{
  "MaxUsers": 250,
  "IncludeCpuMemory": true
}