Microsoft.Windows.HyperV.ServerRole运行 Hyper-V 的服务器

Microsoft.Windows.HyperV.ServerRole (ClassType)

运行 Hyper-V 的 Microsoft Windows Server

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc441fd7c-7ea2-92d4-4bff-091b147fe86d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.HyperV.ServerRole:
ServerId  string  服务器 ID 服务器 ID true 255  False 
ServerName  string  服务器名称 服务器名称 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.HyperV.ServerRole" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="ServerId" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="255"/>
<Property ID="ServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="255"/>
</ClassType>