Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterWindowsProfile
-
Packages that use ManagedClusterWindowsProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterWindowsProfile Modifier and Type Method Description ManagedClusterWindowsProfileManagedClusterInner. windowsProfile()Get the windowsProfile property: The profile for Windows VMs in the Managed Cluster.ManagedClusterWindowsProfileManagedClusterProperties. 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 ManagedClusterWindowsProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withWindowsProfile(ManagedClusterWindowsProfile windowsProfile)Set the windowsProfile property: The profile for Windows VMs in the Managed Cluster.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterWindowsProfile Modifier and Type Method Description ManagedClusterWindowsProfileManagedClusterWindowsProfile. withAdminPassword(String adminPassword)Set the adminPassword property: Specifies the password of the administrator account.ManagedClusterWindowsProfileManagedClusterWindowsProfile. withAdminUsername(String adminUsername)Set the adminUsername property: Specifies the name of the administrator account.ManagedClusterWindowsProfileManagedClusterWindowsProfile. withEnableCsiProxy(Boolean enableCsiProxy)Set the enableCsiProxy property: Whether to enable CSI proxy.ManagedClusterWindowsProfileManagedClusterWindowsProfile. withGmsaProfile(WindowsGmsaProfile gmsaProfile)Set the gmsaProfile property: The Windows gMSA Profile in the Managed Cluster.ManagedClusterWindowsProfileManagedClusterWindowsProfile. withLicenseType(LicenseType licenseType)Set the licenseType property: The license type to use for Windows VMs.
-