Get-SCStorageZone
取得光纖通道區域物件。
語法
Get-SCStorageZone
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageZone
[-VMMServer <ServerConnection>]
[[-Name] <String>]
-ZoneMember <String>
[<CommonParameters>]
Get-SCStorageZone
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCStorageZone Cmdlet 會取得光纖通道區域物件。
範例
範例 1:取得儲存區域
PS C:\> Get-SCStorageZone -Name "Zone01"
此命令會取得名為 Zone01 的儲存區域物件。
參數
-All
指出此 Cmdlet 會擷取與其相關聯父對象無關之所有次級光纖通道區域的完整清單。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ID
指定光纖通道區域的唯一標識碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定光纖通道區域對象的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ZoneMember
指定儲存區域成員。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
StorageZone
此 Cmdlet 會傳回 StorageZone 物件。