Microsoft.Windows.NetworkLoadBalancing.ServerRoleFunción del servidor NLB

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

Esta clase representa la función del servidor 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.NetworkLoadBalancing.ServerRole:
ClusterIP  string  Dirección IP del clúster false 256  False 
NetworkConnectionName  string  Nombre de conexión de red false 256  False 
NodeName  string  Nombre del nodo true 256  False 
DedicatedIPAddress  string  Dirección IP dedicada false 256  False 
HostPriority  string  Prioridad del host 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" MinLength="0" Length="256"/>
<Property ID="NetworkConnectionName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NodeName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DedicatedIPAddress" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="HostPriority" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>