Interface SqlDatabaseMetric
-
- All Superinterfaces:
HasInnerModel<MetricInner>
public interface SqlDatabaseMetric extends HasInnerModel<MetricInner>
Response containing the Azure SQL Database metric.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimeendTime()List<SqlDatabaseMetricValue>metricValues()Stringname()OffsetDateTimestartTime()StringtimeGrain()UnitTypeunit()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
name
String name()
- Returns:
- the metric name
-
startTime
OffsetDateTime startTime()
- Returns:
- the start time
-
endTime
OffsetDateTime endTime()
- Returns:
- the end time
-
timeGrain
String timeGrain()
- Returns:
- the time grain
-
unit
UnitType unit()
- Returns:
- the metric's unit type
-
metricValues
List<SqlDatabaseMetricValue> metricValues()
- Returns:
- the metric values
-
-