ISqlDatabaseUsageMetric Interface

Definition

The result of SQL server usages per SQL Database.

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

Properties

CurrentValue

Gets the current value of the metric.

DisplayName

Gets a user-readable name of the metric.

Inner (Inherited from IHasInner<T>)
Limit

Gets the boundary value of the metric.

Name

Gets the name of the resource

(Inherited from IHasName)
NextResetTime

Gets the next reset time for the usage metric (ISO8601 format).

ResourceName

Gets the name of the SQL Database resource.

Unit

Gets the unit of the metric.

Applies to