NamingConventionType
Specifies how to fill in hashes (#) in the naming convention for automatically provisioned machines.
Values
Name | Description |
---|---|
Numerical | Replace hashes with numbers [0-9]. The number of machine names supported is: (number of hashes) ^ 10. |
Alphabetical | Replace hashes with letters [A-Z]. The number of machine names supported is: (number of hashes) ^ 26. Note: the system will not skip any combinations of letters, and therefore may produce machine names containing offensive words. |
Both | Replace hashes with both letters and numbers. The number of machine names supported is: (number of hashes) ^ 36. Note: the system will not skip any combinations of letters, and therefore may produce machine names containing offensive words. |