RemotelyManagedDevice Class
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.
Remotely managed device.
public ref class RemotelyManagedDevice : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Serializable]
public class RemotelyManagedDevice : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type RemotelyManagedDevice = class
inherit MonitoringBaseWithId
Public Class RemotelyManagedDevice
Inherits MonitoringBaseWithId
- Inheritance
-
RemotelyManagedDevice
- Attributes
Remarks
You can get a collection of all network devices in a Management Group using the GetAllRemotelyManagedDevices method.
You can get a collection of a specific type of network devices in a Management Group using the GetAllRemotelyManagedDevicesByType method.
You can get a collection of the network devices managed by a specific proxy agent using the GetRemotelyManagedDevices method.
Properties
| AccessMode |
Access Mode of the device: "ICMPONLY", "SNMPONLY" or "ICMPSNMP" |
| Certification |
Certification status of the device |
| Description |
Description of the device |
| DisplayName |
The display name of the monitoring object. |
| HealthState |
The current health state of the device. |
| IPAddress |
The IP address of the device. |
| LastModified |
The last time it was modified in the database. |
| Location |
Location of the device |
| ManagementGroup |
The ManagementGroup the object was instantiated in. |
| Model |
Model of the device |
| Name |
The name of the monitoring object. |
| Path |
The path of the monitoring object. |
| Port |
Port number used to monitor the device |
| PrimaryOwnerContact |
Owner contact information for the device |
| PrimaryOwnerName |
Owner name of the device |
| ProxyAgentPrincipalName |
The FQDN of the proxy agent. |
| RunAsProfile |
RunAs profile used to discovery the device |
| SnmpDevice |
The SNMP device. |
| SNMPVersion |
SNMP Version supported by the device |
| SystemOID |
System OID of the device |
| Vendor |
Vendor of the device |
Methods
| GetProxyAgent() |
Get the managing agent. |
| Reconnect(EnterpriseManagementGroup) |
Reconnect to management group. |
| SetProxyAgent(ComputerHealthService) |
Set the managing agent. |