Get-SCStorageFabricClassification
取得光纖通道網狀架構分類物件。
語法
Get-SCStorageFabricClassification
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageFabricClassification
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCStorageFabricClassification Cmdlet 會取得光纖通道分類物件。
範例
範例 1:依名稱取得存儲設備網狀架構分類
PS C:\> Get-SCStorageFabricClassification -Name "PROD"
此命令會取得名為 PROD 的記憶體網狀架構分類。
參數
-All
指出這個 Cmdlet 會取得與父對象無關的所有次級物件。
例如,命令 Get-SCVirtualDiskDrive -All
會取得所有虛擬磁碟驅動器物件,而不論每個虛擬磁碟驅動器對象相關聯的虛擬機物件或範本對象為何。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ID
指定此 Cmdlet 取得之光纖通道網狀架構分類的唯一標識碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定此 Cmdlet 取得的光纖通道網狀架構分類名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
StorageFabricClassification
此 Cmdlet 會傳回 StorageFabricClassification 物件。