WindowsAzurePack.WAP.ServerWAP Class

WindowsAzurePack.WAP.Server (ClassType)

Windows Azure Pack Application

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId92a705aa-97c3-83e6-6458-5afd0cf94d4e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
WindowsAzurePack.WAP.Server:
Namespace  string      false 20  False  WindowsAzurePack   
BuildVersion  string      false 20  False     

Health Model:

Source Code:

<ClassType ID="WindowsAzurePack.WAP.Server" Base="Windows!Microsoft.Windows.ComputerRole" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<!--
<Property ID="Property1" Key="false" Type="string" />
-->
<Property ID="Namespace" Type="string" Key="false" MinLength="0" MaxLength="20" CaseSensitive="false" DefaultValue="WindowsAzurePack"/>
<Property ID="BuildVersion" Type="string" Key="false" MinLength="0" MaxLength="20" CaseSensitive="false"/>
</ClassType>