Get-ServiceFabricRepairTask
取得修復工作。
語法
Get-ServiceFabricRepairTask
[[-TaskId] <String>]
[-State <RepairTaskStateFilter>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
Get-ServiceFabricRepairTask Cmdlet 會取得 Service Fabric 修復工作。
此 Cmdlet 支援 Service Fabric 平臺。 請勿直接執行此 Cmdlet。
在 Service Fabric 叢集上執行任何作業之前,請使用 Connect-ServiceFabricCluster Cmdlet 來建立叢集的連線。
範例
範例 1:取得所有修復工作
PS C:\> Get-ServiceFabricRepairTask
不論狀態為何,此命令都會傳回系統中的所有修復工作。
範例 2:取得作用中修復工作
PS C:\> Get-ServiceFabricRepairTask -State Active
此命令會傳回系統中尚未完成的所有修復工作。
參數
-State
指定狀態篩選值的位元組合。 狀態會決定此 Cmdlet 取得的修復工作狀態。 有效狀態包括下列專案:
- 違約
- 創建
- 聲稱
- 準備
- 批准
- 執行
- ReadyToExecute
- 恢復
- 積極
- 完成
- 都
類型: | RepairTaskStateFilter |
接受的值: | Default, Created, Claimed, Preparing, Approved, Executing, ReadyToExecute, Restoring, Active, Completed, All |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-TaskId
指定要比對的修復工作標識碼前置詞。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TimeoutSec
指定作業的逾時期間,以秒為單位。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
System.String
輸出
System.Object