ISqlDatabaseMetric 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.
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
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