ApplicationInsightsComponentQuotaStatus Constructors
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.
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.
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
Azure SDK for .NET