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

GetIncidentsForDetectionConfigurationOptions 构造函数

定义

初始化 GetIncidentsForDetectionConfigurationOptions 类的新实例。

public GetIncidentsForDetectionConfigurationOptions (DateTimeOffset startsOn, DateTimeOffset endsOn);
new Azure.AI.MetricsAdvisor.GetIncidentsForDetectionConfigurationOptions : DateTimeOffset * DateTimeOffset -> Azure.AI.MetricsAdvisor.GetIncidentsForDetectionConfigurationOptions
Public Sub New (startsOn As DateTimeOffset, endsOn As DateTimeOffset)

参数

startsOn
DateTimeOffset

筛选结果。 仅返回从此时间点(UTC)检测到的事件。

endsOn
DateTimeOffset

筛选结果。 仅返回在此时间点(UTC)检测到的事件。

适用于