你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-ServiceFabricClusterConfiguration
获取独立部署的最新 JSON 格式群集配置。
语法
Get-ServiceFabricClusterConfiguration
[-UseApiVersion]
[-ApiVersion <String>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Get-ServiceFabricClusterConfiguration cmdlet 获取最新的群集配置 JavaScript 对象表示法(JSON)格式。
若要运行此 cmdlet,必须先使用 Connect-ServiceFabricCluster cmdlet 建立连接。
此 cmdlet 仅适用于本地独立部署。 如果针对没有 UpgradeOrchestrationService Fabric 系统服务的群集执行,则请求将超时。
示例
示例 1:获取群集配置
PS C:\> Connect-ServiceFabricCluster -ConnectionEndpoint "ServiceFabric01.ContosoCloudApp.net:19000"
PS C:\> Get-ServiceFabricClusterConfiguration -UseApiVersion -ApiVersion 05-2017
第一个命令创建与指定群集的连接。
第二个命令获取 JSON 格式的最新群集配置。
参数
-ApiVersion
群集 json 配置上的 Api 版本。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TimeoutSec
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UseApiVersion
如果为 True,则表示需要 ApiVersion 参数。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object