ApplicationInsightsComponentQuotaStatus.ShouldBeThrottled Property

Definition

Gets the daily data volume cap is met, and data ingestion will be stopped.

[Newtonsoft.Json.JsonProperty(PropertyName="ShouldBeThrottled")]
public bool? ShouldBeThrottled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ShouldBeThrottled")>]
member this.ShouldBeThrottled : Nullable<bool>
Public ReadOnly Property ShouldBeThrottled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to