你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>]
说明
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 |