Usage 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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'
- name
- UsageName
使用類型的名稱。