Microsoft.Windows.NetworkLoadBalancing.ServerRoleHálózati terheléselosztási kiszolgálói szerepkör

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

Ez az osztály a hálózati terheléselosztási kiszolgálói szerepkört képviseli.

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 (HUN) Description (HUN) 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  A fürt IP-címe false 256  False 
NetworkConnectionName  string  Hálózati kapcsolat neve false 256  False 
NodeName  string  Csomópont neve true 256  False 
DedicatedIPAddress  string  Dedikált IP-cím false 256  False 
HostPriority  string  Állomásprioritás 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>