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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.HyperV.ServerRole:
ServerId  string  伺服器識別碼 伺服器識別碼 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>