ManagementGroupAdministration.DeleteRemotelyManagedDevices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
member this.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.