你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-ServiceFabricNode
从群集中删除 Service Fabric 节点。
语法
Remove-ServiceFabricNode
[-Force]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Remove-ServiceFabricNode cmdlet 从群集中删除 Service Fabric 节点。 必须从要删除的计算机运行此 cmdlet。 在执行此操作之前,请使用 Connect-ServiceFabricCluster cmdlet 建立与群集的连接。
示例
示例 1:删除节点
PS C:\> Remove-ServiceFabricNode
此命令从群集中删除当前计算机。
参数
-Force
强制命令运行而不要求用户确认。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object