Share via


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentDataVolumeCap Method

Definition

Initializes a new instance of ApplicationInsightsComponentDataVolumeCap.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentDataVolumeCap ApplicationInsightsComponentDataVolumeCap (float? cap = default, int? resetTime = default, int? warningThreshold = default, bool? isStopSendNotificationWhenHitThreshold = default, bool? isStopSendNotificationWhenHitCap = default, float? maxHistoryCap = default);
static member ApplicationInsightsComponentDataVolumeCap : Nullable<single> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<single> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentDataVolumeCap
Public Shared Function ApplicationInsightsComponentDataVolumeCap (Optional cap As Nullable(Of Single) = Nothing, Optional resetTime As Nullable(Of Integer) = Nothing, Optional warningThreshold As Nullable(Of Integer) = Nothing, Optional isStopSendNotificationWhenHitThreshold As Nullable(Of Boolean) = Nothing, Optional isStopSendNotificationWhenHitCap As Nullable(Of Boolean) = Nothing, Optional maxHistoryCap As Nullable(Of Single) = Nothing) As ApplicationInsightsComponentDataVolumeCap

Parameters

cap
Nullable<Single>

Daily data volume cap in GB.

resetTime
Nullable<Int32>

Daily data volume cap UTC reset hour.

warningThreshold
Nullable<Int32>

Reserved, not used for now.

isStopSendNotificationWhenHitThreshold
Nullable<Boolean>

Reserved, not used for now.

isStopSendNotificationWhenHitCap
Nullable<Boolean>

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

maxHistoryCap
Nullable<Single>

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

Returns

A new ApplicationInsightsComponentDataVolumeCap instance for mocking.

Applies to