共用方式為


Get-SCStorageZoneSet

取得網狀架構區域集物件。

語法

Get-SCStorageZoneSet
   [-VMMServer <ServerConnection>]
   [[-Name] <String>]
   [-All]
   [<CommonParameters>]
Get-SCStorageZoneSet
   [-VMMServer <ServerConnection>]
   [[-Name] <String>]
   [-ID <Guid>]
   [<CommonParameters>]

Description

Get-SCStorageZoneSet Cmdlet 會取得網狀架構區域集物件。

範例

範例 1:依名稱設定區域

PS C:\> Get-SCStorageZoneSet -Name "ZoneSet01"

此命令會取得名為 ZoneSet01 的區域集。

參數

-All

指出這個 Cmdlet 會取得與父對象無關的所有次級物件。 例如,命令 Get-SCVirtualDiskDrive -All 會取得所有虛擬磁碟驅動器物件,而不論每個虛擬磁碟驅動器對象相關聯的虛擬機物件或範本對象為何。

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

-ID

將數值識別子指定為特定物件的全域唯一標識碼或 GUID。

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

-Name

指定 Virtual Machine Manager (VMM) 物件的名稱。

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

-VMMServer

指定 VMM 伺服器物件。

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

輸出

StorageZoneSet

此 Cmdlet 會傳回 StorageZoneSet 物件。