Freigeben über


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentDataVolumeCap Methode

Definition

Initialisiert eine neue instance von ApplicationInsightsComponentDataVolumeCap.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentDataVolumeCap ApplicationInsightsComponentDataVolumeCap (float? cap = default, int? resetTime = default, int? warningThreshold = default, bool? isStopSendNotificationWhenHitThreshold = default, bool? isStopSendNotificationWhenHitCap = default, float? maxHistoryCap = default);
static member ApplicationInsightsComponentDataVolumeCap : Nullable<single> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<single> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentDataVolumeCap
Public Shared Function ApplicationInsightsComponentDataVolumeCap (Optional cap As Nullable(Of Single) = Nothing, Optional resetTime As Nullable(Of Integer) = Nothing, Optional warningThreshold As Nullable(Of Integer) = Nothing, Optional isStopSendNotificationWhenHitThreshold As Nullable(Of Boolean) = Nothing, Optional isStopSendNotificationWhenHitCap As Nullable(Of Boolean) = Nothing, Optional maxHistoryCap As Nullable(Of Single) = Nothing) As ApplicationInsightsComponentDataVolumeCap

Parameter

cap
Nullable<Single>

Obergrenze des täglichen Datenvolumens in GB.

resetTime
Nullable<Int32>

Tägliche Datenvolumegrenze UTC-Zurücksetzungsstunde.

warningThreshold
Nullable<Int32>

Reserviert, vorerst nicht verwendet.

isStopSendNotificationWhenHitThreshold
Nullable<Boolean>

Reserviert, vorerst nicht verwendet.

isStopSendNotificationWhenHitCap
Nullable<Boolean>

Senden Sie keine Benachrichtigungs-E-Mail, wenn die obergrenze des täglichen Datenvolumens erreicht ist.

maxHistoryCap
Nullable<Single>

Maximale obergrenze des täglichen Datenvolumens, die der Benutzer für diese Komponente festlegen kann.

Gibt zurück

Eine neue ApplicationInsightsComponentDataVolumeCap instance zum Simulieren.

Gilt für: