你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISqlSubscriptionUsageMetric 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
每个当前订阅的 SQL Server 使用情况的结果。
public interface ISqlSubscriptionUsageMetric : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.SubscriptionUsageInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlSubscriptionUsageMetric>
type ISqlSubscriptionUsageMetric = interface
interface IBeta
interface IRefreshable<ISqlSubscriptionUsageMetric>
interface IHasId
interface IHasName
interface IHasInner<SubscriptionUsageInner>
Public Interface ISqlSubscriptionUsageMetric
Implements IBeta, IHasId, IHasInner(Of SubscriptionUsageInner), IHasName, IRefreshable(Of ISqlSubscriptionUsageMetric)
- 实现
属性
CurrentValue |
获取指标的当前值。 |
DisplayName |
获取指标的用户可读名称。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
每个当前订阅的 SQL Server 使用情况的结果。 (继承自 IHasInner<T>) |
Limit |
获取指标的边界值。 |
Name |
获取资源的名称 (继承自 IHasName) |
Type |
获取资源类型。 |
Unit |
获取指标的单位。 |
方法
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |