WindowsGmsaProfile Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.WindowsGmsaProfile

public final class WindowsGmsaProfile

Windows gMSA Profile in the managed cluster.

Constructor Summary

Constructor Description
WindowsGmsaProfile()

Creates an instance of WindowsGmsaProfile class.

Method Summary

Modifier and Type Method and Description
String dnsServer()

Get the dnsServer property: Specifies the DNS server for Windows gMSA.

Boolean enabled()

Get the enabled property: Whether to enable Windows gMSA.

String rootDomainName()

Get the rootDomainName property: Specifies the root domain name for Windows gMSA.

void validate()

Validates the instance.

WindowsGmsaProfile withDnsServer(String dnsServer)

Set the dnsServer property: Specifies the DNS server for Windows gMSA.

WindowsGmsaProfile withEnabled(Boolean enabled)

Set the enabled property: Whether to enable Windows gMSA.

WindowsGmsaProfile withRootDomainName(String rootDomainName)

Set the rootDomainName property: Specifies the root domain name for Windows gMSA.

Methods inherited from java.lang.Object

Constructor Details

WindowsGmsaProfile

public WindowsGmsaProfile()

Creates an instance of WindowsGmsaProfile class.

Method Details

dnsServer

public String dnsServer()

Get the dnsServer property: Specifies the DNS server for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Returns:

the dnsServer value.

enabled

public Boolean enabled()

Get the enabled property: Whether to enable Windows gMSA. Specifies whether to enable Windows gMSA in the managed cluster.

Returns:

the enabled value.

rootDomainName

public String rootDomainName()

Get the rootDomainName property: Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Returns:

the rootDomainName value.

validate

public void validate()

Validates the instance.

withDnsServer

public WindowsGmsaProfile withDnsServer(String dnsServer)

Set the dnsServer property: Specifies the DNS server for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Parameters:

dnsServer - the dnsServer value to set.

Returns:

the WindowsGmsaProfile object itself.

withEnabled

public WindowsGmsaProfile withEnabled(Boolean enabled)

Set the enabled property: Whether to enable Windows gMSA. Specifies whether to enable Windows gMSA in the managed cluster.

Parameters:

enabled - the enabled value to set.

Returns:

the WindowsGmsaProfile object itself.

withRootDomainName

public WindowsGmsaProfile withRootDomainName(String rootDomainName)

Set the rootDomainName property: Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Parameters:

rootDomainName - the rootDomainName value to set.

Returns:

the WindowsGmsaProfile object itself.

Applies to