Freigeben über


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentQuotaStatus Methode

Definition

Initialisiert eine neue instance von 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

Parameter

appId
String

Die Anwendungs-ID für die Application Insights-Komponente.

shouldBeThrottled
Nullable<Boolean>

Die obergrenze des täglichen Datenvolumens wird erreicht, und die Datenerfassung wird beendet.

expirationTime
String

Datum und Uhrzeit, zu dem die obergrenze des täglichen Datenvolumens zurückgesetzt und die Datenerfassung fortgesetzt wird.

Gibt zurück

Eine neue ApplicationInsightsComponentQuotaStatus instance zum Simulieren.

Gilt für: