你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Update-ServiceFabricNodeConfiguration
更新 Service Fabric 群集配置。
语法
Update-ServiceFabricNodeConfiguration
[-ClusterManifestPath] <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Update-ServiceFabricNodeConfiguration cmdlet 更新 Service Fabric 群集配置。 此 cmdlet 仅用于灾难恢复。 不要在正常操作期间使用它。
若要管理 Service Fabric 群集,请使用“以管理员身份运行”选项启动 Windows PowerShell。 在 Service Fabric 群集上执行任何操作之前,请使用 Connect-ServiceFabricCluster cmdlet 建立与群集的连接。
示例
示例 1:通过群集清单更新现有群集的 Service Fabric 节点配置
PS C:\> Update-ServiceFabricNodeConfiguration -ClusterManifestPath c:\temp\clustermanifest.v2.xml
此命令更新群集清单以更新 Service Fabric 节点集
参数
-ClusterManifestPath
指定 Service Fabric 群集清单的路径。 该 cmdlet 根据指定的清单更新群集配置。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Confirm
在运行 cmdlet 之前,提示你进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Force
强制命令运行而不要求用户确认。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示 cmdlet 运行时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object