QND.OMS.WorkspaceQND - OMS Workspace

QND.OMS.Workspace (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId35cb238d-c1ad-7c89-4df1-b589d224bb91

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.Workspace:
Id  string  Workspace Id true 256  False     
Name  string  Name false 256  False     
Subscription  string  Subscription Id false 256  False     
ResourceGroup  string  Resource Group false 256  False     

Health Model:

Source Code:

<ClassType ID="QND.OMS.Workspace" Base="System!System.ApplicationComponent" 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="Id" Key="true" Type="string"/>
<Property ID="Name" Key="false" Type="string"/>
<Property ID="Subscription" Key="false" Type="string"/>
<Property ID="ResourceGroup" Key="false" Type="string"/>
</ClassType>