LogSizeUnit Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. LogSizeUnit
- com.
- com.
public final class LogSizeUnit
extends ExpandableStringEnum<LogSizeUnit>
The units that the limit is expressed in.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Log |
GIGABYTES
Static value Gigabytes for Log |
static final
Log |
MEGABYTES
Static value Megabytes for Log |
static final
Log |
PERCENT
Static value Percent for Log |
static final
Log |
PETABYTES
Static value Petabytes for Log |
static final
Log |
TERABYTES
Static value Terabytes for Log |
Constructor Summary
Constructor | Description |
---|---|
LogSizeUnit() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Log |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Log |
fromString(String name)
Creates or finds a Log |
static
Collection<Log |
values()
Gets known Log |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GIGABYTES
public static final LogSizeUnit GIGABYTES
Static value Gigabytes for LogSizeUnit.
MEGABYTES
public static final LogSizeUnit MEGABYTES
Static value Megabytes for LogSizeUnit.
PERCENT
public static final LogSizeUnit PERCENT
Static value Percent for LogSizeUnit.
PETABYTES
public static final LogSizeUnit PETABYTES
Static value Petabytes for LogSizeUnit.
TERABYTES
public static final LogSizeUnit TERABYTES
Static value Terabytes for LogSizeUnit.
Constructor Details
LogSizeUnit
@Deprecated
public LogSizeUnit()
Deprecated
Creates a new instance of LogSizeUnit value.
Method Details
fromString
public static LogSizeUnit fromString(String name)
Creates or finds a LogSizeUnit from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known LogSizeUnit values.
Returns:
Applies to
Azure SDK for Java