ApplicationInsightsComponentDataVolumeCap interface
An Application Insights component daily data volume cap
Properties
cap | Daily data volume cap in GB. |
max |
Maximum daily data volume cap that the user can set for this component. NOTE: This property will not be serialized. It can only be populated by the server. |
reset |
Daily data volume cap UTC reset hour. NOTE: This property will not be serialized. It can only be populated by the server. |
stop |
Do not send a notification email when the daily data volume cap is met. |
stop |
Reserved, not used for now. |
warning |
Reserved, not used for now. |
Property Details
cap
Daily data volume cap in GB.
cap?: number
Property Value
number
maxHistoryCap
Maximum daily data volume cap that the user can set for this component. NOTE: This property will not be serialized. It can only be populated by the server.
maxHistoryCap?: number
Property Value
number
resetTime
Daily data volume cap UTC reset hour. NOTE: This property will not be serialized. It can only be populated by the server.
resetTime?: number
Property Value
number
stopSendNotificationWhenHitCap
Do not send a notification email when the daily data volume cap is met.
stopSendNotificationWhenHitCap?: boolean
Property Value
boolean
stopSendNotificationWhenHitThreshold
Reserved, not used for now.
stopSendNotificationWhenHitThreshold?: boolean
Property Value
boolean
warningThreshold
Reserved, not used for now.
warningThreshold?: number
Property Value
number