Remove-AzureStorSimpleDeviceVolumeContainer
從 StorSimple 裝置移除磁碟區容器。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Remove-AzureStorSimpleDeviceVolumeContainer
-DeviceName <String>
-VolumeContainer <DataContainer>
[-WaitForComplete]
[-Force]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Remove-AzureStorSimpleDeviceVolumeContainer Cmdlet 會從 StorSimple 裝置移除磁碟區容器物件。 除非您指定 Force 參數,否則此 Cmdlet 會提示您進行確認。
範例
範例 1:使用管線移除容器
PS C:\>Get-AzureStorSimpleDeviceVolumeContainer -DeviceName "Contoso63-AppVm" -VolumeContainerName "Container08" | Remove-AzureStorSimpleDeviceVolumeContainer -DeviceName "Contoso63-AppVm" -Force
VERBOSE: ClientRequestId: 0efbb4fc-ceb0-4311-bc49-0e08161d0a37_PS
VERBOSE: ClientRequestId: bf5b615f-47e3-4868-91b6-f2d12217a302_PS
VERBOSE: ClientRequestId: 5590c87e-0602-4197-b6c3-cf58b0e7a7b3_PS
VERBOSE: ClientRequestId: b33c71ac-c345-44ff-8213-d7fdf9f8480a_PS
VERBOSE: ClientRequestId: 903d42ef-58f4-4e89-ba7f-5f234262356d_PS
VERBOSE: About to create a job to remove your Volume container!
VERBOSE: ClientRequestId: 2279575f-5115-4344-9c6f-9ef599bd203e_PS
e9ddec89-67ac-4e2e-a2ed-820de3547bb0
VERBOSE: The delete task is submitted successfully. Please use the command Get-AzureStorSimpleTask -InstanceId
e9ddec89-67ac-4e2e-a2ed-820de3547bb0 for tracking the task's status
VERBOSE: Volume container with name: Container08 is found.
此命令會使用 Get-AzureStorSimpleDeviceVolumeContainer Cmdlet,在名為 Contoso63-AppVm 的裝置上取得名為 Container08 的磁碟區容器。 命令會使用管線運算符,將磁碟區容器傳遞至目前的 Cmdlet。 此命令會啟動工作以移除容器,然後傳 回TaskResponse 物件。 若要查看工作的狀態,請使用 Get-AzureStorSimpleTask Cmdlet。 此命令會 指定 Force 參數,因此不會提示您進行確認。
參數
-DeviceName
指定要移除之磁碟區容器所在的 StorSimple 裝置名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Force
表示此 Cmdlet 不會提示您進行確認。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Profile
指定 Azure 設定檔。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VolumeContainer
指定要移除的磁碟區容器作為 DataContainer 物件。 若要取得 DataContainer 物件,請使用 Get-AzureStorSimpleDeviceVolumeContainer Cmdlet。
類型: | DataContainer |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WaitForComplete
表示此 Cmdlet 會先等候作業完成,再將控制權傳回 Windows PowerShell 控制台。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
DataContainer
此 Cmdlet 接受 要移除的 DataContainer 物件。
輸出
TaskStatusInfo
如果您指定 WaitForComplete 參數,此 Cmdlet 會傳回 TaskStatusInfo 物件。