Class InstancePoolLicenseType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<InstancePoolLicenseType>
com.microsoft.azure.management.sql.InstancePoolLicenseType
public final class InstancePoolLicenseType
extends com.microsoft.rest.ExpandableStringEnum<InstancePoolLicenseType>
Defines values for InstancePoolLicenseType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final InstancePoolLicenseType
Static value BasePrice for InstancePoolLicenseType.static final InstancePoolLicenseType
Static value LicenseIncluded for InstancePoolLicenseType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InstancePoolLicenseType
fromString
(String name) Creates or finds a InstancePoolLicenseType from its string representation.static Collection<InstancePoolLicenseType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
LICENSE_INCLUDED
Static value LicenseIncluded for InstancePoolLicenseType. -
BASE_PRICE
Static value BasePrice for InstancePoolLicenseType.
-
-
Constructor Details
-
InstancePoolLicenseType
public InstancePoolLicenseType()
-
-
Method Details
-
fromString
Creates or finds a InstancePoolLicenseType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding InstancePoolLicenseType
-
values
- Returns:
- known InstancePoolLicenseType values
-