ArmContainerServiceModelFactory.WindowsGmsaProfile Method

Definition

public static Azure.ResourceManager.ContainerService.Models.WindowsGmsaProfile WindowsGmsaProfile(bool? isEnabled = default, string dnsServer = default, string rootDomainName = default);
static member WindowsGmsaProfile : Nullable<bool> * string * string -> Azure.ResourceManager.ContainerService.Models.WindowsGmsaProfile
Public Shared Function WindowsGmsaProfile (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional dnsServer As String = Nothing, Optional rootDomainName As String = Nothing) As WindowsGmsaProfile

Parameters

isEnabled
Nullable<Boolean>

Whether to enable Windows gMSA. Specifies whether to enable Windows gMSA in the managed cluster.

dnsServer
String

Specifies the DNS server for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

rootDomainName
String

Specifies the root domain name for Windows gMSA. <br><br> Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Returns

A new WindowsGmsaProfile instance for mocking.

Applies to