共用方式為


SqlSubscriptionUsageMetric Interface

Implements

public interface SqlSubscriptionUsageMetric
extends Refreshable<SqlSubscriptionUsageMetric>, HasId, HasName, HasInnerModel<SubscriptionUsageInner>

The result of SQL server usages per current subscription.

Method Summary

Modifier and Type Method and Description
abstract double currentValue()

Gets the current value of the metric.

abstract String displayName()

Gets a user-readable name of the metric.

abstract double limit()

Gets the boundary value of the metric.

abstract String type()

Gets the resource type.

abstract String unit()

Gets the unit of the metric.

Method Details

currentValue

public abstract double currentValue()

Gets the current value of the metric.

Returns:

the current value of the metric

displayName

public abstract String displayName()

Gets a user-readable name of the metric.

Returns:

a user-readable name of the metric

limit

public abstract double limit()

Gets the boundary value of the metric.

Returns:

the boundary value of the metric

type

public abstract String type()

Gets the resource type.

Returns:

the resource type

unit

public abstract String unit()

Gets the unit of the metric.

Returns:

the unit of the metric

Applies to