Uses of Class
com.azure.resourcemanager.containerservice.models.LicenseType
Packages that use LicenseType
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LicenseType in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as LicenseTypeModifier and TypeFieldDescriptionstatic final LicenseTypeLicenseType.NONEStatic value None for LicenseType.static final LicenseTypeLicenseType.WINDOWS_SERVERStatic value Windows_Server for LicenseType.Methods in com.azure.resourcemanager.containerservice.models that return LicenseTypeModifier and TypeMethodDescriptionstatic LicenseTypeLicenseType.fromString(String name) Creates or finds a LicenseType from its string representation.ManagedClusterWindowsProfile.licenseType()Get the licenseType property: The license type to use for Windows VMs.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LicenseTypeModifier and TypeMethodDescriptionstatic Collection<LicenseType> LicenseType.values()Gets known LicenseType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LicenseTypeModifier and TypeMethodDescriptionManagedClusterWindowsProfile.withLicenseType(LicenseType licenseType) Set the licenseType property: The license type to use for Windows VMs.