你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
获取旧容器的迁移计划。
注意
本文档中引用的 cmdlet 用于管理使用 Azure Service Manager (ASM) API 的旧式 Azure 资源。 创建新资源时,建议不要使用旧的 PowerShell 模块,因为计划将停用 ASM。 有关详细信息,请参阅 Azure Service Manager 停用。
Az PowerShell 模块是建议用于管理 PowerShell 的 Azure 资源管理器 (ARM) 资源的 PowerShell 模块。
语法
Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
[-LegacyConfigId <String>]
[-LegacyContainerNames <String[]>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
说明
Get-AzureStorSimpleLEgacyVolumeContainerMigrationPlan cmdlet 获取旧容器的迁移计划。 按旧配置 ID 指定迁移计划。 如果迁移计划的创建仍在进行中,则此 cmdlet 将获取迁移计划的状态。 如果迁移计划已完成,此 cmdlet 将返回旧容器集的实际迁移计划。 如果未指定 LegacyConfigId 参数,此 cmdlet 将返回配置 ID 的列表。
示例
示例 1:获取计划的状态
PS C:\>Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan -LegacyConfigId "f16463bd-94a9-4c3c-91c2-7a3ba7120087" -LegacyContainerNames "OneSDKAzureCloud"
VERBOSE: 2015-04-08 13:48:05 ClientRequestId: 51e413fd-c2c9-4108-88cd-a0e792eab80a_PS
VERBOSE: 2015-04-08 13:48:05 ClientRequestId: 4c6398ef-35a0-4d1c-931e-d9d45599a97a_PS
VERBOSE: 2015-04-08 13:48:17 ClientRequestId: ef7a7e35-6dff-46cd-9df3-cb5fa25d149e_PS
VERBOSE: Request Id : fd7e502f273885468f633a44567bcb3f, HttpResponse OK
VERBOSE: List of volume containers:
LegacyConfigId : f16463bd-94a9-4c3c-91c2-7a3ba7120087
DeviceName : ARUNKM-N4
MigrationTimeEstimationCompleted : CloudConfigurationName : OneSDKAzureCloud
EstimatedTimeForLatestBackup : 15Minutes
EstimatedTimeForAllBackups : 15Minutes
These estimates are assuming 20 MBps bandwidth. Refer to migration guide to re-calculate for lower bandwidths.
MigrationTimeEstimationInProgress : None
MigrationTimeEstimationFailed : None
MigrationTimeEstimationNotStarted : None
此命令获取迁移计划的状态。 状态包括假定的带宽、估计时间和相关信息。
示例 2:获取现有计划的 ID
PS C:\>Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
VERBOSE: 2015-04-08 13:46:51 ClientRequestId: 813da56c-0cfc-4325-80db-08ef32bdde1e_PS
VERBOSE: 2015-04-08 13:46:51 ClientRequestId: 9e7cf244-1894-490a-be02-749834a99318_PS
VERBOSE: List of LegacyConfig Ids on the resource:
LegacyConfigId DeviceName
-------------- ----------
1e1f10a0-3dff-4249-b847-4930061cd87a ARUNKM-N4
26d4096d-49b6-4102-b188-0446ece73c8b ARUNKM-N4
此命令获取迁移计划的所有配置 ID。
参数
-LegacyConfigId
指定旧设备的配置的唯一 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-LegacyContainerNames
指定此 cmdlet 获取迁移计划的卷容器名称数组。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Profile
指定 Azure 配置文件。
类型: | AzureSMProfile |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
MigrationPlanMsg
此 cmdlet 返回一个 MigrationPlanMsg 对象,该对象包含迁移计划作业的状态、假定带宽(以兆位/秒为单位)和估计时间(以分钟为单位)。