Microsoft.SystemCenter.Advisor.Internal.AdvisorConnectorКласс AdvisorConnector

Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8efb1226-f3cb-b49c-3dd5-7d78ae53bcb1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Состояние объекта Состояние объекта false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Состояние актива Состояние актива false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Примечания Примечания false 4000       
Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector:
AgentID  string  Идентификатор агента Уникальный идентификатор, определяющий соединитель Advisor true 256  False     
PrincipalName  string  Имя участника Имя участника целевого компьютера, на котором установлен и активирован соединитель Advisor false 256  False     
Version  string  Версия Номер версии соединителя Advisor false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector" Base="Windows!Microsoft.Windows.LocalApplication" 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="AgentID" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="PrincipalName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Version" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>