你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentDataVolumeCap 类

定义

Application Insights 组件每日数据量上限

public class ApplicationInsightsComponentDataVolumeCap
type ApplicationInsightsComponentDataVolumeCap = class
Public Class ApplicationInsightsComponentDataVolumeCap
继承
ApplicationInsightsComponentDataVolumeCap

构造函数

ApplicationInsightsComponentDataVolumeCap()

初始化 ApplicationInsightsComponentDataVolumeCap 类的新实例。

ApplicationInsightsComponentDataVolumeCap(Nullable<Double>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>)

初始化 ApplicationInsightsComponentDataVolumeCap 类的新实例。

属性

Cap

获取或设置每日数据量上限(以 GB 为单位)。

MaxHistoryCap

获取用户可以为此组件设置的最大每日数据量上限。

ResetTime

获取每日数据量上限 UTC 重置小时数。

StopSendNotificationWhenHitCap

获取或设置在达到每日数据量上限时不发送通知电子邮件。

StopSendNotificationWhenHitThreshold

获取或设置保留的,目前不用于 。

WarningThreshold

获取或设置保留的,目前不用于 。

适用于