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