MonitoringSecureDataHealthServiceReference Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents the link between a health service and the RunAs account that should be used on that health service when running a monitor, rule, or task that uses the particular RunAs profile.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference
        Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataHealthServiceReference

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference")]
public class MonitoringSecureDataHealthServiceReference : SecureDataHealthServiceReference
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference")]
public ref class MonitoringSecureDataHealthServiceReference : SecureDataHealthServiceReference
[<SerializableAttribute>]
[<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference")>]
type MonitoringSecureDataHealthServiceReference = 
    class
        inherit SecureDataHealthServiceReference
    end
<SerializableAttribute>
<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference")>
Public Class MonitoringSecureDataHealthServiceReference
    Inherits SecureDataHealthServiceReference

Constructors

Name Description
System_CAPS_pubmethod MonitoringSecureDataHealthServiceReference(Guid, Guid, Guid)

Initializes a new MonitoringSecureDataHealthServiceReference object.

Properties

Name Description
System_CAPS_pubproperty HealthServiceId

(Inherited from SecureDataHealthServiceReference.)

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringSecureDataId

(Inherited from SecureDataHealthServiceReference.)

System_CAPS_pubproperty MonitoringSecureReferenceId

(Inherited from SecureDataHealthServiceReference.)

System_CAPS_pubproperty SecureDataId

(Inherited from SecureDataHealthServiceReference.)

System_CAPS_pubproperty SecureReferenceId

(Inherited from SecureDataHealthServiceReference.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubmethod GetMonitoringSecureData()

Obsolete.Gets the MonitoringSecureData object that is associated with this MonitoringSecureDataHealthServiceReference object.

System_CAPS_pubmethod GetMonitoringSecureReference()

Obsolete.Gets the MonitoringSecureReference object that is associated with this MonitoringSecureDataHealthServiceReference object.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

(Inherited from SecureDataHealthServiceReference.)

Examples

The following example shows how to enumerate all the RunAs profiles and display their contents by using the MonitoringSecureReference class.

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.Monitoring.Security Namespace

Return to top