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