ApplicationInsightsComponentDataVolumeCap Constructors
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.
Overloads
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. |
ApplicationInsightsComponentDataVolumeCap()
Initializes a new instance of the ApplicationInsightsComponentDataVolumeCap class.
public ApplicationInsightsComponentDataVolumeCap ();
Public Sub New ()
Applies to
ApplicationInsightsComponentDataVolumeCap(Nullable<Double>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>)
Initializes a new instance of the ApplicationInsightsComponentDataVolumeCap class.
public ApplicationInsightsComponentDataVolumeCap (double? cap = default, int? resetTime = default, int? warningThreshold = default, bool? stopSendNotificationWhenHitThreshold = default, bool? stopSendNotificationWhenHitCap = default, double? maxHistoryCap = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentDataVolumeCap : Nullable<double> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<double> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentDataVolumeCap
Public Sub New (Optional cap As Nullable(Of Double) = Nothing, Optional resetTime As Nullable(Of Integer) = Nothing, Optional warningThreshold As Nullable(Of Integer) = Nothing, Optional stopSendNotificationWhenHitThreshold As Nullable(Of Boolean) = Nothing, Optional stopSendNotificationWhenHitCap As Nullable(Of Boolean) = Nothing, Optional maxHistoryCap As Nullable(Of Double) = Nothing)
Parameters
Do not send a notification email when the daily data volume cap is met.
Maximum daily data volume cap that the user can set for this component.
Applies to
Azure SDK for .NET