次の方法で共有


ISqlSubscriptionUsageMetric インターフェイス

定義

現在のサブスクリプションごとの 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>)

適用対象