ManagedInstanceLicenseType Class

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

public class ManagedInstanceLicenseType

Defines values for ManagedInstanceLicenseType.

Field Summary

Modifier and Type Field and Description
final ManagedInstanceLicenseType BASE_PRICE

Static value BasePrice for ManagedInstanceLicenseType.

final ManagedInstanceLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for ManagedInstanceLicenseType.

Method Summary

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

Creates or finds a ManagedInstanceLicenseType from its string representation.

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

name - a name to look for

Returns:

the corresponding ManagedInstanceLicenseType

values

public static Collection values()

Returns:

known ManagedInstanceLicenseType values

Applies to