ISqlDatabaseMetric Interface

Definition

Response containing the Azure SQL Database metric.

public interface ISqlDatabaseMetric : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.Metric>
type ISqlDatabaseMetric = interface
    interface IBeta
    interface IHasInner<Metric>
Public Interface ISqlDatabaseMetric
Implements IBeta, IHasInner(Of Metric)
Implements

Properties

EndTime

Gets the end time.

Inner (Inherited from IHasInner<T>)
MetricValues

Gets the metric values.

Name

Gets the metric name.

StartTime

Gets the start time.

TimeGrain

Gets the time grain.

Unit

Gets the metric's unit type.

Applies to