Microsoft.SQLServerAppliance.APS.NodesClusterCluster of APS Nodes

Microsoft.SQLServerAppliance.APS.NodesCluster (ClassType)

Element properties:

Base ClassSystem.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId680844a3-df5b-7a4f-faa8-744a91062adb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SQLServerAppliance.APS.NodesCluster:
ApplianceID  string  Appliance Name true 256  False 
Name  string  Name true 256  False 
ApplianceNetworkAddress  string  Appliance Network Address false 256  False 
ApplianceTdsAddress  string  Appliance TDS Address false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServerAppliance.APS.NodesCluster" Base="System!System.ComputerRole" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<Property ID="ApplianceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceNetworkAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceTdsAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>