Microsoft.Exchange.2010.ServerMicrosoft Exchange 2010 Server

Microsoft.Exchange.2010.Server (ClassType)

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7f5a66f7-6c1f-1398-41b5-db693f372d7a

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.Exchange.2010.Server:
PrincipalName  string  Principal Name true 256  False 
NetbiosName  string  NetBIOS Computer Name false 256  False 
DnsName  string  DNS Name false 256  False 
ActiveDirectorySite  string  Active Directory Site false 256  False 
MaximumIops  int  Maximum Iops false 256   
MaximumCpu  int  Maximum Cpu false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.2010.Server" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="PrincipalName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="NetbiosName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="DnsName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="ActiveDirectorySite" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaximumIops" Type="int" Key="false"/>
<Property ID="MaximumCpu" Type="int" Key="false"/>
</ClassType>