次の方法で共有


IServerUsage インターフェイス

定義

Azure SQL サーバー使用量メトリックの不変のクライアント側表現。

public interface IServerUsage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ServerUsageInner>
type IServerUsage = interface
    interface IBeta
    interface IHasInner<ServerUsageInner>
Public Interface IServerUsage
Implements IBeta, IHasInner(Of ServerUsageInner)
実装

プロパティ

CurrentValue

メトリックの現在の値を取得します。

DisplayName

メトリックの表示名を取得します。

Inner

Azure SQL サーバー使用量メトリックの不変のクライアント側表現。

(継承元 IHasInner<T>)
Limit

メトリックの現在の制限を取得します。

Name

サーバー使用状況メトリックの名前を取得します。

NextResetTime

メトリックの次のリセット時刻を取得します (ISO8601 形式)。

ResourceName

リソースの名前を取得します。

Unit

メトリックの単位を取得します。

適用対象