共用方式為


Start-AzRecoveryServicesAsrApplyRecoveryPoint

在認可故障轉移作業之前,變更故障轉移受保護項目的恢復點。

語法

Start-AzRecoveryServicesAsrApplyRecoveryPoint
     -RecoveryPoint <ASRRecoveryPoint>
     -ReplicationProtectedItem <ASRReplicationProtectedItem>
     [-DataEncryptionPrimaryCertFile <String>]
     [-DataEncryptionSecondaryCertFile <String>]
     [-DefaultProfile <IAzureContextContainer>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

Start-AzRecoveryServicesAsrApplyRecoveryPoint 在認可故障轉移作業之前變更故障轉移受保護專案的恢復點。

範例

範例 1

$currentJob = Start-AzRecoveryServicesAsrApplyRecoveryPoint -RecoveryPoint $RecoveryPoint -ReplicationProtectedItem $RPI

開始將指定的恢復點套用至復寫保護的專案,並傳回用來追蹤作業的 ASR 作業。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DataEncryptionPrimaryCertFile

如果使用數據加密,則指定主要憑證檔案。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DataEncryptionSecondaryCertFile

如果使用數據加密,則指定次要憑證檔案。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RecoveryPoint

指定要套用之恢復點的恢復點物件。

類型:ASRRecoveryPoint
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ReplicationProtectedItem

指定 ASR 複寫受保護的項目物件。

類型:ASRReplicationProtectedItem
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

ASRReplicationProtectedItem

輸出

ASRJob