你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-AzRecoveryServicesAsrProtectionContainerMapping
删除指定的 Azure Site Recovery 保护容器映射。
语法
Remove-AzRecoveryServicesAsrProtectionContainerMapping
-InputObject <ASRProtectionContainerMapping>
[-Force]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Remove-AzRecoveryServicesAsrProtectionContainerMapping cmdlet 删除指定的 Azure Site Recovery 保护容器映射。
示例
示例 1
$currentJob = Remove-AzRecoveryServicesAsrProtectionContainerMapping -ProtectionContainerMapping $ProtectionContainerMapping
开始删除指定的保护容器映射,并返回用于跟踪操作的 ASR 作业。
参数
-Confirm
指定是否需要确认。 将 confirm 参数的值设置为$false以跳过确认
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Force
强制命令运行,而不提供其他警告。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
cmdlet 的输入对象:对应于要删除的保护容器的 ASR 保护容器映射对象。
类型: | ASRProtectionContainerMapping |
别名: | ProtectionContainerMapping |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示如果在不实际执行 cmdlet 的情况下执行 cmdlet,会发生什么情况。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |