你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzRecoveryServicesAsrProtectableItem
将物理服务器添加到可保护项列表中。
语法
New-AzRecoveryServicesAsrProtectableItem
-ProtectionContainer <ASRProtectionContainer>
-FriendlyName <String>
-IPAddress <String>
-OSType <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
New-AzRecoveryServicesAsrProtectableItem 将新的可保护项添加到 ASR 构造内保护容器中发现的可保护项列表(仅适用于 VMware 构造类型)。
示例
示例 1
将物理服务器添加到可保护项列表中。 (自动生成)
New-AzRecoveryServicesAsrProtectableItem -FriendlyName XXXXXXXXXX -IPAddress $ipaddresss -OSType Windows -ProtectionContainer $pc
参数
-Confirm
在运行 cmdlet 之前提示确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-FriendlyName
可保护项的友好名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-IPAddress
可保护项的 IP 地址。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-OSType
可保护项的操作系统类型(Windows/Linux)。
类型: | String |
接受的值: | Windows, Linux |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ProtectionContainer
应向其添加可保护项的 ASR 保护容器对象。
类型: | ASRProtectionContainer |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |