ISqlDatabaseUsageMetric Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET