MonitoringDiscoveryResultantOverrideSet Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a discovery result set.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Configuration.ResultantOverrideSet
      Microsoft.EnterpriseManagement.Configuration.ResultantOverrideSetWithWorkflowPropertyOverrides
        Microsoft.EnterpriseManagement.Configuration.ManagementPackDiscoveryResultantOverrideSet
          Microsoft.EnterpriseManagement.Configuration.MonitoringDiscoveryResultantOverrideSet

Syntax

[ObsoleteAttribute("Use ManagementPackDiscoveryResultantOverrideSet")]
public class MonitoringDiscoveryResultantOverrideSet : ManagementPackDiscoveryResultantOverrideSet
[ObsoleteAttribute("Use ManagementPackDiscoveryResultantOverrideSet")]
public ref class MonitoringDiscoveryResultantOverrideSet : ManagementPackDiscoveryResultantOverrideSet
[<ObsoleteAttribute("Use ManagementPackDiscoveryResultantOverrideSet")>]
type MonitoringDiscoveryResultantOverrideSet = 
    class
        inherit ManagementPackDiscoveryResultantOverrideSet
    end
<ObsoleteAttribute("Use ManagementPackDiscoveryResultantOverrideSet")>
Public Class MonitoringDiscoveryResultantOverrideSet
    Inherits ManagementPackDiscoveryResultantOverrideSet

Constructors

Name Description
System_CAPS_pubmethod MonitoringDiscoveryResultantOverrideSet(ManagementPackDiscoveryResultantOverrideSet)

Properties

Name Description
System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ResultantConfigurationOverrides

Gets a mapping of properties to their overrides.

System_CAPS_pubproperty ResultantPropertyOverrides

(Inherited from ResultantOverrideSetWithWorkflowPropertyOverrides.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringBase.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Configuration Namespace

Return to top