MaxSizeUnits Enum
- java.
lang. Object - java.
lang. Enum<MaxSizeUnits> - com.
microsoft. azure. management. sql. MaxSizeUnits
- com.
- java.
public enum MaxSizeUnits
Defines values for MaxSizeUnits.
Fields
GIGABYTES |
Enum value Gigabytes. |
MEGABYTES |
Enum value Megabytes. |
PETABYTES |
Enum value Petabytes. |
TERABYTES |
Enum value Terabytes. |
Methods
fromString(String value)
public static MaxSizeUnits fromString(String value)
Parses a serialized value to a MaxSizeUnits instance.
Parameters
- value
- String
Returns
the parsed MaxSizeUnits 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