DesktopPoolVirtualMachineSpecifiedNamingSettingsCreateSpec

DesktopPoolVirtualMachineSpecifiedNamingSettingsCreateSpec
DesktopPoolVirtualMachineSpecifiedNamingSettingsCreateSpec

Applicable To: Automated Desktop Pool.
Settings related to specified naming of machines 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
Optional

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

specified_names
Optional

Specified names for the virtual machines.

boolean
start_machines_in_maintenance_mode
Optional

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