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

Property Value

Attributes

Applies to