次の方法で共有


UsageInner クラス

定義

ストレージ リソースの使用状況について説明します。

public class UsageInner
type UsageInner = class
Public Class UsageInner
継承
UsageInner

コンストラクター

UsageInner()

UsageInner クラスの新しいインスタンスを初期化します。

UsageInner(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName)

UsageInner クラスの新しいインスタンスを初期化します。

プロパティ

CurrentValue

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

Limit

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

Name

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

Unit

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

適用対象