PerformanceLevelUnit Enum
- java.
lang. Object - java.
lang. Enum<PerformanceLevelUnit> - com.
microsoft. azure. management. sql. PerformanceLevelUnit
- com.
- java.
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
Returns
the parsed PerformanceLevelUnit object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java