DeviceDiscoveryConfiguration Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a configuration to use when discovering network devices. The discovery process allows you to find devices that you want to manage.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | DeviceDiscoveryConfiguration(ManagementPackClass^, IPAddressRangeDiscoveryCriteria^) | Initializes the DeviceDiscoveryConfiguration with the class of devices to discover and the range of IP addresses in which to search for the devices. |
| Name | Description | |
|---|---|---|
![]() | IPAddressRangeDiscoveryCriteria | Gets the range of IP addresses that this configuration uses when searching for devices. |
![]() | IsDefaultActionAccount | Gets a value that indicates whether this configuration uses the Management Server's default action account when performing discovery. |
![]() | ReadOnlyCommunity | Gets or sets the read-only community name that is used when connecting to devices during discovery. |
![]() | ReadWriteCommunity | Gets or sets the read/write community name that is used when connecting to devices during discovery. |
![]() | SnmpVersion | Gets or sets the Simple Network Management Protocol (SNMP) version to use when discovering network devices. Only version 1 and version 2 are supported. |
![]() | Target | Gets the type of devices discovered when using this configuration. |
![]() | TargetClass | Obsolete. |
![]() | TimeoutSeconds | The maximum length of time that is spent attempting to discover a device at an IP address. |
![]() | UseActionAccount | Gets or sets a value that indicates whether the Management Server action account is used for device discovery. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources that are used by the DeviceDiscoveryConfiguration object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Frees the resources of the current DeviceDiscoveryConfiguration object before it is reclaimed by the garbage collector.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResetActionAccount() | Resets the configuration to use the default action account when performing device discovery. |
![]() | SetActionAccount(String^, String^, SecureString^) | Sets this configuration to perform device discovery using the specified credentials. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


