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

ChaosEventsSegmentFilter(DateTime, DateTime) 构造函数

定义

初始化 ChaosEventsSegmentFilter 类的新实例。

public ChaosEventsSegmentFilter(DateTime startTimeUtc, DateTime endTimeUtc);
new System.Fabric.Chaos.DataStructures.ChaosEventsSegmentFilter : DateTime * DateTime -> System.Fabric.Chaos.DataStructures.ChaosEventsSegmentFilter
Public Sub New (startTimeUtc As DateTime, endTimeUtc As DateTime)

参数

startTimeUtc
DateTime

包括从此时间开始的事件。

endTimeUtc
DateTime

包括在此时间之前开始的事件。

适用于