Microsoft.Windows.NetworkLoadBalancing.ServerRoleRola serwera równoważenia obciążenia sieciowego

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

Ta klasa reprezentuje rolę serwera równoważenia obciążenia sieciowego.

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 (PLK) Description (PLK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.NetworkLoadBalancing.ServerRole:
ClusterIP  string  Adres IP klastra false 256  False 
NetworkConnectionName  string  Nazwa połączenia sieciowego false 256  False 
NodeName  string  Nazwa węzła true 256  False 
DedicatedIPAddress  string  Dedykowany adres IP false 256  False 
HostPriority  string  Priorytet hosta 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>