ArmContainerServiceModelFactory.WindowsGmsaProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.