Microsoft.Windows.NetworkLoadBalancing.ServerRoleFunção do Servidor NLB

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

Essa classe representa a função do 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.NetworkLoadBalancing.ServerRole:
ClusterIP  string  Endereço IP de Cluster false 256  False 
NetworkConnectionName  string  Nome da Conexão de Rede false 256  False 
NodeName  string  Nome do Nó true 256  False 
DedicatedIPAddress  string  Endereço IP Dedicado false 256  False 
HostPriority  string  Prioridade de 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" 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>