Share via


MonitoringConnectorSubscription Class

Definition

A notification subscription.

public ref class MonitoringConnectorSubscription : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBaseWithId
[System.Serializable]
public class MonitoringConnectorSubscription : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
type MonitoringConnectorSubscription = class
    inherit CreatableMonitoringBaseWithId
Public Class MonitoringConnectorSubscription
Inherits CreatableMonitoringBaseWithId
Inheritance
MonitoringConnectorSubscription
Attributes

Examples

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.

Remarks

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.

Constructors

MonitoringConnectorSubscription(String, Guid, AlertSubscriptionConfiguration)

Constructor a new MonitoringConnectorSubscription.

Properties

Configuration

The criteria to filter alerts by.

Description

The description of the subscription.

DisplayName

The display name of the subscription.

ManagementGroup

The ManagementGroup the object was instantiated in.

MonitoringConnectorId

The connector this subscription is for.

Name

The name of the subscription.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Update()

Updates the subscription.

Applies to