ComputerHealthService.InsertRemotelyManagedDevices Method

Definition

Overloads

InsertRemotelyManagedDevices(IList<CreatableEnterpriseManagementObject>)

Insert remotely managed devices.

InsertRemotelyManagedDevices(IList<CustomMonitoringObject>)
Obsolete.

Insert remotely managed devices.

InsertRemotelyManagedDevices(IList<CreatableEnterpriseManagementObject>)

Insert remotely managed devices.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::RemotelyManagedDevice ^> ^ InsertRemotelyManagedDevices(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::CreatableEnterpriseManagementObject ^> ^ devicesToInsert);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> InsertRemotelyManagedDevices (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.CreatableEnterpriseManagementObject> devicesToInsert);
member this.InsertRemotelyManagedDevices : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.CreatableEnterpriseManagementObject> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice>
Public Function InsertRemotelyManagedDevices (devicesToInsert As IList(Of CreatableEnterpriseManagementObject)) As ReadOnlyCollection(Of RemotelyManagedDevice)

Parameters

devicesToInsert
IList<CreatableEnterpriseManagementObject>

List of SNMP devices to insert.

Returns

RemotelyManagedDevice collection.

Applies to

InsertRemotelyManagedDevices(IList<CustomMonitoringObject>)

Caution

Use this.InsertRemotelyManagedDevices with CreatableEnterpriseManagementObject

Insert remotely managed devices.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::RemotelyManagedDevice ^> ^ InsertRemotelyManagedDevices(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringObject ^> ^ devicesToInsert);
[System.Obsolete("Use this.InsertRemotelyManagedDevices with CreatableEnterpriseManagementObject")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> InsertRemotelyManagedDevices (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject> devicesToInsert);
member this.InsertRemotelyManagedDevices : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice>
Public Function InsertRemotelyManagedDevices (devicesToInsert As IList(Of CustomMonitoringObject)) As ReadOnlyCollection(Of RemotelyManagedDevice)

Parameters

devicesToInsert
IList<CustomMonitoringObject>

List of SNMP devices to insert.

Returns

RemotelyManagedDevice collection.

Attributes

Applies to