Class LogSizeCapability
java.lang.Object
com.azure.resourcemanager.sql.models.LogSizeCapability
The log size capability.
-
Constructor Details
-
LogSizeCapability
public LogSizeCapability()Creates an instance of LogSizeCapability class.
-
-
Method Details
-
limit
Get the limit property: The log size limit (see 'unit' for the units).- Returns:
- the limit value.
-
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.
-