SqlDatabaseMetricAvailability Interface
public interface SqlDatabaseMetricAvailability extends HasInner
Response containing the Azure SQL Database metric availability.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | retention() |
String | timeGrain() |
Inherited Members
Method Details
retention
public String retention()
Returns:
the length of retention for the database metric
timeGrain
public String timeGrain()
Returns:
the granularity of the database metric
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java