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