Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterWindowsProfile
Packages that use ManagedClusterWindowsProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterWindowsProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterWindowsProfileModifier and TypeMethodDescriptionManagedClusterInner.windowsProfile()Get the windowsProfile property: The profile for Windows VMs in the Managed Cluster.ManagedClusterProperties.windowsProfile()Get the windowsProfile property: The profile for Windows VMs in the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterWindowsProfileModifier and TypeMethodDescriptionManagedClusterInner.withWindowsProfile(ManagedClusterWindowsProfile windowsProfile) Set the windowsProfile property: The profile for Windows VMs in the Managed Cluster.ManagedClusterProperties.withWindowsProfile(ManagedClusterWindowsProfile windowsProfile) Set the windowsProfile property: The profile for Windows VMs in the Managed Cluster. -
Uses of ManagedClusterWindowsProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterWindowsProfileModifier and TypeMethodDescriptionstatic ManagedClusterWindowsProfileManagedClusterWindowsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterWindowsProfile from the JsonReader.ManagedClusterWindowsProfile.withAdminPassword(String adminPassword) Set the adminPassword property: Specifies the password of the administrator account.ManagedClusterWindowsProfile.withAdminUsername(String adminUsername) Set the adminUsername property: Specifies the name of the administrator account.ManagedClusterWindowsProfile.withEnableCsiProxy(Boolean enableCsiProxy) Set the enableCsiProxy property: Whether to enable CSI proxy.ManagedClusterWindowsProfile.withGmsaProfile(WindowsGmsaProfile gmsaProfile) Set the gmsaProfile property: The Windows gMSA Profile in the Managed Cluster.ManagedClusterWindowsProfile.withLicenseType(LicenseType licenseType) Set the licenseType property: The license type to use for Windows VMs.