RecommendedElasticPoolMetric Interface

Implements

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

public interface RecommendedElasticPoolMetric
extends HasInner<com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolMetricInner>

An immutable client-side representation of an Azure SQL Replication link.

Method Summary

Modifier and Type Method and Description
abstract org.joda.time.DateTime dateTimeProperty()
abstract double dtu()
abstract double sizeGB()

Method Details

dateTimeProperty

public abstract DateTime dateTimeProperty()

Returns:

the time of metric (ISO8601 format).

dtu

public abstract double dtu()

Returns:

sizeGB

public abstract double sizeGB()

Returns:

the size in gigabytes.

Applies to