Microsoft.Windows.HyperV.VirtualNetworkHyper-V 가상 네트워크

Microsoft.Windows.HyperV.VirtualNetwork (ClassType)

Microsoft Windows Hyper-V 가상 네트워크

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3e4c33ba-ca5e-9a5d-8c74-c42a866c6276

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.HyperV.VirtualNetwork:
NetworkId  string  네트워크 ID 네트워크 ID true 255  False 
NetworkName  string  네트워크 이름 네트워크 이름 false 255  False 
InternalDeviceId  string  내부 장치 ID 내부 장치 ID 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" MinLength="0" MaxLength="255"/>
<Property ID="NetworkName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="InternalDeviceId" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="SystemName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
</ClassType>