Start-AzRecoveryServicesAsrTestFailoverCleanupJob
啟動測試故障轉移清除作業。
語法
Start-AzRecoveryServicesAsrTestFailoverCleanupJob
-ReplicationProtectedItem <ASRReplicationProtectedItem>
[-Comment <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Start-AzRecoveryServicesAsrTestFailoverCleanupJob
-ResourceId <String>
[-Comment <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Start-AzRecoveryServicesAsrTestFailoverCleanupJob
-RecoveryPlan <ASRRecoveryPlan>
[-Comment <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Start-AzRecoveryServicesAsrTestFailoverCleanupJob Cmdlet 會在執行測試故障轉移的復寫受保護專案或復原計劃上啟動測試故障轉移清除作業。
範例
範例 1
追蹤 Azure Site Recovery 復原計劃的測試故障轉移清除作業。
Start-AzRecoveryServicesAsrTestFailoverCleanupJob -RecoveryPlan $recoveryPlan -Comment "testing done"
範例 2
啟動測試故障轉移清除作業。 ( 自動產生 )
Start-AzRecoveryServicesAsrTestFailoverCleanupJob -Comment 'testing done' -ReplicationProtectedItem $rpi
參數
-Comment
測試故障轉移的使用者批注。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RecoveryPlan
復原計劃,以執行測試故障轉移清除。
類型: | ASRRecoveryPlan |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ReplicationProtectedItem
要執行測試故障轉移清除的復寫受保護專案。
類型: | ASRReplicationProtectedItem |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceId
清除測試故障轉移之復寫受保護專案/復原計劃的資源標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |