WindowsGmsaProfile Constructors
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.
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
- 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.