Usage コンストラクター

定義

オーバーロード

Usage()

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

Usage(String, Nullable<Int64>, Nullable<Int64>, LocalizedName)

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

Usage()

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

public Usage ();
Public Sub New ()

適用対象

Usage(String, Nullable<Int64>, Nullable<Int64>, LocalizedName)

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

public Usage (string unit = default, long? currentValue = default, long? limit = default, Microsoft.Azure.Management.HDInsight.Models.LocalizedName name = default);
new Microsoft.Azure.Management.HDInsight.Models.Usage : string * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Management.HDInsight.Models.LocalizedName -> Microsoft.Azure.Management.HDInsight.Models.Usage
Public Sub New (Optional unit As String = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional name As LocalizedName = Nothing)

パラメーター

unit
String

使用状況の測定の種類。

currentValue
Nullable<Int64>

現在の使用状況。

limit
Nullable<Int64>

許容される最大使用量。

name
LocalizedName

使用されるリソースのローカライズ可能な名前に関する詳細。

適用対象