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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET