IAdministrationManagement.GetAllRemotelyManagedDevices 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.
Return all SNMP devices that are managed remotely.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedDevice ^> ^ GetAllRemotelyManagedDevices();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> GetAllRemotelyManagedDevices ();
abstract member GetAllRemotelyManagedDevices : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice>
Public Function GetAllRemotelyManagedDevices () As IList(Of RemotelyManagedDevice)
Returns
RemotelyManagedComputer collection.