UpdateAutoProvisioningSettings

Updated integrated provisioning settings for session machines in the session machine catalog.

Properties

NameDescription Additional information
NamingConvention

Naming convention to use for session machines provisioned into the session machine catalog. Each hash (#) in the naming convention will be replaced by letters or numbers to create unique names.

Type: String

NamingConventionType

Specifies whether to use letters, numbers, or both when replacing hashes in the NamingConvention to generate unique names.

Type: NamingConventionType

Sample

application/json

Sample:
{
  "NamingConvention": "SRV_####",
  "NamingConventionType": "Numerical"
}