Share via


ArcSqlManagedInstanceLicenseType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.azurearcdata.models.ArcSqlManagedInstanceLicenseType

public enum ArcSqlManagedInstanceLicenseType
extends Enum<ArcSqlManagedInstanceLicenseType>

The license type to apply for this managed instance.

Fields

BASE_PRICE

Enum value BasePrice.

LICENSE_INCLUDED

Enum value LicenseIncluded.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static ArcSqlManagedInstanceLicenseType fromString(String value)

Parses a serialized value to a ArcSqlManagedInstanceLicenseType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ArcSqlManagedInstanceLicenseType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ArcSqlManagedInstanceLicenseType valueOf(String name)

Parameters

name
String

Returns

values()

public static ArcSqlManagedInstanceLicenseType[] values()

Returns

Applies to