Class InstancePoolLicenseType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<InstancePoolLicenseType>
-
- com.azure.resourcemanager.sql.models.InstancePoolLicenseType
-
public final class InstancePoolLicenseType extends com.azure.core.util.ExpandableStringEnum<InstancePoolLicenseType>
Defines values for InstancePoolLicenseType.
-
-
Field Summary
Fields Modifier and Type Field Description static InstancePoolLicenseTypeBASE_PRICEStatic value BasePrice for InstancePoolLicenseType.static InstancePoolLicenseTypeLICENSE_INCLUDEDStatic value LicenseIncluded for InstancePoolLicenseType.
-
Constructor Summary
Constructors Constructor Description InstancePoolLicenseType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InstancePoolLicenseTypefromString(String name)Creates or finds a InstancePoolLicenseType from its string representation.static Collection<InstancePoolLicenseType>values()
-
-
-
Field Detail
-
LICENSE_INCLUDED
public static final InstancePoolLicenseType LICENSE_INCLUDED
Static value LicenseIncluded for InstancePoolLicenseType.
-
BASE_PRICE
public static final InstancePoolLicenseType BASE_PRICE
Static value BasePrice for InstancePoolLicenseType.
-
-
Method Detail
-
fromString
public static InstancePoolLicenseType fromString(String name)
Creates or finds a InstancePoolLicenseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InstancePoolLicenseType.
-
values
public static Collection<InstancePoolLicenseType> values()
- Returns:
- known InstancePoolLicenseType values.
-
-