Get-SCStorageZoneAlias
取得光纖通道區域別名。
語法
Get-SCStorageZoneAlias
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-All]
[<CommonParameters>]
Get-SCStorageZoneAlias
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCStorageZoneAlias Cmdlet 會取得光纖通道區域別名。
範例
範例 1:依名稱取得儲存區域別名
PS C:\> Get-SCStorageZoneAlias -Name "Alias01"
此命令會取得名為 Alias01 的儲存區域別名。
參數
-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
指定 Virtual Machine Manager (VMM) 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
StorageZoneAlias
此 Cmdlet 會傳回 StorageZoneAlias 物件。