Get-AzRecoveryServicesAsrRecoveryPlan
取得復原方案或復原服務保存庫中的所有復原方案
語法
Get-AzRecoveryServicesAsrRecoveryPlan
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrRecoveryPlan
-Name <String>
[[-Path] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrRecoveryPlan
-FriendlyName <String>
[[-Path] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzRecoveryServicesAsrRecoveryPlan Cmdlet 會取得復原服務保存庫中指定復原方案或所有復原方案的詳細數據。
範例
範例 1
$RP = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RPName
取得具有指定名稱的復原計劃。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-FriendlyName
指定要取得之復原計劃的易記名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要取得的復原方案名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Path
指定此 Cmdlet 儲存復原計劃 json 定義的檔案路徑。 json 定義可以編輯以修改復原計劃,並用來透過Update-AzRecoveryServicesASRRecoveryPlan Cmdlet 更新復原計畫
類型: | String |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None