Interface SqlDatabaseMetricDefinition
-
- All Superinterfaces:
HasInnerModel<MetricDefinitionInner>
public interface SqlDatabaseMetricDefinition extends HasInnerModel<MetricDefinitionInner>
Response containing the Azure SQL Database metric definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SqlDatabaseMetricAvailability>metricAvailabilities()Stringname()PrimaryAggregationTypeprimaryAggregationType()StringresourceUri()UnitDefinitionTypeunit()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
name
String name()
- Returns:
- the name of the metric
-
primaryAggregationType
PrimaryAggregationType primaryAggregationType()
- Returns:
- the primary aggregation type
-
resourceUri
String resourceUri()
- Returns:
- the resource URI
-
unit
UnitDefinitionType unit()
- Returns:
- the unit type
-
metricAvailabilities
List<SqlDatabaseMetricAvailability> metricAvailabilities()
- Returns:
- the metric availabilities
-
-