你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzRecoveryServicesAsrRecoveryPlan
创建 ASR 恢复计划。
语法
New-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
-PrimaryFabric <ASRFabric>
-RecoveryFabric <ASRFabric>
-ReplicationProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
-PrimaryFabric <ASRFabric>
[-Azure]
-FailoverDeploymentModel <String>
-ReplicationProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
-PrimaryFabric <ASRFabric>
[-PrimaryZone <String>]
[-RecoveryZone <String>]
[-PrimaryEdgeZone <String>]
[-RecoveryEdgeZone <String>]
[-AzureZoneToZone]
-ReplicationProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
-PrimaryFabric <ASRFabric>
-PrimaryEdgeZone <String>
[-EdgeZoneToAzure]
-ReplicationProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
-PrimaryFabric <ASRFabric>
-RecoveryEdgeZone <String>
[-AzureToEdgeZone]
-ReplicationProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
-PrimaryFabric <ASRFabric>
-PrimaryEdgeZone <String>
-RecoveryEdgeZone <String>
[-EdgeZoneToEdgeZone]
-ReplicationProtectedItem <ASRReplicationProtectedItem[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzRecoveryServicesAsrRecoveryPlan
-Path <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
New-AzRecoveryServicesAsrRecoveryPlan cmdlet 在恢复服务保管库中创建 Azure Site Recovery 恢复计划。
恢复计划将属于应用程序的虚拟机收集到一个单元中,以允许它们一起恢复。
示例
示例 1
$currentJob = New-AzRecoveryServicesAsrRecoveryPlan -Name $RPName -PrimaryFabric $PrimaryFabric -RecoveryFabric $RecoveryFabric -ReplicationProtectedItem $RPI
使用指定的参数启动恢复计划创建操作,并返回用于跟踪操作的 ASR 作业。
示例 2
$currentJob = New-AzRecoveryServicesAsrRecoveryPlan -Name $RPName -PrimaryFabric $PrimaryFabric -PrimaryZone $pZone -RecoveryZone $rZone -ReplicationProtectedItem $RPI
启动 Azure 区域到区域复制项的恢复计划创建操作,并返回用于跟踪操作的 ASR 作业。
示例 3
$currentJob = New-AzRecoveryServicesAsrRecoveryPlan -Name $RPName -PrimaryFabric $PrimaryFabric -PrimaryEdgeZone $pEdgeZone -RecoveryZone $rZone -ReplicationProtectedItem $RPI
启动 Azure EdgeZone 到可用性区域复制项的恢复计划创建操作,并返回用于跟踪操作的 ASR 作业。
参数
-Azure
Switch 参数指定 Azure 到 Azure 灾难恢复、恢复计划创建的方案。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-AzureToEdgeZone
Switch 参数指定在 Azure 到 EdgeZone 方案中创建复制的项。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-AzureZoneToZone
Switch 参数指定在 Azure 区域到区域方案中创建复制的项。
类型: | 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 |
-EdgeZoneToAzure
Switch 参数指定在 EdgeZone 到 Azure 方案中创建复制的项。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-EdgeZoneToEdgeZone
Switch 参数指定创建复制的项 EdgeZone 到 EdgeZone 方案。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-FailoverDeploymentModel
指定将属于此恢复计划的复制受保护项的故障转移部署模型(经典或资源管理器)。
类型: | String |
接受的值: | Classic, ResourceManager |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Name
恢复计划的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Path
指定恢复计划定义 json 文件的路径。 恢复计划定义 json 可用于创建恢复计划。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PrimaryEdgeZone
指定复制受保护项的主边缘区域,这些项将成为此恢复计划的一部分。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PrimaryFabric
指定复制受保护项的主 ASR 构造的 ASR 构造对象,这些项将成为此恢复计划的一部分。
类型: | ASRFabric |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PrimaryZone
指定复制受保护项的主要可用性区域,这些项将成为此恢复计划的一部分。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RecoveryEdgeZone
指定复制受保护项的恢复边缘区域,这些项将成为此恢复计划的一部分。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-RecoveryFabric
指定作为此恢复计划的一部分的复制受保护项的恢复 ASR 构造的 ASR 构造对象。
类型: | ASRFabric |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-RecoveryZone
指定复制受保护项的主要可用性区域,这些项将成为此恢复计划的一部分。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ReplicationProtectedItem
要添加到恢复计划的第一组的复制受保护项的列表。
类型: | ASRReplicationProtectedItem[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |