次の方法で共有


Usage コンストラクター

定義

オーバーロード

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

使用量の値を集計するために使用されるクォータ期間。

limit
Nullable<Int64>

このメトリックの最大値

currentValue
Nullable<Int64>

このメトリックの現在の値

適用対象