Usage コンストラクター

定義

オーバーロード

Usage()

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

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

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

Usage()

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

public Usage ();
Public Sub New ()

適用対象

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

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

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

パラメーター

unit
String

使用結果の単位

currentValue
Nullable<Int32>

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

limit
Nullable<Int32>

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

name
UsageName

リソースの name オブジェクト

適用対象