共用方式為


Remove-SCStorageZoneAlias

從網狀架構移除光纖通道區域別名。

語法

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

指定您用來追蹤和儲存作業進度的變數名稱。

類型: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

-StorageZoneAlias

指定此 Cmdlet 移除的光纖通道區域別名。

類型:StorageZoneAlias
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸出

StorageZoneAlias

此 Cmdlet 會傳回 StorageZoneAlias 物件。