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

ApplicationInsightsComponentQuotaStatus 构造函数

定义

重载

ApplicationInsightsComponentQuotaStatus()

初始化 ApplicationInsightsComponentQuotaStatus 类的新实例。

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

初始化 ApplicationInsightsComponentQuotaStatus 类的新实例。

ApplicationInsightsComponentQuotaStatus()

初始化 ApplicationInsightsComponentQuotaStatus 类的新实例。

public ApplicationInsightsComponentQuotaStatus ();
Public Sub New ()

适用于

ApplicationInsightsComponentQuotaStatus(String, Nullable<Boolean>, String)

初始化 ApplicationInsightsComponentQuotaStatus 类的新实例。

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)

参数

appId
String

Application Insights 组件的应用程序 ID。

shouldBeThrottled
Nullable<Boolean>

达到每日数据量上限,数据引入将停止。

expirationTime
String

重置每日数据量上限并恢复数据引入的日期和时间。

适用于