Share via


IApplicationInsightsComponentBillingFeatures.DataVolumeCapStopSendNotificationWhenHitCap Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="Do not send a notification email when the daily data volume cap is met.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="StopSendNotificationWhenHitCap", Update=true)]
public bool? DataVolumeCapStopSendNotificationWhenHitCap { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="Do not send a notification email when the daily data volume cap is met.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="StopSendNotificationWhenHitCap", Update=true)>]
member this.DataVolumeCapStopSendNotificationWhenHitCap : Nullable<bool> with get, set
Public Property DataVolumeCapStopSendNotificationWhenHitCap As Nullable(Of Boolean)

Property Value

Attributes

Applies to