Start-AzRecoveryServicesAsrCommitFailoverJob
啟動 Site Recovery 對象的認可故障轉移動作。
語法
Start-AzRecoveryServicesAsrCommitFailoverJob
-ReplicationProtectedItem <ASRReplicationProtectedItem>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Start-AzRecoveryServicesAsrCommitFailoverJob
-RecoveryPlan <ASRRecoveryPlan>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Start-AzRecoveryServicesAsrCommitFailoverJob Cmdlet 會在故障轉移作業之後啟動 Azure Site Recovery 對象的認可故障轉移程式。
範例
範例 1
$currentJob = Start-AzRecoveryServicesAsrCommitFailoverJob -RecoveryPlan $RP
啟動指定復原計劃的認可故障轉移,並傳回用來追蹤作業的 ASR 作業。
範例 2
啟動 Site Recovery 對象的認可故障轉移動作。 ( 自動產生 )
Start-AzRecoveryServicesAsrCommitFailoverJob -ReplicationProtectedItem $ReplicationProtectedItem
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RecoveryPlan
指定要故障轉移之復原計劃的 ASR 復原計劃物件。
類型: | ASRRecoveryPlan |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ReplicationProtectedItem
指定要故障轉移之復寫受保護專案的 ASR 複寫受保護項目物件。
類型: | ASRReplicationProtectedItem |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |