Edit-AzRecoveryServicesAsrRecoveryPlan
編輯 Site Recovery 方案。
語法
Edit-AzRecoveryServicesAsrRecoveryPlan
-InputObject <ASRRecoveryPlan>
[-AppendGroup]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Edit-AzRecoveryServicesAsrRecoveryPlan
-InputObject <ASRRecoveryPlan>
-RemoveGroup <ASRRecoveryPlanGroup>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Edit-AzRecoveryServicesAsrRecoveryPlan
-InputObject <ASRRecoveryPlan>
-Group <ASRRecoveryPlanGroup>
-AddProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Edit-AzRecoveryServicesAsrRecoveryPlan
-InputObject <ASRRecoveryPlan>
-Group <ASRRecoveryPlanGroup>
-RemoveProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Edit-AzRecoveryServicesAsrRecoveryPlan Cmdlet 會編輯 Azure Site Recovery 方案。
範例
範例 1
$RP = Edit-AzRecoveryServicesAsrRecoveryPlan -RecoveryPlan $RP -AppendGroup
將群組附加至現有的 Azure Site Recovery 方案,並傳回記憶體內部更新的復原方案。
範例 2
編輯 Site Recovery 方案。 ( 自動產生 )
Edit-AzRecoveryServicesAsrRecoveryPlan -AddProtectedItem <ASRReplicationProtectedItem[]> -Group <ASRRecoveryPlanGroup> -InputObject $RP
參數
-AddProtectedItem
要新增至復原計劃對象中復原計劃群組的 ASR 複寫受保護項目清單。
類型: | ASRReplicationProtectedItem[] |
別名: | AddProtectedItems |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-AppendGroup
切換參數以將復原計劃群組附加至復原計劃物件。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
執行 Cmdlet 之前先提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Group
指定復原方案群組。
類型: | ASRRecoveryPlanGroup |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
要編輯的 ASR 復原計劃物件(記憶體作業中。若要更新復原計劃,請使用已編輯的復原計劃物件執行Update-AzASRRecoveryPlan。
類型: | ASRRecoveryPlan |
別名: | RecoveryPlan |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RemoveGroup
從復原計劃物件中移除指定的群組。
類型: | ASRRecoveryPlanGroup |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RemoveProtectedItem
要從復原計劃物件中的復原計劃群組中移除的 ASR 複寫受保護項目清單。
類型: | ASRReplicationProtectedItem[] |
別名: | RemoveProtectedItems |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |