ManagementGroupAdministration.GetAllRemotelyManagedDevicesByType Method (MonitoringClass)
Applies To: Operations Manager for System Center 2012
Gets all Simple Network Management Protocol (SNMP) devices of a specified type that are managed remotely.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<RemotelyManagedDevice> GetAllRemotelyManagedDevicesByType(
MonitoringClass monitoringClass
)
public:
ReadOnlyCollection<RemotelyManagedDevice^>^ GetAllRemotelyManagedDevicesByType(
MonitoringClass^ monitoringClass
)
member GetAllRemotelyManagedDevicesByType :
monitoringClass:MonitoringClass -> ReadOnlyCollection<RemotelyManagedDevice>
Public Function GetAllRemotelyManagedDevicesByType (
monitoringClass As MonitoringClass
) As ReadOnlyCollection(Of RemotelyManagedDevice)
Parameters
monitoringClass
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringClassThe type of SNMP devices that you want to reference.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RemotelyManagedDevice>
Returns a ReadOnlyCollection<T> of all SNMP devices of the specified type.
See Also
GetAllRemotelyManagedDevices
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