Microsoft.SystemCenter.Connectorコネクタ

Microsoft.SystemCenter.Connector (ClassType)

このクラスは、MCF を使用して管理グループからデータを取得および提供するコネクタを表します。

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId61837b3e-ecce-5b8a-9b4b-ace896dfe69d
Commentrepresents a registered Connector to an external system

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SystemCenter.Connector:
Id  string  コネクタ ID true 256  False 
Name  string  コネクタ名 false 256  False 
Description  string  コネクタの説明 false 256  False 
DiscoveryDataIsManaged  bool  検出データ管理対象 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Connector" Comment="represents a registered Connector to an external system" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiscoveryDataIsManaged" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>