ManagementGroupAdministration.GetAllRemotelyManagedDevices Method ()
Applies To: Operations Manager for System Center 2012
Gets all Simple Network Management Protocol (SNMP) devices that are managed remotely.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<RemotelyManagedDevice> GetAllRemotelyManagedDevices()
public:
ReadOnlyCollection<RemotelyManagedDevice^>^ GetAllRemotelyManagedDevices()
member GetAllRemotelyManagedDevices : unit -> ReadOnlyCollection<RemotelyManagedDevice>
Public Function GetAllRemotelyManagedDevices As ReadOnlyCollection(Of RemotelyManagedDevice)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RemotelyManagedDevice>
Returns a ReadOnlyCollection<T> of all SNMP devices in this Management Group.
See Also
GetAllRemotelyManagedDevicesByType
M:Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministration.SetProxyAgent(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice},Microsoft.EnterpriseManagement.Administration.ComputerHealthService)
ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top