Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan

Ruft Migrationspläne für Legacycontainer ab.

Hinweis

Die Cmdlets, auf die in dieser Dokumentation verwiesen wird, dienen zum Verwalten von Azure-Legacyressourcen, die Dienstverwaltungs-APIs verwenden. Cmdlets zum Verwalten von Azure Ressource Manager-Ressourcen finden Sie im Az PowerShell-Modul.

Syntax

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

Beschreibung

Das Cmdlet Get-AzureStorSimpleLEgacyVolumeContainerMigrationPlan ruft Migrationspläne für Legacycontainer ab. Geben Sie einen Migrationsplan anhand der älteren Konfigurations-ID an. Wenn die Erstellung des Migrationsplans noch ausgeführt wird, erhält dieses Cmdlet den Status des Migrationsplans. Wenn der Migrationsplan abgeschlossen ist, gibt dieses Cmdlet den tatsächlichen Migrationsplan für die Gruppe von Legacycontainern zurück. Wenn Sie den Parameter LegacyConfigId nicht angeben, gibt dieses Cmdlet eine Liste von Konfigurations-IDs zurück.

Beispiele

Beispiel 1: Abrufen des Status eines Plans

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

Dieser Befehl ruft den Status des Migrationsplans ab. Der Status umfasst die angenommene Bandbreite, geschätzte Zeit und zugehörige Informationen.

Beispiel 2: Abrufen der IDs vorhandener Pläne

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

Dieser Befehl ruft alle Konfigurations-IDs von Migrationsplänen ab.

Parameter

-LegacyConfigId

Gibt die eindeutige ID der Konfiguration der Legacy-Appliance an.

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

-LegacyContainerNames

Gibt ein Array von Volumecontainernamen an, für das dieses Cmdlet einen Migrationsplan abruft.

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

-Profile

Gibt ein Azure-Profil an.

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

Eingaben

None

Ausgaben

MigrationPlanMsg

Dieses Cmdlet gibt ein MigrationPlanMsg -Objekt zurück, das den Status des Migrationsplanauftrags enthält, die Bandbreite in Megabits pro Sekunde angenommen und die geschätzte Zeit in Minuten.