Class ManagedInstanceLicenseType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedInstanceLicenseType>
com.azure.resourcemanager.sql.models.ManagedInstanceLicenseType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ManagedInstanceLicenseType
extends com.azure.core.util.ExpandableStringEnum<ManagedInstanceLicenseType>
The license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and
'BasePrice' (discounted AHB price for bringing your own SQL licenses).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagedInstanceLicenseTypeStatic value BasePrice for ManagedInstanceLicenseType.static final ManagedInstanceLicenseTypeStatic value LicenseIncluded for ManagedInstanceLicenseType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedInstanceLicenseTypefromString(String name) Creates or finds a ManagedInstanceLicenseType from its string representation.static Collection<ManagedInstanceLicenseType> values()Gets known ManagedInstanceLicenseType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LICENSE_INCLUDED
Static value LicenseIncluded for ManagedInstanceLicenseType. -
BASE_PRICE
Static value BasePrice for ManagedInstanceLicenseType.
-
-
Constructor Details
-
ManagedInstanceLicenseType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ManagedInstanceLicenseType value.
-
-
Method Details
-
fromString
Creates or finds a ManagedInstanceLicenseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ManagedInstanceLicenseType.
-
values
Gets known ManagedInstanceLicenseType values.- Returns:
- known ManagedInstanceLicenseType values.
-
fromString(String)factory method.