你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-ServiceFabricRuntimeSupportedVersion
获取独立部署当前支持的所有 Service Fabric 运行时版本的列表。
语法
Get-ServiceFabricRuntimeSupportedVersion
[-Latest]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Get-ServiceFabricRuntimeSupportedVersion cmdlet 获取独立部署当前支持的所有 Service Fabric 运行时版本的详细信息。
Get-ServiceFabricRuntimeSupportedVersion 的输出包含以下信息:
-Version:Service Fabric 运行时版本。
-SupportExpiryDate:版本退出支持的日期。
-TargetPackageLocation :用于下载运行时包的链接。
可以运行此 cmdlet,而无需在计算机上运行 Service Fabric 群集。 为此,请执行以下操作:
从 创建在 Windows Server上运行的独立群集下载最新的独立客户端包。
运行客户端包中存在的 DeploymentComponentsAutoextractor.exe。 这将创建一个名为 DeploymentComponents 的文件夹,其中包含 Service Fabric 所需的所有部署二进制文件。
Import-Module。\DeploymentComponents\ServiceFabric.psd1
运行 Get-ServiceFabricRuntimeSupportedVersion
示例
示例 1
PS C:\> Get-ServiceFabricRuntimeSupportedVersion
此命令获取有关独立部署的所有受支持的 Service Fabric 运行时版本的详细信息。
示例 2
PS C:\> Get-ServiceFabricRuntimeSupportedVersion -Latest
此命令获取有关独立部署的最新支持的 Service Fabric 运行时版本的详细信息。
参数
-Latest
指示命令仅返回最新版本详细信息。
类型: | SwitchParameter |
Position: | 0 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Object