你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzRecoveryServicesAsrInMageRcmDiskInput
为 VMware 到 Azure 复制创建 Azure Site Recovery 磁盘复制配置。
语法
New-AzRecoveryServicesAsrInMageRcmDiskInput
-DiskId <String>
-LogStorageAccountId <String>
-DiskType <String>
[-DiskEncryptionSetId <String>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
创建一个磁盘映射对象,该对象将 VMware 虚拟机磁盘映射到缓存存储帐户和目标托管磁盘类型(恢复区域),用于复制磁盘。
示例
示例 1
New-AzRecoveryServicesAsrInMageRcmDiskInput -DiskId $diskId -LogStorageAccountId $logStorageAccountId -DiskType $diskType -DiskEncryptionSetId $diskEncryptionSetId
DiskId : 6000C296-91a1-f649-6714-a02903020cbc
LogStorageAccountId : /subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/xxxxxxxxxxxx/providers/Microsoft.Storage/storageAccounts/xxxxxxxxxxxx
DiskType : Standard_LRS
DiskEncryptionSetId : 8010C296-91a1-a639-6714-a02903020cbc
为要复制的 VMware 虚拟机磁盘创建磁盘映射对象。 在为 VMware 计算机启用保护期间使用。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DiskEncryptionSetId
指定磁盘加密集 ARM ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DiskId
指定此映射对应于的磁盘的 DiskId。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DiskType
指定恢复磁盘类型。
类型: | String |
接受的值: | Standard_LRS, Premium_LRS, StandardSSD_LRS |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-LogStorageAccountId
指定要用于存储复制日志的日志或缓存存储帐户 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None