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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET