Microsoft.Windows.NetworkLoadBalancing.ServerRoleNLB Sunucusu Rolü

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

Bu sınıf, NLB sunucusu rolünü temsil eder.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddd2bd8eb-9db9-b621-956d-158cdf6ba775

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) 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  Küme IP Adresi false 256  False 
NetworkConnectionName  string  Ağ Bağlantısı Adı false 256  False 
NodeName  string  Düğüm Adı true 256  False 
DedicatedIPAddress  string  Atanmış IP Adresi false 256  False 
HostPriority  string  Ana Bilgisayar Önceliği 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>