次の方法で共有


Usage コンストラクター

定義

オーバーロード

Usage()

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

Usage(Int32, Int64, UsageName)

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

Usage()

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

public Usage();
Public Sub New ()

適用対象

Usage(Int32, Int64, UsageName)

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

public Usage(int currentValue, long limit, Microsoft.Azure.Management.Compute.Models.UsageName name);
new Microsoft.Azure.Management.Compute.Models.Usage : int * int64 * Microsoft.Azure.Management.Compute.Models.UsageName -> Microsoft.Azure.Management.Compute.Models.Usage
Public Sub New (currentValue As Integer, limit As Long, name As UsageName)

パラメーター

currentValue
Int32

リソースの現在の使用状況。

limit
Int64

リソースの最大使用許可数。

name
UsageName

使用法の種類の名前。

適用対象