ApplicationInsightsComponentDataVolumeCap Constructors

Definition

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

cap
Nullable<Double>

Daily data volume cap in GB.

resetTime
Nullable<Int32>

Daily data volume cap UTC reset hour.

warningThreshold
Nullable<Int32>

Reserved, not used for now.

stopSendNotificationWhenHitThreshold
Nullable<Boolean>

Reserved, not used for now.

stopSendNotificationWhenHitCap
Nullable<Boolean>

Do not send a notification email when the daily data volume cap is met.

maxHistoryCap
Nullable<Double>

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

Applies to