Share via


IAdministrationManagement.DeleteRemotelyManagedDevices Method

Definition

Delete remotely managed devices.

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

Parameters

remotelyManagedDevices
IList<RemotelyManagedDevice>

Remotely managed device collection.

Applies to