Microsoft.Windows.HyperV.VirtualNetworkHyper-V 虛擬網路

Microsoft.Windows.HyperV.VirtualNetwork (ClassType)

Microsoft Windows Hyper-V 虛擬網路

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcb142a5b-d4b4-406a-7569-c9f00a50a4a0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.HyperV.VirtualNetwork:
NetworkId  string  網路識別碼 網路識別碼 true 255  False 
NetworkName  string  網路名稱 網路名稱 false 255  False 
InternalDeviceId  string  內部裝置識別碼 內部裝置識別碼 false 255  False 
SystemName  string  系統名稱 系統名稱 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.HyperV.VirtualNetwork" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="NetworkId" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="NetworkName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="InternalDeviceId" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="SystemName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>