次の方法で共有


IotHubQuotaMetricInfo クラス

定義

クォータ メトリックのプロパティ。

public class IotHubQuotaMetricInfo
type IotHubQuotaMetricInfo = class
Public Class IotHubQuotaMetricInfo
継承
IotHubQuotaMetricInfo

コンストラクター

IotHubQuotaMetricInfo()

IotHubQuotaMetricInfo クラスの新しいインスタンスを初期化します。

IotHubQuotaMetricInfo(String, Nullable<Int64>, Nullable<Int64>)

IotHubQuotaMetricInfo クラスの新しいインスタンスを初期化します。

プロパティ

CurrentValue

クォータ メトリックの現在の値を取得します。

MaxValue

クォータ メトリックの最大値を取得します。

Name

クォータ メトリックの名前を取得します。

適用対象