Remove-SCStorageZone
從區域集合中移除區域。
Syntax
Remove-SCStorageZone
[-StorageZone] <StorageZone>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
Remove-SCStorageZone Cmdlet 會從區域集移除區域。
範例
範例 1:從區域集合中移除區域
PS C:\> $Zone = Get-SCStorageZone -Name "Zone01"
PS C:\> Remove-SCStorageZone -StorageZone $Zone
第一個命令會取得名為 Zone01 的區域物件,然後將該物件儲存在$Zone變數中。
第二個命令會從區域集移除儲存在 $Zone 中的區域。
參數
-JobVariable
指定用來追蹤和儲存作業進度的變數名稱。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PROTipID
指定觸發此動作之 PRO 提示 (PRO 提示的識別碼) 。 此參數可讓您稽核 PRO 秘訣。
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
表示作業會以非同步方式執行,讓控制項立即返回命令殼層。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageZone
指定區域集中的光纖通道區域。
Type: | StorageZone |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
輸出
StorageZone
此 Cmdlet 會傳回 StorageZone 物件。