Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationInsightsComponentDataVolumeCap

Package version

interface

An interface representing ApplicationInsightsComponentDataVolumeCap. An Application Insights component daily data volumne cap

Hierarchy

  • ApplicationInsightsComponentDataVolumeCap

Index

Properties

Optional cap

cap: undefined | number
member

{number} [cap] Daily data volume cap in GB.

Optional maxHistoryCap

maxHistoryCap: undefined | number
member

{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.

Optional resetTime

resetTime: undefined | number
member

{number} [resetTime] Daily data volume cap UTC reset hour. NOTE: This property will not be serialized. It can only be populated by the server.

Optional stopSendNotificationWhenHitCap

stopSendNotificationWhenHitCap: undefined | false | true
member

{boolean} [stopSendNotificationWhenHitCap] Do not send a notification email when the daily data volume cap is met.

Optional stopSendNotificationWhenHitThreshold

stopSendNotificationWhenHitThreshold: undefined | false | true
member

{boolean} [stopSendNotificationWhenHitThreshold] Reserved, not used for now.

Optional warningThreshold

warningThreshold: undefined | number
member

{number} [warningThreshold] Reserved, not used for now.

Generated using TypeDoc