你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Import-AzureStorSimpleLegacyApplianceConfig
导入配置文件。
注意
本文档中引用的 cmdlet 用于管理使用 Azure Service Manager (ASM) API 的旧式 Azure 资源。 创建新资源时,建议不要使用旧的 PowerShell 模块,因为计划将停用 ASM。 有关详细信息,请参阅 Azure Service Manager 停用。
Az PowerShell 模块是建议用于管理 PowerShell 的 Azure 资源管理器 (ARM) 资源的 PowerShell 模块。
语法
Import-AzureStorSimpleLegacyApplianceConfig
-ConfigFilePath <String>
-TargetDeviceName <String>
-ConfigDecryptionKey <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
说明
Import-AzureStorSimpleLegacyApplianceConfig cmdlet 从旧设备导入配置文件。 该文件包含有关 Azure StorSimple 服务的卷容器、备份策略和存储帐户凭据的信息。 此 cmdlet 返回旧设备配置元数据。
示例
示例 1:导入配置文件
PS C:\>Import-AzureStorSimpleLegacyApplianceConfig -ConfigFilePath "C:\MigrationData\LegacyStorSimpleConfig.sse" -TargetDeviceName "8100-123456789" -ConfigDecryptionKey "fWs793hHVhR90NKdDYTeNq"
LegacyConfigId : e2d5c9b1-b528-4c21-b8ae-533feefc8a41
ImportedOn : 4/8/2015 7:23:04 PM
ConfigFile : D:\configs\StorSimpleConfig_27_Mar_15_12_19.xml.sse
TargetApplianceName : Arunkm-N4
Details : Available Cloud Configuration(s) for migration :
Cloud Configuration(s) 1 : TC8Cloud[Stingray19-FP6]
Cloud Configuration(s) 2 : fulle_cc4
Cloud Configuration(s) 3 : fulle_cc2
Cloud Configuration(s) 4 : fulle_cc3
Cloud Configuration(s) 5 : TC9Cloud[Stingray18-FP3]
Cloud Configuration(s) 6 : fulle_cc1
Cloud Configuration(s) 7 : Container-New[Stingray19-FP6]
Cloud Configuration(s) 8 : TC6Cloud[Stingray19-FP6]
Cloud Configuration(s) 9 : TC7Cloud[Stingray18-FP3]
Result : Successfully imported config from the legacy appliance!
Save the legacy config id and cloud configuration(s) for future reference.
此命令在指定路径处导入配置文件。 该命令包含用于解密文件的密钥。
参数
-ConfigDecryptionKey
指定旧设备的配置的解密密钥。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ConfigFilePath
指定要获取的配置文件的绝对路径。
类型: | String |
别名: | FilePath |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Profile
指定 Azure 配置文件。
类型: | AzureSMProfile |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TargetDeviceName
指定门户中显示的目标设备的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
LegacyApplianceConfiguration
此 cmdlet 返回配置的详细信息。 LegacyApplianceConfiguration 对象包含以下信息:配置 ID、卷容器名称、访问控制记录、备份策略、带宽设置、卷容器、存储帐户凭据和卷。