SqlDatabaseMetricDefinition Interface

Implements

HasInner<com.microsoft.azure.management.sql.implementation.MetricDefinitionInner>

public interface SqlDatabaseMetricDefinition
extends HasInner<com.microsoft.azure.management.sql.implementation.MetricDefinitionInner>

Response containing the Azure SQL Database metric definition.

Method Summary

Modifier and Type Method and Description
abstract java.util.List<SqlDatabaseMetricAvailability> metricAvailabilities()
abstract java.lang.String name()
abstract PrimaryAggregationType primaryAggregationType()
abstract java.lang.String resourceUri()
abstract UnitDefinitionType unit()

Method Details

metricAvailabilities

public abstract List metricAvailabilities()

Returns:

the metric availabilities

name

public abstract String name()

Returns:

the name of the metric

primaryAggregationType

public abstract PrimaryAggregationType primaryAggregationType()

Returns:

the primary aggregation type

resourceUri

public abstract String resourceUri()

Returns:

the resource URI

unit

public abstract UnitDefinitionType unit()

Returns:

the unit type

Applies to