SqlDatabaseMetricDefinition Interface
public interface SqlDatabaseMetricDefinition extends HasInner
Response containing the Azure SQL Database metric definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Sql |
metricAvailabilities() |
String | name() |
Primary |
primaryAggregationType() |
String | resourceUri() |
Unit |
unit() |
Inherited Members
Method Details
metricAvailabilities
public List
Returns:
the metric availabilities
name
public String name()
Returns:
the name of the metric
primaryAggregationType
public PrimaryAggregationType primaryAggregationType()
Returns:
the primary aggregation type
resourceUri
public String resourceUri()
Returns:
the resource URI
unit
public UnitDefinitionType unit()
Returns:
the 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