Share via


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentQuotaStatus Method

Definition

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>)

Source:
ArmApplicationInsightsModelFactory.cs

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.

shouldBeThrottled
Nullable<Boolean>

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)

Source:
ArmApplicationInsightsModelFactory.cs

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.

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.

Returns

A new ApplicationInsightsComponentQuotaStatus instance for mocking.

Applies to