Class InstancePoolLicenseType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<InstancePoolLicenseType>
com.azure.resourcemanager.sql.models.InstancePoolLicenseType
public final class InstancePoolLicenseType
extends com.azure.core.util.ExpandableStringEnum<InstancePoolLicenseType>
The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without
SQL license price).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstancePoolLicenseTypeStatic value BasePrice for InstancePoolLicenseType.static final InstancePoolLicenseTypeStatic value LicenseIncluded for InstancePoolLicenseType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstancePoolLicenseTypefromString(String name) Creates or finds a InstancePoolLicenseType from its string representation.static Collection<InstancePoolLicenseType>values()Gets known InstancePoolLicenseType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LICENSE_INCLUDED
Static value LicenseIncluded for InstancePoolLicenseType. -
BASE_PRICE
Static value BasePrice for InstancePoolLicenseType.
-
-
Constructor Details
-
InstancePoolLicenseType
public InstancePoolLicenseType()
-
-
Method Details
-
fromString
Creates or finds a InstancePoolLicenseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InstancePoolLicenseType.
-
values
Gets known InstancePoolLicenseType values.- Returns:
- known InstancePoolLicenseType values.
-