Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Inserts remotely managed computers into the computer health service.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.InsertRemotelyManagedComputers with CreatableEnterpriseManagementObject")]
public ReadOnlyCollection<RemotelyManagedComputer> InsertRemotelyManagedComputers(
IList<CustomMonitoringObject> computersToInsert
)
public:
[ObsoleteAttribute("Use this.InsertRemotelyManagedComputers with CreatableEnterpriseManagementObject")]
ReadOnlyCollection<RemotelyManagedComputer^>^ InsertRemotelyManagedComputers(
IList<CustomMonitoringObject^>^ computersToInsert
)
[<ObsoleteAttribute("Use this.InsertRemotelyManagedComputers with CreatableEnterpriseManagementObject")>]
member InsertRemotelyManagedComputers :
computersToInsert:IList<CustomMonitoringObject> -> ReadOnlyCollection<RemotelyManagedComputer>
<ObsoleteAttribute("Use this.InsertRemotelyManagedComputers with CreatableEnterpriseManagementObject")>
Public Function InsertRemotelyManagedComputers (
computersToInsert As IList(Of CustomMonitoringObject)
) As ReadOnlyCollection(Of RemotelyManagedComputer)
Parameters
computersToInsert
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<RemotelyManagedComputer>
Returns aReadOnlyCollection<T> of RemotelyManagedComputer objects that are the computers that were inserted.
See Also
InsertRemotelyManagedComputers Overload
ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top