次の方法で共有


Usage コンストラクター

定義

オーバーロード

Usage()

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

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

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

Usage()

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

public Usage ();
Public Sub New ()

適用対象

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

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

public Usage (Microsoft.Azure.Management.Storage.Models.UsageUnit? unit = default, int? currentValue = default, int? limit = default, Microsoft.Azure.Management.Storage.Models.UsageName name = default);
new Microsoft.Azure.Management.Storage.Models.Usage : Nullable<Microsoft.Azure.Management.Storage.Models.UsageUnit> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Storage.Models.UsageName -> Microsoft.Azure.Management.Storage.Models.Usage
Public Sub New (Optional unit As Nullable(Of UsageUnit) = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As UsageName = Nothing)

パラメーター

unit
Nullable<UsageUnit>

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

currentValue
Nullable<Int32>

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

limit
Nullable<Int32>

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

name
UsageName

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

適用対象