MaxSizeCapability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. MaxSizeCapability
- com.
public class MaxSizeCapability
The maximum size limits for a database.
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
limit()
Get the maximum size of the database (see 'unit' for the units). |
Capability |
status()
Get the status of the maximum size capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'. |
Max |
unit()
Get the units that the limit is expressed in. Possible values include: 'Megabytes', 'Gigabytes', 'Terabytes', 'Petabytes'. |
Method Details
limit
public long limit()
Get the maximum size of the database (see 'unit' for the units).
Returns:
status
public CapabilityStatus status()
Get the status of the maximum size capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.
Returns:
unit
public MaxSizeUnits unit()
Get the units that the limit is expressed in. Possible values include: 'Megabytes', 'Gigabytes', 'Terabytes', 'Petabytes'.
Returns:
Applies to
Azure SDK for Java