ApplicationInsightsComponentQuotaStatus Constructors

Definition

Overloads

ApplicationInsightsComponentQuotaStatus()

Initializes a new instance of the ApplicationInsightsComponentQuotaStatus class.

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

Initializes a new instance of the ApplicationInsightsComponentQuotaStatus class.

ApplicationInsightsComponentQuotaStatus()

Initializes a new instance of the ApplicationInsightsComponentQuotaStatus class.

public ApplicationInsightsComponentQuotaStatus ();
Public Sub New ()

Applies to

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

Initializes a new instance of the ApplicationInsightsComponentQuotaStatus class.

public ApplicationInsightsComponentQuotaStatus (string appId = default, bool? shouldBeThrottled = default, string expirationTime = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentQuotaStatus : string * Nullable<bool> * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentQuotaStatus
Public Sub New (Optional appId As String = Nothing, Optional shouldBeThrottled As Nullable(Of Boolean) = Nothing, Optional expirationTime As String = Nothing)

Parameters

appId
String

The Application ID for the Application Insights component.

shouldBeThrottled
Nullable<Boolean>

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

expirationTime
String

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

Applies to