Windows Profile Response Response
data class WindowsProfileResponseResponse(val adminUsername: String? = null, val enableCsiProxy: Boolean? = null, val licenseType: String? = null)
Profile for Windows VMs in the container service cluster.
Constructors
Link copied to clipboard
fun WindowsProfileResponseResponse(adminUsername: String? = null, enableCsiProxy: Boolean? = null, licenseType: String? = null)
Types
Properties
Link copied to clipboard
AdminUsername - Specifies the name of the administrator account.
restriction: Cannot end in "."
Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
Minimum-length: 1 character
Max-length: 20 characters
Link copied to clipboard