共用方式為


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

使用類型的名稱。

適用於