Share via


IAdministrationManagement.DeleteRemotelyManagedComputers Method

Definition

Delete remotely managed computers.

public:
 void DeleteRemotelyManagedComputers(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedComputer ^> ^ remotelyManagedComputers);
public void DeleteRemotelyManagedComputers (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> remotelyManagedComputers);
abstract member DeleteRemotelyManagedComputers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> -> unit
Public Sub DeleteRemotelyManagedComputers (remotelyManagedComputers As IList(Of RemotelyManagedComputer))

Parameters

remotelyManagedComputers
IList<RemotelyManagedComputer>

Remotely managed computer collection.

Applies to