ArmApplicationInsightsModelFactory.ApplicationInsightsComponentDataVolumeCap 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.
Initializes a new instance of 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
Parameters
Do not send a notification email when the daily data volume cap is met.
Maximum daily data volume cap that the user can set for this component.
Returns
A new ApplicationInsightsComponentDataVolumeCap instance for mocking.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET