Class LicenseType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LicenseType>
-
- com.azure.resourcemanager.containerservice.models.LicenseType
-
public final class LicenseType extends com.azure.core.util.ExpandableStringEnum<LicenseType>
Defines values for LicenseType.
-
-
Field Summary
Fields Modifier and Type Field Description static LicenseTypeNONEStatic value None for LicenseType.static LicenseTypeWINDOWS_SERVERStatic value Windows_Server for LicenseType.
-
Constructor Summary
Constructors Constructor Description LicenseType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LicenseTypefromString(String name)Creates or finds a LicenseType from its string representation.static Collection<LicenseType>values()
-
-
-
Field Detail
-
NONE
public static final LicenseType NONE
Static value None for LicenseType.
-
WINDOWS_SERVER
public static final LicenseType WINDOWS_SERVER
Static value Windows_Server for LicenseType.
-
-
Method Detail
-
fromString
public static LicenseType fromString(String name)
Creates or finds a LicenseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LicenseType.
-
values
public static Collection<LicenseType> values()
- Returns:
- known LicenseType values.
-
-