Remove-SCStorageZone
從區域集移除區域。
語法
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
指定您用來追蹤和儲存作業進度的變數名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-StorageZone
指定區域集中的光纖通道區域。
類型: | StorageZone |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
StorageZone
此 Cmdlet 會傳回 StorageZone 物件。