ApplicationInsightsComponentDataVolumeCapArgs

data class ApplicationInsightsComponentDataVolumeCapArgs(val cap: Output<Double>? = null, val stopSendNotificationWhenHitCap: Output<Boolean>? = null, val stopSendNotificationWhenHitThreshold: Output<Boolean>? = null, val warningThreshold: Output<Int>? = null) : ConvertibleToJava<ApplicationInsightsComponentDataVolumeCapArgs>

An Application Insights component daily data volume cap

Constructors

constructor(cap: Output<Double>? = null, stopSendNotificationWhenHitCap: Output<Boolean>? = null, stopSendNotificationWhenHitThreshold: Output<Boolean>? = null, warningThreshold: Output<Int>? = null)

Properties

Link copied to clipboard
val cap: Output<Double>? = null

Daily data volume cap in GB.

Link copied to clipboard

Do not send a notification email when the daily data volume cap is met.

Link copied to clipboard

Reserved, not used for now.

Link copied to clipboard
val warningThreshold: Output<Int>? = null

Reserved, not used for now.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationInsightsComponentDataVolumeCapArgs