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