WindowsAzurePack.TenantPublicAPIWindowsAzurePack.TenantPublicAPI (ClassType)

Element properties:

Base ClassWindowsAzurePack.WAP.Server
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId838486ca-e42b-3d42-015c-2715f5f834d1

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     
WindowsAzurePack.TenantPublicAPI:
WAPService  string      false 256  False  TenantPublicAPI   
SiteAddress  string      false 256  False  https://localhost:30006   

Health Model:

Source Code:

<ClassType ID="WindowsAzurePack.TenantPublicAPI" Base="WindowsAzurePack.WAP.Server" Accessibility="Public" Abstract="false" 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="WAPService" Type="string" Key="false" MinLength="0" MaxLength="256" CaseSensitive="false" DefaultValue="TenantPublicAPI"/>
<Property ID="SiteAddress" Type="string" Key="false" MinLength="0" MaxLength="256" CaseSensitive="false" DefaultValue="https://localhost:30006"/>
</ClassType>