KubernetesClusterWindowsProfileArgs

data class KubernetesClusterWindowsProfileArgs(val adminPassword: Output<String>, val adminUsername: Output<String>, val gmsa: Output<KubernetesClusterWindowsProfileGmsaArgs>? = null, val license: Output<String>? = null) : ConvertibleToJava<KubernetesClusterWindowsProfileArgs>

Constructors

Link copied to clipboard
constructor(adminPassword: Output<String>, adminUsername: Output<String>, gmsa: Output<KubernetesClusterWindowsProfileGmsaArgs>? = null, license: Output<String>? = null)

Properties

Link copied to clipboard
val adminPassword: Output<String>

The Admin Password for Windows VMs. Length must be between 14 and 123 characters.

Link copied to clipboard
val adminUsername: Output<String>

The Admin Username for Windows VMs. Changing this forces a new resource to be created.

Link copied to clipboard

A gmsa block as defined below.

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

Specifies the type of on-premise license which should be used for Node Pool Windows Virtual Machine. At this time the only possible value is Windows_Server.

Functions

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