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>
Defines values for ElasticPoolLicenseType.
-
-
Field Summary
Fields Modifier and Type Field Description static ElasticPoolLicenseTypeBASE_PRICEStatic value BasePrice for ElasticPoolLicenseType.static ElasticPoolLicenseTypeLICENSE_INCLUDEDStatic value LicenseIncluded for ElasticPoolLicenseType.
-
Constructor Summary
Constructors Constructor Description ElasticPoolLicenseType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ElasticPoolLicenseTypefromString(String name)Creates or finds a ElasticPoolLicenseType from its string representation.static Collection<ElasticPoolLicenseType>values()
-
-
-
Field Detail
-
LICENSE_INCLUDED
public static final ElasticPoolLicenseType LICENSE_INCLUDED
Static value LicenseIncluded for ElasticPoolLicenseType.
-
BASE_PRICE
public static final ElasticPoolLicenseType BASE_PRICE
Static value BasePrice for ElasticPoolLicenseType.
-
-
Method Detail
-
fromString
public static ElasticPoolLicenseType fromString(String name)
Creates or finds a ElasticPoolLicenseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ElasticPoolLicenseType.
-
values
public static Collection<ElasticPoolLicenseType> values()
- Returns:
- known ElasticPoolLicenseType values.
-
-