SqlDatabaseMetric Interface
public interface SqlDatabaseMetric extends HasInner
Response containing the Azure SQL Database metric.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime | endTime() |
List<Sql |
metricValues() |
String | name() |
DateTime | startTime() |
String | timeGrain() |
Unit |
unit() |
Inherited Members
Method Details
endTime
public DateTime endTime()
Returns:
the end time
metricValues
public List
Returns:
the metric values
name
public String name()
Returns:
the metric name
startTime
public DateTime startTime()
Returns:
the start time
timeGrain
public String timeGrain()
Returns:
the time grain
unit
public UnitType unit()
Returns:
the metric's unit type
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