PerformanceLevelUnit Enum

  • java.lang.Object
    • java.lang.Enum<PerformanceLevelUnit>
      • com.microsoft.azure.management.sql.PerformanceLevelUnit

public enum PerformanceLevelUnit

Defines values for PerformanceLevelUnit.

Fields

DTU

Enum value DTU.

Methods

fromString(String value)

public static PerformanceLevelUnit fromString(String value)

Parses a serialized value to a PerformanceLevelUnit instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to