다음을 통해 공유


Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan

마이그레이션 계획 만들기를 시작합니다.

참고

이 설명서에서 참조하는 cmdlet은 Service Management API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. Azure Resource Manager 리소스를 관리하는 cmdlet은 Az PowerShell 모듈을 참조하세요.

Syntax

Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan
     -LegacyConfigId <String>
     -LegacyContainerNames <String[]>
     [-Profile <AzureSMProfile>]
     [<CommonParameters>]
Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan
     -LegacyConfigId <String>
     [-All]
     [-Profile <AzureSMProfile>]
     [<CommonParameters>]

Description

Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan cmdlet은 마이그레이션 계획 만들기를 시작합니다. 마이그레이션 계획을 만드는 것은 비동기적입니다. 마이그레이션 계획의 상태를 보려면 Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan cmdlet을 사용합니다.

예제

예제 1: 마이그레이션 계획 시작

PS C:\>Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -LegacyConfigId "c5a831e1-7888-44f4-adf1-92994be630c3" -LegacyContainerNames "OneSDKAzureCloud"
Successfully started estimating the Migration Plan. Please check details with Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan

이 명령은 OneSDKAzureCloud라는 레거시 컨테이너에 대한 마이그레이션 계획 만들기를 시작합니다. 이 명령은 계획의 상태에 대한 메시지를 반환하고 Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan cmdlet을 사용하여 최신 정보를 제공합니다.

예제 2: 모든 볼륨 컨테이너에 대한 마이그레이션 계획 시작

PS C:\>Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -LegacyConfigId "c5a831e1-7888-44f4-adf1-92994be630c3" -All
Successfully started estimating the Migration Plan. Please check details with Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan

이 명령은 가져온 구성 파일의 모든 레거시 볼륨 컨테이너에 대한 마이그레이션 계획 만들기를 시작합니다.

매개 변수

-All

이 cmdlet이 가져온 구성 파일의 모든 볼륨 컨테이너에 대한 마이그레이션 시간 예상을 시작했음을 나타냅니다.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-LegacyConfigId

레거시 어플라이언스 구성의 고유 ID를 지정합니다.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-LegacyContainerNames

마이그레이션 계획을 만들 볼륨 컨테이너 이름의 배열을 지정합니다.

Type:String[]
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Profile

이 cmdlet이 읽는 Azure 프로필을 지정합니다. 프로필을 지정하지 않으면 이 cmdlet은 로컬 기본 프로필에서 읽습니다.

Type:AzureSMProfile
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

입력

None

출력

String

이 cmdlet은 어플라이언스에서 성공적으로 시작된 경우 마이그레이션 계획 작업의 상태를 반환합니다.