KubernetesClusterWindowsProfileGmsa

data class KubernetesClusterWindowsProfileGmsa(val dnsServer: String, val rootDomain: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.