MonitoringConnectorSubscription Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a monitoring connector subscription.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.ConnectorFramework::MonitoringConnectorSubscription

[SerializableAttribute]
public ref class MonitoringConnectorSubscription : CreatableMonitoringBaseWithId

NameDescription
System_CAPS_pubmethodMonitoringConnectorSubscription(String^, Guid, AlertSubscriptionConfiguration^)

Initializes a new MonitoringConnectorSubscription object.

NameDescription
System_CAPS_pubpropertyConfiguration

Gets or sets the configuration. The configuration contains the criteria that is used to filter alerts.

System_CAPS_pubpropertyDescription

Gets or sets the descriptive text for the connector subscription.

System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the connector subscription.

System_CAPS_pubpropertyId
System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringConnectorId

Gets or sets a globally unique identifier (GUID) for the connector that the subscription is for.

System_CAPS_pubpropertyName

Gets or sets the name for the connector subscription.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the connector subscription.

For more information about connectors, see Connecting to External Systems by Using Operations Manager Connectors. Monitoring connectors subscribe to alerts and forwards them to other products. A connector must have a subscription to allow alerts to pass.

A subscription can be seen in the Operations Manager. In the Administration pane select the Product Connectors, and right-click a specific Product Connector to access its properties. You can view a subscription by selecting the specific subscription and clicking Edit.

The following example assumes there is at least one connector created in the Operations Manager. The example gets the first connector and adds a subscription to that connector.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: