Import-AzureStorSimpleLegacyApplianceConfig
匯入組態檔。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Import-AzureStorSimpleLegacyApplianceConfig
-ConfigFilePath <String>
-TargetDeviceName <String>
-ConfigDecryptionKey <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
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 物件包含下列資訊:組態標識碼、磁碟區容器名稱、訪問控制記錄、備份原則、帶寬設定、磁碟區容器、儲存器帳戶認證和磁碟區。