InstancePoolLicenseType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<InstancePoolLicenseType>
      • com.microsoft.azure.management.sql.InstancePoolLicenseType

public class InstancePoolLicenseType

Defines values for InstancePoolLicenseType.

Field Summary

Modifier and Type Field and Description
final InstancePoolLicenseType BASE_PRICE

Static value BasePrice for InstancePoolLicenseType.

final InstancePoolLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for InstancePoolLicenseType.

Method Summary

Modifier and Type Method and Description
InstancePoolLicenseType fromString(String name)

Creates or finds a InstancePoolLicenseType from its string representation.

Collection<InstancePoolLicenseType> 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:

name - a name to look for

Returns:

the corresponding InstancePoolLicenseType

values

public static Collection values()

Returns:

known InstancePoolLicenseType values

Applies to