Uses of Class
com.azure.resourcemanager.containerservice.models.WindowsGmsaProfile
Packages that use WindowsGmsaProfile
Package
Description
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 WindowsGmsaProfileModifier and TypeMethodDescriptionManagedClusterWindowsProfile.gmsaProfile()Get the gmsaProfile property: The Windows gMSA Profile in the Managed Cluster.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 in com.azure.resourcemanager.containerservice.models with parameters of type WindowsGmsaProfileModifier and TypeMethodDescriptionManagedClusterWindowsProfile.withGmsaProfile(WindowsGmsaProfile gmsaProfile) Set the gmsaProfile property: The Windows gMSA Profile in the Managed Cluster.