Share via


ConnectorInfo Class

Definition

Contains information about a monitoring connector, such as the name and description.

public ref class ConnectorInfo
[System.Runtime.Serialization.DataContract]
public class ConnectorInfo
type ConnectorInfo = class
Public Class ConnectorInfo
Inheritance
ConnectorInfo
Attributes

Remarks

A connector is created by using the information contained within the ConnectorInfo object. The monitoring connector's property values are set with the information of this object.

Constructors

ConnectorInfo()

Initializes a new ConnectorInfo object.

Fields

Description

Specifies the description of the monitoring connector.

DiscoveryDataIsManaged

Gets or sets a value that indicates whether the discovery data inserted by the connector is managed.

DiscoveryDataIsShared
DisplayName

The display name of the monitoring connector.

Name

Specifies the name of the monitoring connector.

Applies to