次の方法で共有


Usage コンストラクター

定義

オーバーロード

Usage()

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

Usage(String, Nullable<Int32>, Nullable<Int64>, UsageName)

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

Usage()

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

public Usage ();
Public Sub New ()

適用対象

Usage(String, Nullable<Int32>, Nullable<Int64>, UsageName)

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

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

パラメーター

unit
String

使用状況測定の単位を記述する列挙型。 使用可能な値は次のとおりです: 'Count'

currentValue
Nullable<Int32>

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

limit
Nullable<Int64>

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

name
UsageName

使用法の種類の名前。

適用対象