ApplicationInsightsComponentDataVolumeCap Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Application Insights component daily data volume cap
public class ApplicationInsightsComponentDataVolumeCap
type ApplicationInsightsComponentDataVolumeCap = class
Public Class ApplicationInsightsComponentDataVolumeCap
- Inheritance
-
ApplicationInsightsComponentDataVolumeCap
Constructors
ApplicationInsightsComponentDataVolumeCap() |
Initializes a new instance of the ApplicationInsightsComponentDataVolumeCap class. |
ApplicationInsightsComponentDataVolumeCap(Nullable<Double>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>) |
Initializes a new instance of the ApplicationInsightsComponentDataVolumeCap class. |
Properties
Cap |
Gets or sets daily data volume cap in GB. |
MaxHistoryCap |
Gets maximum daily data volume cap that the user can set for this component. |
ResetTime |
Gets daily data volume cap UTC reset hour. |
StopSendNotificationWhenHitCap |
Gets or sets do not send a notification email when the daily data volume cap is met. |
StopSendNotificationWhenHitThreshold |
Gets or sets reserved, not used for now. |
WarningThreshold |
Gets or sets reserved, not used for now. |
Applies to
Azure SDK for .NET