你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-ServiceFabricCluster
删除独立的 Service Fabric 群集。
语法
Remove-ServiceFabricCluster
[-ClusterConfigurationFilePath] <String>
[-DeleteLog]
[-Force]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Remove-ServiceFabricCluster cmdlet 基于 JavaScript 对象表示法(JSON)格式的群集配置文件删除独立的 Service Fabric 群集。
该配置包括 cmdlet 从中删除 Fabric 节点的目标计算机。
示例
示例 1:删除群集
PS C:\> Remove-ServiceFabricCluster -ClusterConfigurationFilePath "D:\standalone\ClusterConfig.Unsecure.DevCluster.json"
根据群集配置文件中指定的计算机删除 Service Fabric 群集节点。
参数
-ClusterConfigurationFilePath
指定群集配置 JSON 文件的路径。 配置描述从中删除 Fabric 节点的目标计算机。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DeleteLog
指示 cmdlet 在删除群集过程中删除日志文件。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Force
强制命令运行而不要求用户确认。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object