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

ArmApplicationInsightsModelFactory.ApplicationInsightsComponentQuotaStatus 方法

定义

初始化 ApplicationInsightsComponentQuotaStatus 的新实例。

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentQuotaStatus ApplicationInsightsComponentQuotaStatus (string appId = default, bool? shouldBeThrottled = default, string expirationTime = default);
static member ApplicationInsightsComponentQuotaStatus : string * Nullable<bool> * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentQuotaStatus
Public Shared Function ApplicationInsightsComponentQuotaStatus (Optional appId As String = Nothing, Optional shouldBeThrottled As Nullable(Of Boolean) = Nothing, Optional expirationTime As String = Nothing) As ApplicationInsightsComponentQuotaStatus

参数

appId
String

Application Insights 组件的应用程序 ID。

shouldBeThrottled
Nullable<Boolean>

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

expirationTime
String

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

返回

用于模拟的新 ApplicationInsightsComponentQuotaStatus 实例。

适用于