KubernetesClusterWindowsProfileGmsaArgs

data class KubernetesClusterWindowsProfileGmsaArgs(val dnsServer: Output<String>, val rootDomain: Output<String>) : ConvertibleToJava<KubernetesClusterWindowsProfileGmsaArgs>

Constructors

Link copied to clipboard
constructor(dnsServer: Output<String>, rootDomain: Output<String>)

Properties

Link copied to clipboard
val dnsServer: Output<String>

Specifies the DNS server for Windows gMSA. Set this to an empty string if you have configured the DNS server in the VNet which was used to create the managed cluster.

Link copied to clipboard
val rootDomain: Output<String>

Specifies the root domain name for Windows gMSA. Set this to an empty string if you have configured the DNS server in the VNet which was used to create the managed cluster.

Functions

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