ApplicationInsightsComponentDataVolumeCapResponse

data class ApplicationInsightsComponentDataVolumeCapResponse(val cap: Double? = null, val maxHistoryCap: Double, val resetTime: Int, val stopSendNotificationWhenHitCap: Boolean? = null, val stopSendNotificationWhenHitThreshold: Boolean? = null, val warningThreshold: Int? = null)

An Application Insights component daily data volume cap

Constructors

constructor(cap: Double? = null, maxHistoryCap: Double, resetTime: Int, stopSendNotificationWhenHitCap: Boolean? = null, stopSendNotificationWhenHitThreshold: Boolean? = null, warningThreshold: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cap: Double? = null

Daily data volume cap in GB.

Link copied to clipboard

Maximum daily data volume cap that the user can set for this component.

Link copied to clipboard

Daily data volume cap UTC reset hour.

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: Int? = null

Reserved, not used for now.