QND.OMS.Azure.SubscriptionQND - Azure Subscription

QND.OMS.Azure.Subscription (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8e5290d4-1abb-2319-1d48-ea580fb3ae20

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       
QND.OMS.Azure.Subscription:
Id  string  Subscription Id true 256  False     
Name  string  Name false 256  False     
Tenant  string  Tenant false 256  False     

Health Model:

Source Code:

<ClassType ID="QND.OMS.Azure.Subscription" Base="System!System.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="false" 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="Id" Key="true" Type="string"/>
<Property ID="Name" Key="false" Type="string"/>
<Property ID="Tenant" Key="false" Type="string"/>
</ClassType>