Class LicenseType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<LicenseType>
com.microsoft.azure.management.containerservice.LicenseType
Defines values for LicenseType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LicenseType
Static value None for LicenseType.static final LicenseType
Static value Windows_Server for LicenseType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseType
fromString
(String name) Creates or finds a LicenseType from its string representation.static Collection<LicenseType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for LicenseType. -
WINDOWS_SERVER
Static value Windows_Server for LicenseType.
-
-
Constructor Details
-
LicenseType
public LicenseType()
-
-
Method Details
-
fromString
Creates or finds a LicenseType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding LicenseType
-
values
- Returns:
- known LicenseType values
-