Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
레거시 컨테이너에 대한 마이그레이션 계획을 가져옵니다.
참고 항목
이 설명서에서 참조되는 cmdlet은 ASM(Azure Service Manager) API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. 이 레거시 PowerShell 모듈은 ASM이 사용 중지될 예정이므로 새 리소스를 만들 때 권장되지 않습니다. 자세한 내용은 Azure Service Manager 사용 중지를 참조 하세요.
Az PowerShell 모듈은 PowerShell을 사용하여 ARM(Azure Resource Manager) 리소스를 관리하는 데 권장되는 PowerShell 모듈입니다.
구문
Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
[-LegacyConfigId <String>]
[-LegacyContainerNames <String[]>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
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 |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-LegacyContainerNames
이 cmdlet이 마이그레이션 계획을 가져오는 볼륨 컨테이너 이름의 배열을 지정합니다.
형식: | String[] |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Profile
Azure 프로필을 지정합니다.
형식: | AzureSMProfile |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
None
출력
MigrationPlanMsg
이 cmdlet은 마이그레이션 계획 작업의 상태, 초당 메가비트의 대역폭, 예상 시간(분)을 포함하는 MigrationPlanMsg 개체를 반환합니다.