Powershell 服务结构无需重新部署即可增加无状态服务实例

Powershell 服务结构无需重新部署即可增加无状态服务实例,powershell,scale,azure-service-fabric,Powershell,Scale,Azure Service Fabric,请问有没有办法增加服务结构上无状态服务的实例数?我们可以更新应用程序清单以增加数量,但这将需要部署。请问有没有办法通过Service Fabric Explorer或Powershell实现这一点 多谢各位 向使用Update-ServiceFabricsService cmdlet的用户致意是 Update-ServiceFabricService [-Stateless] [-ServiceName] <Uri> [-Correlation <String[]&

请问有没有办法增加服务结构上无状态服务的实例数?我们可以更新应用程序清单以增加数量,但这将需要部署。请问有没有办法通过Service Fabric Explorer或Powershell实现这一点

多谢各位
向使用Update-ServiceFabricsService cmdlet的用户致意

Update-ServiceFabricService
  [-Stateless]
  [-ServiceName] <Uri>
  [-Correlation <String[]>]
  [-DefaultMoveCost <String>]
  [-Force]
  [-InstanceCount <Int32>]
  [-Metric <String[]>]
  [-PlacementConstraints <String>]
  [-PlacementPolicy <String[]>]
  [-TimeoutSec <Int32>]
  [-Confirm]
  [-WhatIf]
  [<CommonParameters>]