KubernetesClusterWindowsProfile

data class KubernetesClusterWindowsProfile(val adminPassword: String? = null, val adminUsername: String, val gmsa: KubernetesClusterWindowsProfileGmsa? = null, val license: String? = null)

Constructors

Link copied to clipboard
constructor(adminPassword: String? = null, adminUsername: String, gmsa: KubernetesClusterWindowsProfileGmsa? = null, license: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminPassword: String? = null

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

Link copied to clipboard

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: 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.