Usage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Usage() |
Usage クラスの新しいインスタンスを初期化します。 |
Usage(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName) |
Usage クラスの新しいインスタンスを初期化します。 |
Usage()
Usage クラスの新しいインスタンスを初期化します。
public Usage ();
Public Sub New ()
適用対象
Usage(Nullable<UsageUnit>, Nullable<Int32>, Nullable<Int32>, UsageName)
Usage クラスの新しいインスタンスを初期化します。
public Usage (Microsoft.Azure.Management.Storage.Models.UsageUnit? unit = default, int? currentValue = default, int? limit = default, Microsoft.Azure.Management.Storage.Models.UsageName name = default);
new Microsoft.Azure.Management.Storage.Models.Usage : Nullable<Microsoft.Azure.Management.Storage.Models.UsageUnit> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Storage.Models.UsageName -> Microsoft.Azure.Management.Storage.Models.Usage
Public Sub New (Optional unit As Nullable(Of UsageUnit) = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As UsageName = Nothing)
パラメーター
測定単位を取得します。 使用できる値は、'Count'、'Bytes'、'Seconds'、'Percent'、'CountsPerSecond'、'BytesPerSecond' です。
- name
- UsageName
使用法の種類の名前を取得します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET