Class MaxSizeCapability
java.lang.Object
com.microsoft.azure.management.sql.MaxSizeCapability
The maximum size limits for a database.
-
Constructor Details
-
MaxSizeCapability
public MaxSizeCapability()
-
-
Method Details
-
limit
public long limit()Get the maximum size of the database (see 'unit' for the units).- Returns:
- the limit value
-
unit
Get the units that the limit is expressed in. Possible values include: 'Megabytes', 'Gigabytes', 'Terabytes', 'Petabytes'.- Returns:
- the unit value
-
status
Get the status of the maximum size capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.- Returns:
- the status value
-