Share via


ComputerHealthService.InsertRemotelyManagedComputers Method

Definition

Overloads

InsertRemotelyManagedComputers(IList<CustomMonitoringObject>)
Obsolete.

Insert remotely managed computers.

InsertRemotelyManagedComputers(IList<CreatableEnterpriseManagementObject>)

Insert remotely managed computers.

InsertRemotelyManagedComputers(IList<CustomMonitoringObject>)

Caution

Use this.InsertRemotelyManagedComputers with CreatableEnterpriseManagementObject

Insert remotely managed computers.

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

Parameters

computersToInsert
IList<CustomMonitoringObject>

The list of computers to insert, which are represented by CustomMonitoringObject objects.

Returns

RemotelyManagedComputer collection.

Attributes

Applies to

InsertRemotelyManagedComputers(IList<CreatableEnterpriseManagementObject>)

Insert remotely managed computers.

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

Parameters

Returns

RemotelyManagedComputer collection.

Applies to