Uses of Class
com.azure.resourcemanager.containerservice.models.LicenseType
-
Packages that use LicenseType Package Description com.azure.resourcemanager.containerservice.models 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 LicenseType Modifier and Type Field Description static LicenseTypeLicenseType. NONEStatic value None for LicenseType.static LicenseTypeLicenseType. WINDOWS_SERVERStatic value Windows_Server for LicenseType.Methods in com.azure.resourcemanager.containerservice.models that return LicenseType Modifier and Type Method Description static LicenseTypeLicenseType. fromString(String name)Creates or finds a LicenseType from its string representation.LicenseTypeManagedClusterWindowsProfile. 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 LicenseType Modifier and Type Method Description static Collection<LicenseType>LicenseType. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type LicenseType Modifier and Type Method Description ManagedClusterWindowsProfileManagedClusterWindowsProfile. withLicenseType(LicenseType licenseType)Set the licenseType property: The license type to use for Windows VMs.
-