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