次の方法で共有


ApplicationInsightsComponentDataVolumeCap クラス

定義

Application Insights コンポーネントの毎日のデータ ボリュームの上限

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

コンストラクター

ApplicationInsightsComponentDataVolumeCap()

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

ApplicationInsightsComponentDataVolumeCap(Nullable<Double>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>)

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

プロパティ

Cap

日単位のデータ ボリュームの上限を GB 単位で取得または設定します。

MaxHistoryCap

ユーザーがこのコンポーネントに対して設定できる最大日次データ ボリュームの上限を取得します。

ResetTime

毎日のデータ ボリューム上限 UTC リセット時間を取得します。

StopSendNotificationWhenHitCap

日次データ ボリュームの上限が満たされたときに通知メールを送信しない値を取得または設定します。

StopSendNotificationWhenHitThreshold

現在使用されていない予約済みを取得または設定します。

WarningThreshold

現在使用されていない予約済みを取得または設定します。

適用対象