WindowsProfileArgs

data class WindowsProfileArgs(val adminPassword: Output<String>? = null, val adminUsername: Output<String>? = null, val enableCsiProxy: Output<Boolean>? = null, val licenseType: Output<Either<String, LicenseType>>? = null) : ConvertibleToJava<WindowsProfileArgs>

WindowsProfile - Profile for Windows VMs in the container service cluster.

Constructors

Link copied to clipboard
constructor(adminPassword: Output<String>? = null, adminUsername: Output<String>? = null, enableCsiProxy: Output<Boolean>? = null, licenseType: Output<Either<String, LicenseType>>? = null)

Properties

Link copied to clipboard
val adminPassword: Output<String>? = null

AdminPassword - Specifies the password of the administrator account.

Minimum-length: 8 characters

Max-length: 123 characters

Complexity requirements: 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match \W_)

Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

Link copied to clipboard
val adminUsername: Output<String>? = null

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
val enableCsiProxy: Output<Boolean>? = null

EnableCSIProxy - Whether to enable CSI proxy.

Link copied to clipboard
val licenseType: Output<Either<String, LicenseType>>? = null

LicenseType - The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs. Possible values include: 'None', 'Windows_Server'

Functions

Link copied to clipboard
open override fun toJava(): WindowsProfileArgs