Uses of Class
com.azure.resourcemanager.containerservice.models.WindowsGmsaProfile
-
Packages that use WindowsGmsaProfile Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of WindowsGmsaProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return WindowsGmsaProfile Modifier and Type Method Description WindowsGmsaProfileManagedClusterWindowsProfile. gmsaProfile()Get the gmsaProfile property: The Windows gMSA Profile in the Managed Cluster.WindowsGmsaProfileWindowsGmsaProfile. withDnsServer(String dnsServer)Set the dnsServer property: Specifies the DNS server for Windows gMSA.WindowsGmsaProfileWindowsGmsaProfile. withEnabled(Boolean enabled)Set the enabled property: Whether to enable Windows gMSA.WindowsGmsaProfileWindowsGmsaProfile. withRootDomainName(String rootDomainName)Set the rootDomainName property: Specifies the root domain name for Windows gMSA.Methods in com.azure.resourcemanager.containerservice.models with parameters of type WindowsGmsaProfile Modifier and Type Method Description ManagedClusterWindowsProfileManagedClusterWindowsProfile. withGmsaProfile(WindowsGmsaProfile gmsaProfile)Set the gmsaProfile property: The Windows gMSA Profile in the Managed Cluster.
-