你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Invoke-ServiceFabricInfrastructureCommand
对基础结构服务调用管理命令。
语法
Invoke-ServiceFabricInfrastructureCommand
[-Command] <String>
[[-ServiceName] <Uri>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
Invoke-ServiceFabricInfrastructureCommand cmdlet 在基础结构服务上调用管理命令。 基础结构服务接受特定于基础结构的命令,以便使用 Service Fabric API 直接与底层基础结构交互。 若要运行此 cmdlet,必须在群集配置中启用至少一个基础结构服务的实例。 目前,此 cmdlet 仅在专门配置的 Azure 云服务上受支持。
此 cmdlet 支持 Service Fabric 平台。 请勿直接运行此 cmdlet。
此 cmdlet 要求使用向群集授予管理员访问权限的凭据连接到群集。 在 Service Fabric 群集上执行任何操作之前,请使用 Connect-ServiceFabricCluster cmdlet 建立与群集的连接。
参数
-Command
指定要发送到基础结构服务的特定于基础结构的命令字符串。 支持的命令的格式取决于群集运行的基础结构。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ServiceName
指定 Service Fabric 基础结构服务的统一资源标识符(URI)。 此 cmdlet 将命令发送到此参数指定的服务。 默认值为 fabric:/System/InfrastructureService。
类型: | Uri |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
System.String
System.Uri
输出
System.Object