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>]
Description
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
指定複寫受保護專案的故障轉移部署模型(傳統或 Resource Manager),這些專案將屬於此復原計劃的一部分。
類型: | 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 |