Class LogSizeCapability
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.LogSizeCapability
-
public final class LogSizeCapability extends Object
The log size capability.
-
-
Constructor Summary
Constructors Constructor Description LogSizeCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerlimit()Get the limit property: The log size limit (see 'unit' for the units).LogSizeUnitunit()Get the unit property: The units that the limit is expressed in.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
limit
public Integer limit()
Get the limit property: The log size limit (see 'unit' for the units).- Returns:
- the limit value.
-
unit
public LogSizeUnit unit()
Get the unit property: The units that the limit is expressed in.- Returns:
- the unit value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-