Freigeben über


ApplicationInsightsComponentQuotaStatus Konstruktoren

Definition

Überlädt

ApplicationInsightsComponentQuotaStatus()

Initialisiert eine neue instance der ApplicationInsightsComponentQuotaStatus-Klasse.

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

Initialisiert eine neue instance der ApplicationInsightsComponentQuotaStatus-Klasse.

ApplicationInsightsComponentQuotaStatus()

Initialisiert eine neue instance der ApplicationInsightsComponentQuotaStatus-Klasse.

public ApplicationInsightsComponentQuotaStatus ();
Public Sub New ()

Gilt für:

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

Initialisiert eine neue instance der ApplicationInsightsComponentQuotaStatus-Klasse.

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)

Parameter

appId
String

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

shouldBeThrottled
Nullable<Boolean>

Die tägliche Datenvolumenobergrenze wird erreicht, und die Datenerfassung wird beendet.

expirationTime
String

Datum und Uhrzeit, an dem die tägliche Datenvolumenobergrenze zurückgesetzt wird, und die Datenerfassung wird fortgesetzt.

Gilt für: