Microsoft.SQLServerAppliance.ApplianceAppliance

Microsoft.SQLServerAppliance.Appliance (ClassType)

Element properties:

Base ClassSystem.Perspective
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0cec67f1-1e62-82e5-c73c-544c000067d4

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.Appliance:
ApplianceID  string  ID true 256  False 
ApplianceName  string  Name false 256  False 
ApplianceVersion  string  Version false 256  False 
ApplianceType  string  Type false 256  False 
ApplianceModel  string  Model false 256  False 
ApplianceManufacturer  string  Manufacturer false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServerAppliance.Appliance" Accessibility="Public" Abstract="true" Base="System!System.Perspective" Hosted="false" Singleton="false">
<Property ID="ApplianceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceModel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceManufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>