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