次の方法で共有


ApplicationInsightsComponentDataVolumeCap コンストラクター

定義

オーバーロード

ApplicationInsightsComponentDataVolumeCap()

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

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

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

ApplicationInsightsComponentDataVolumeCap()

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

public ApplicationInsightsComponentDataVolumeCap ();
Public Sub New ()

適用対象

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

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

public ApplicationInsightsComponentDataVolumeCap (double? cap = default, int? resetTime = default, int? warningThreshold = default, bool? stopSendNotificationWhenHitThreshold = default, bool? stopSendNotificationWhenHitCap = default, double? maxHistoryCap = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentDataVolumeCap : Nullable<double> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<double> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentDataVolumeCap
Public Sub New (Optional cap As Nullable(Of Double) = Nothing, Optional resetTime As Nullable(Of Integer) = Nothing, Optional warningThreshold As Nullable(Of Integer) = Nothing, Optional stopSendNotificationWhenHitThreshold As Nullable(Of Boolean) = Nothing, Optional stopSendNotificationWhenHitCap As Nullable(Of Boolean) = Nothing, Optional maxHistoryCap As Nullable(Of Double) = Nothing)

パラメーター

cap
Nullable<Double>

日単位のデータ ボリュームの上限 (GB 単位)。

resetTime
Nullable<Int32>

日単位のデータ ボリューム上限 UTC リセット時間。

warningThreshold
Nullable<Int32>

予約済み。現時点では使用されていません。

stopSendNotificationWhenHitThreshold
Nullable<Boolean>

予約済み。現時点では使用されていません。

stopSendNotificationWhenHitCap
Nullable<Boolean>

日次データ 量の上限が満たされた場合は、通知メールを送信しないでください。

maxHistoryCap
Nullable<Double>

このコンポーネントに対してユーザーが設定できる 1 日の最大データ 量上限。

適用対象