ManagementGroupAdministration.DeleteRemotelyManagedComputers Method (IList<RemotelyManagedComputer>)
Applies To: Operations Manager for System Center 2012
Deletes the specified remotely managed computers from the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void DeleteRemotelyManagedComputers(
IList<RemotelyManagedComputer> remotelyManagedComputers
)
public:
void DeleteRemotelyManagedComputers(
IList<RemotelyManagedComputer^>^ remotelyManagedComputers
)
member DeleteRemotelyManagedComputers :
remotelyManagedComputers:IList<RemotelyManagedComputer> -> unit
Public Sub DeleteRemotelyManagedComputers (
remotelyManagedComputers As IList(Of RemotelyManagedComputer)
)
Parameters
remotelyManagedComputers
Type: System.Collections.Generic.IList<RemotelyManagedComputer>The list of remotely managed computers to delete.
See Also
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top