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