DesktopPoolVirtualMachineSpecifiedNamingSettingsUpdateSpec

DesktopPoolVirtualMachineSpecifiedNamingSettingsUpdateSpec
DesktopPoolVirtualMachineSpecifiedNamingSettingsUpdateSpec

Applicable To: Automated desktop pool.
Specified naming setting for Automated desktop pool.

JSON Example
{
    "num_unassigned_machines_kept_powered_on": 1,
    "specified_names": [
        {
            "name": "machine1",
            "user_id": "S-1-1-1-3965912346-1012345398-3123456564-123"
        }
    ],
    "start_machines_in_maintenance_mode": false
}
integer As int32 As int32
num_unassigned_machines_kept_powered_on
Required

Number of unassigned machines kept powered on. This value must be lesser than or equal to the number of specified names.

specified_names
Optional

Initial specified names of machines in the desktop pool.

boolean
start_machines_in_maintenance_mode
Required

Allows virtual machines to be customized manually before users can log in and access them. This mode must be exited manually.