次の方法で共有


IStorageUsage インターフェイス

定義

Azure ストレージ リソース使用状況情報オブジェクトの不変のクライアント側表現。

public interface IStorageUsage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.UsageInner>
type IStorageUsage = interface
    interface IHasInner<UsageInner>
Public Interface IStorageUsage
Implements IHasInner(Of UsageInner)
実装

プロパティ

CurrentValue

サブスクリプション内の割り当てられたリソースの現在の数を取得します。

Inner

Azure ストレージ リソース使用状況情報オブジェクトの不変のクライアント側表現。

(継承元 IHasInner<T>)
Limit

サブスクリプションで割り当てることができるリソースの最大数を取得します。

Name

使用法の種類の名前を取得します。

Unit

測定単位を取得します。 使用できる値は、'Count'、'Bytes'、'Seconds'、'Percent'、'CountsPerSecond'、'BytesPerSecond' です。

適用対象