Get-ServiceFabricPartitionRestartProgress
パーティションの再起動の進行状況を取得します。
構文
Get-ServiceFabricPartitionRestartProgress
-OperationId <Guid>
[-TimeoutSec <Int32>]
[<CommonParameters>]
説明
Get-ServiceFabricPartitionRestartProgress コマンドレットは、Azure Service Fabric でのパーティションの再起動操作の進行状況を取得します。 Start-ServiceFabricPartitionRestart コマンドレットを使用して再起動を開始します。
例
例 1: パーティションの再起動操作の進行状況を確認する
PS C:\> Get-ServiceFabricPartitionRestartProgress -OperationId ebd322c2-b1d3-46a7-b254-3cc42e6ca2d1
State ProgressResult
----- --------------
Completed SelectedPartition: Service Name: fabric:/ContosoApp/ContosoService, Partition Id: 20a726d0-3112-4c5a-a22c-2e4b8ee8...
このコマンドは、ID ebd322c2-b1d3-46a7-b254-3cc42e6ca2d1 を持つパーティション再起動操作の進行状況を確認します。 操作が完了しました。
パラメーター
-OperationId
このコマンドレットがチェックする操作の一意識別子を指定します。
この値は、Start-ServiceFabricPartitionRestart
型: | Guid |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-TimeoutSec
操作のタイムアウト期間を秒単位で指定します。
型: | Int32 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
None
出力
System.Object