Microsoft.Windows.NetworkLoadBalancing.ServerRoleNLB 服务器角色

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

此类表示 NLB 服务器角色。

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0b2b5dc3-8c1d-015a-7851-e247199027bb

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.NetworkLoadBalancing.ServerRole:
ClusterIP  string  群集 IP 地址 false 256  False 
NetworkConnectionName  string  网络连接名称 false 256  False 
NodeName  string  节点名称 true 256  False 
DedicatedIPAddress  string  专用 IP 地址 false 256  False 
HostPriority  string  主机优先级 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.NetworkLoadBalancing.ServerRole" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="ClusterIP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NetworkConnectionName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NodeName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DedicatedIPAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostPriority" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>