你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Set-ServiceFabricReplicaComplete
报告分区的当前无状态服务实例的完成情况。
语法
Set-ServiceFabricReplicaComplete
[-NodeName] <String>
[-PartitionId] <Guid>
[-ReplicaOrInstanceId] <Int64>
[-TimeoutSec <Int32>]
[<CommonParameters>]
说明
报告分区的当前无状态服务实例的完成情况。 在完成过程中,服务实例将关闭,并且不会在 Service Fabric 群集中创建此服务实例的替换项。
参数
-NodeName
指定节点名称
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-PartitionId
指定分区 ID
类型: | Guid |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ReplicaOrInstanceId
指定副本或实例 ID
类型: | Int64 |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TimeoutSec
指定操作的超时期限(以秒为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
System.String
System.Guid
System.Int64
输出
System.Object