你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-ServiceFabricTestState
从 Service Fabric 群集中删除所有测试状态数据。
语法
Remove-ServiceFabricTestState
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Remove-ServiceFabricTestState cmdlet 从 Service Fabric 群集中删除所有测试状态数据。 如果测试驱动程序关闭错误,可以使用此 cmdlet。 某些操作在 Service Fabric 群集中设置测试状态,如果进程在此状态下失败,则可能会使 Service Fabric 群集不可用。 Remove-ServiceFabricTestState 清除此测试状态数据。
在 Service Fabric 群集上执行任何操作之前,请使用 Connect-ServiceFabricCluster cmdlet 建立与群集的连接。
示例
示例 1:删除 Service Fabric 测试状态
PS C:\> Remove-ServiceFabricTestState
此命令删除 Service Fabric 测试状态。
参数
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object