ComputerHealthService.InsertRemotelyManagedDevices Method (IList<CustomMonitoringObject>)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Inserts remotely managed devices into the computer health service.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.InsertRemotelyManagedDevices with CreatableEnterpriseManagementObject")]
public ReadOnlyCollection<RemotelyManagedDevice> InsertRemotelyManagedDevices(
IList<CustomMonitoringObject> devicesToInsert
)
public:
[ObsoleteAttribute("Use this.InsertRemotelyManagedDevices with CreatableEnterpriseManagementObject")]
ReadOnlyCollection<RemotelyManagedDevice^>^ InsertRemotelyManagedDevices(
IList<CustomMonitoringObject^>^ devicesToInsert
)
[<ObsoleteAttribute("Use this.InsertRemotelyManagedDevices with CreatableEnterpriseManagementObject")>]
member InsertRemotelyManagedDevices :
devicesToInsert:IList<CustomMonitoringObject> -> ReadOnlyCollection<RemotelyManagedDevice>
<ObsoleteAttribute("Use this.InsertRemotelyManagedDevices with CreatableEnterpriseManagementObject")>
Public Function InsertRemotelyManagedDevices (
devicesToInsert As IList(Of CustomMonitoringObject)
) As ReadOnlyCollection(Of RemotelyManagedDevice)
Parameters
devicesToInsert
Type: System.Collections.Generic.IList<CustomMonitoringObject>The list of computers to insert, which are represented by CustomMonitoringObject objects.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RemotelyManagedDevice>
Returns a ReadOnlyCollection<T> of RemotelyManagedComputer objects that are the devices that were inserted.
See Also
InsertRemotelyManagedDevices Overload
ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top