ManagedInstanceLicenseType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ManagedInstanceLicenseType> - com.
microsoft. azure. management. sql. ManagedInstanceLicenseType
- com.
- com.
public class ManagedInstanceLicenseType
Defines values for ManagedInstanceLicenseType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Managed |
BASE_PRICE
Static value BasePrice for ManagedInstanceLicenseType. |
final Managed |
LICENSE_INCLUDED
Static value LicenseIncluded for ManagedInstanceLicenseType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Managed |
fromString(String name)
Creates or finds a ManagedInstanceLicenseType from its string representation. |
Collection<Managed |
values() |
Field Details
BASE_PRICE
public static final ManagedInstanceLicenseType BASE_PRICE= fromString("BasePrice")
Static value BasePrice for ManagedInstanceLicenseType.
LICENSE_INCLUDED
public static final ManagedInstanceLicenseType LICENSE_INCLUDED= fromString("LicenseIncluded")
Static value LicenseIncluded for ManagedInstanceLicenseType.
Method Details
fromString
public static ManagedInstanceLicenseType fromString(String name)
Creates or finds a ManagedInstanceLicenseType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java