ApplicationInsightsComponentQuotaStatus Class

Definition

An Application Insights component daily data volume cap status

public class ApplicationInsightsComponentQuotaStatus
type ApplicationInsightsComponentQuotaStatus = class
Public Class ApplicationInsightsComponentQuotaStatus
Inheritance
ApplicationInsightsComponentQuotaStatus

Constructors

ApplicationInsightsComponentQuotaStatus()

Initializes a new instance of the ApplicationInsightsComponentQuotaStatus class.

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

Initializes a new instance of the ApplicationInsightsComponentQuotaStatus class.

Properties

AppId

Gets the Application ID for the Application Insights component.

ExpirationTime

Gets date and time when the daily data volume cap will be reset, and data ingestion will resume.

ShouldBeThrottled

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

Applies to