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

FabricClient.TestManagementClient.SetChaosScheduleAsync 方法

定义

此 API 将设置混沌计划的说明。

public System.Threading.Tasks.Task SetChaosScheduleAsync (System.Fabric.Chaos.DataStructures.ChaosScheduleDescription schedule, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.SetChaosScheduleAsync : System.Fabric.Chaos.DataStructures.ChaosScheduleDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetChaosScheduleAsync (schedule As ChaosScheduleDescription, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task

参数

schedule
ChaosScheduleDescription

要设置的混沌计划说明。

operationTimeout
TimeSpan

操作的总超时值。

cancellationToken
CancellationToken

取消标记。

返回

任务。

例外

操作花费的时间超过了其分配的时间。

任何必需的参数均为 null。

注解

必须启用 FaultAnalysisService 才能使用此 API。

适用于