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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type WindowsGmsaProfileModifier and TypeClassDescriptionfinal classWindows gMSA Profile in the managed cluster.Methods in com.azure.resourcemanager.containerservice.models that return WindowsGmsaProfileModifier and TypeMethodDescriptionstatic WindowsGmsaProfileWindowsGmsaProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WindowsGmsaProfile from the JsonReader.ManagedClusterWindowsProfile.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.