ArmApplicationInsightsModelFactory.ApplicationInsightsComponentQuotaStatus Method
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(String, Nullable<Boolean>, Nullable<DateTimeOffset>) |
Initializes a new instance of ApplicationInsightsComponentQuotaStatus. |
ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String) |
Initializes a new instance of ApplicationInsightsComponentQuotaStatus. |
ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, Nullable<DateTimeOffset>)
Initializes a new instance of ApplicationInsightsComponentQuotaStatus.
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentQuotaStatus ApplicationInsightsComponentQuotaStatus (string appId = default, bool? shouldBeThrottled = default, DateTimeOffset? expireOn = default);
static member ApplicationInsightsComponentQuotaStatus : string * Nullable<bool> * Nullable<DateTimeOffset> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentQuotaStatus
Public Shared Function ApplicationInsightsComponentQuotaStatus (Optional appId As String = Nothing, Optional shouldBeThrottled As Nullable(Of Boolean) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing) As ApplicationInsightsComponentQuotaStatus
Parameters
- appId
- String
The Application ID for the Application Insights component.
The daily data volume cap is met, and data ingestion will be stopped.
- expireOn
- Nullable<DateTimeOffset>
Date and time when the daily data volume cap will be reset, and data ingestion will resume.
Returns
A new ApplicationInsightsComponentQuotaStatus instance for mocking.
Applies to
ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)
Initializes a new instance of ApplicationInsightsComponentQuotaStatus.
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentQuotaStatus ApplicationInsightsComponentQuotaStatus (string appId = default, bool? shouldBeThrottled = default, string expirationTime = default);
static member ApplicationInsightsComponentQuotaStatus : string * Nullable<bool> * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentQuotaStatus
Public Shared Function ApplicationInsightsComponentQuotaStatus (Optional appId As String = Nothing, Optional shouldBeThrottled As Nullable(Of Boolean) = Nothing, Optional expirationTime As String = Nothing) As ApplicationInsightsComponentQuotaStatus
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.
Returns
A new ApplicationInsightsComponentQuotaStatus instance for mocking.
Applies to
Azure SDK for .NET