IConnectorFrameworkConfigurationManagement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that lets you set up and access connectors. A connector is used to import data (from an external system into Service Manager) or export data (from Service Manager to an external system).
public interface class IConnectorFrameworkConfigurationManagement
public interface IConnectorFrameworkConfigurationManagement
type IConnectorFrameworkConfigurationManagement = interface
Public Interface IConnectorFrameworkConfigurationManagement
Methods
Cleanup(EnterpriseManagementConnector) |
Deletes a connector. |
GetConnector(Guid) |
Gets a connector by using an identifier. |
GetConnectors() |
Gets all connector objects in the management group. |
GetDefaultConnectorId() |
Gets the identifier of the default connector. |
Setup(ConnectorInfo) |
Creates a new connector based on the provided connector information object. |
Setup(ConnectorInfo, Guid) |
Creates a new connector based on the provided connector information object, assigning it the provided identifier. |
Setup(CreatableEnterpriseManagementObject) |
Sets up a connector instance based on the CreateableEnterpriseManagementObject type. |
Setup(EnterpriseManagementObjectProjection) |
Sets up a connector instance based on the EnterpriseManagementObjectProjection object type, committing the resulting objects to the connector’s hierarchy. |