Microsoft.Windows.NetworkLoadBalancing.ServerRoleNLB サーバー ロール

Microsoft.Windows.NetworkLoadBalancing.ServerRole (ClassType)

このクラスは、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 (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.NetworkLoadBalancing.ServerRole:
ClusterIP  string  クラスター IP アドレス false 256  False 
NetworkConnectionName  string  ネットワーク接続名 false 256  False 
NodeName  string  ノード名 true 256  False 
DedicatedIPAddress  string  専用 IP アドレス false 256  False 
HostPriority  string  ホストの優先順位 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>