SqlSubscriptionUsageMetric Interface

public interface SqlSubscriptionUsageMetric extends Refreshable,HasId,HasName,HasInner

The result of SQL server usages per current subscription.

Method Summary

Modifier and Type Method and Description
double currentValue()
String displayName()
double limit()
String type()
String unit()

Inherited Members

Method Details

currentValue

public double currentValue()

Returns:

the current value of the metric

displayName

public String displayName()

Returns:

a user-readable name of the metric

limit

public double limit()

Returns:

the boundary value of the metric

type

public String type()

Returns:

the resource type

unit

public String unit()

Returns:

the unit of the metric

Applies to