ElasticPoolLicenseType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ElasticPoolLicenseType
- com.
- com.
public final class ElasticPoolLicenseType
extends ExpandableStringEnum<ElasticPoolLicenseType>
The license type to apply for this elastic pool.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Elastic |
BASE_PRICE
Static value Base |
static final
Elastic |
LICENSE_INCLUDED
Static value License |
Constructor Summary
Constructor | Description |
---|---|
ElasticPoolLicenseType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Elastic |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Elastic |
fromString(String name)
Creates or finds a Elastic |
static
Collection<Elastic |
values()
Gets known Elastic |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BASE_PRICE
public static final ElasticPoolLicenseType BASE_PRICE
Static value BasePrice for ElasticPoolLicenseType.
LICENSE_INCLUDED
public static final ElasticPoolLicenseType LICENSE_INCLUDED
Static value LicenseIncluded for ElasticPoolLicenseType.
Constructor Details
ElasticPoolLicenseType
@Deprecated
public ElasticPoolLicenseType()
Deprecated
Creates a new instance of ElasticPoolLicenseType value.
Method Details
fromString
public static ElasticPoolLicenseType fromString(String name)
Creates or finds a ElasticPoolLicenseType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ElasticPoolLicenseType values.
Returns:
Applies to
Azure SDK for Java