Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus
取得認可或復原作業的狀態。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus
-LegacyConfigId <String>
[-LegacyContainerNames <String[]>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus Cmdlet 會取得認可或回復作業的狀態。
範例
範例 1:取得已完成認可作業的狀態
PS C:\>Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus -LegacyConfigId "f16463bd-94a9-4c3c-91c2-7a3ba7120087" -LegacyContainerNames "OneSDKAzureCloud"
VERBOSE: 2015-04-08 13:51:01 ClientRequestId: 2bda2b9b-1361-4787-bc04-1e081218ed76_PS
VERBOSE: 2015-04-08 13:51:01 ClientRequestId: 84bf18d8-c459-47a7-b4a8-f82ca8659672_PS
VERBOSE: 2015-04-08 13:51:12 ClientRequestId: e93f9cb7-df58-497e-bb9f-9a6a23e68925_PS
LegacyConfigId : f16463bd-94a9-4c3c-91c2-7a3ba7120087
CommitComplete : CloudConfigurationName : OneSDKAzureCloud
Operation : Commit
PercentageCompleted : 100
Messages :
CommitInProgress : None
CommitFailed : None
RollbackComplete : None
RollbackInProgress : None
RollbackFailed : None
CommitOrRollbackNotStarted : None
此命令會取得具名容器的認可作業狀態。 此作業的狀態為已完成。
範例 2:取得已完成回復作業的狀態
PS C:\>Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus -LegacyConfigId "f16463bd-94a9-4c3c-91c2-7a3ba7120087" -LegacyContainerNames "OneSDKAzureCloud"
VERBOSE: 2015-04-08 13:51:01 ClientRequestId: 2bda2b9b-1361-4787-bc04-1e081218ed76_PS
VERBOSE: 2015-04-08 13:51:01 ClientRequestId: 84bf18d8-c459-47a7-b4a8-f82ca8659672_PS
VERBOSE: 2015-04-08 13:51:12 ClientRequestId: e93f9cb7-df58-497e-bb9f-9a6a23e68925_PS
LegacyConfigId : f16463bd-94a9-4c3c-91c2-7a3ba7120087
CommitComplete : None
CommitInProgress : None
CommitFailed : None
RollbackComplete : CloudConfigurationName : OneSDKAzureCloud
Operation : Rollback
PercentageCompleted : 100
Messages :
RollbackInProgress : None
RollbackFailed : None
CommitOrRollbackNotStarted : None
此命令會取得具名容器的復原作業狀態。 此作業的狀態為已完成。
參數
-LegacyConfigId
指定舊版設備組態的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-LegacyContainerNames
指定移轉計劃適用的磁碟區容器名稱陣列。
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Profile
指定 Azure 設定檔。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
ConfirmMigrationStatusMsg
此 Cmdlet 會傳回已執行的確認移轉作業狀態。