ApplicationInsightsComponentQuotaStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET