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