共用方式為


Remove-SCStorageFabricClassification

從 VMM 移除光纖通道網狀架構分類。

語法

Remove-SCStorageFabricClassification
      [-StorageFabricClassification] <StorageFabricClassification>
      [-RunAsynchronously]
      [-PROTipID <Guid>]
      [-JobVariable <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-SCStorageFabricClassification Cmdlet 會從 Virtual Machine Manager (VMM) 移除光纖通道網狀架構分類。

範例

範例 1:移除存儲設備網狀架構分類

PS C:\> Get-SCStorageFabricClassification -Name "PROD" | Remove-SCStorageFabricClassification

此範例會取得名為 PROD 的記憶體網狀架構分類物件,並使用管線運算元將對象傳遞至目前的 Cmdlet。 此 Cmdlet 會從 VMM 移除分類。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-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

-StorageFabricClassification

指定此 Cmdlet 從 VMM 移除的儲存設備光纖通道網狀架構分類。

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

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

StorageFabricClassification

此 Cmdlet 會傳回 StorageFabricClassification 物件。