Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 1.75 KB

Get-SFPartitionRestartProgress.md

File metadata and controls

30 lines (14 loc) · 1.75 KB

Get-SFPartitionRestartProgress

Gets the progress of a PartitionRestart operation started using StartPartitionRestart.

Description

Gets the progress of a PartitionRestart started with StartPartitionRestart using the provided OperationId.

Required Parameters

-ServiceId

The identity of the service. This ID is typically the full name of the service without the 'fabric:' URI scheme. Starting from version 6.0, hierarchical names are delimited with the "" character. For example, if the service name is "fabric:/myapp/app1/svc1", the service identity would be "myappapp1~svc1" in 6.0+ and "myapp/app1/svc1" in previous versions.

-PartitionId

The identity of the partition.

-OperationId

A GUID that identifies a call of this API. This is passed into the corresponding GetProgress API