Remove-SCStorageZoneAlias
從網狀架構中移除光纖通道區域別名。
Syntax
Remove-SCStorageZoneAlias
[-StorageZoneAlias] <StorageZoneAlias>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
Remove-SCStorageZoneAlias Cmdlet 會從網狀架構中移除光纖通道區域別名。
範例
範例 1:移除光纖通道區域別名
PS C:\> $ZoneAlias = Get-SCStorageZoneAlias -Name "ZoneAlias01"
PS C:\> Remove-SCStorageZoneAlias -StorageZoneAlias $ZoneAlias
第一個命令會取得名為 ZoneAlias01 的區域別名物件,然後將該物件儲存在$ZoneAlias變數中。
第二個命令會移除儲存在 $ZoneAlias 中的區域別名。
參數
-JobVariable
指定您用來追蹤和儲存作業進度的變數名稱。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PROTipID
指定觸發此動作 (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 |
-StorageZoneAlias
指定此 Cmdlet 移除的光纖通道區域別名。
Type: | StorageZoneAlias |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
輸出
StorageZoneAlias
此 Cmdlet 會傳回 StorageZoneAlias 物件。