Share via


IConnectorFrameworkManagement Interface

Definition

public interface class IConnectorFrameworkManagement : Microsoft::EnterpriseManagement::ConnectorFramework::IConnectorFrameworkConfigurationManagement
public interface IConnectorFrameworkManagement : Microsoft.EnterpriseManagement.ConnectorFramework.IConnectorFrameworkConfigurationManagement
type IConnectorFrameworkManagement = interface
    interface IConnectorFrameworkConfigurationManagement
Public Interface IConnectorFrameworkManagement
Implements IConnectorFrameworkConfigurationManagement
Implements

Methods

Cleanup(MonitoringConnector)

Deletes the given monitoring connector.

DeleteConnectorSubscription(MonitoringConnectorSubscription)

Deletes the subscription.

GetConnector(Guid)

Retrieves a connector by id.

GetConnectors()

Retrieves all the MonitoringConnector objects in the management group.

GetConnectorSubscription(Guid)

Retrieve Connector subscription by id.

GetConnectorSubscription(String)

Retrieve Connector subscription by name.

GetConnectorSubscriptions()

Retrieve Connector subscriptions.

InsertConnectorSubscription(MonitoringConnectorSubscription)

Inserts the connector subscription.

Setup(ConnectorInfo)

Sets up a new connector.

Setup(ConnectorInfo, Guid)

Sets up a new connector.

Applies to