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