Partilhar via


WindowsGmsaProfile Constructors

Definition

Overloads

WindowsGmsaProfile()

Initializes a new instance of the WindowsGmsaProfile class.

WindowsGmsaProfile(Nullable<Boolean>, String, String)

Initializes a new instance of the WindowsGmsaProfile class.

WindowsGmsaProfile()

Initializes a new instance of the WindowsGmsaProfile class.

public WindowsGmsaProfile ();
Public Sub New ()

Applies to

WindowsGmsaProfile(Nullable<Boolean>, String, String)

Initializes a new instance of the WindowsGmsaProfile class.

public WindowsGmsaProfile (bool? enabled = default, string dnsServer = default, string rootDomainName = default);
new Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile : Nullable<bool> * string * string -> Microsoft.Azure.Management.ContainerService.Models.WindowsGmsaProfile
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional dnsServer As String = Nothing, Optional rootDomainName As String = Nothing)

Parameters

enabled
Nullable<Boolean>

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.

Applies to