MonitoringSecureDataHealthServiceReference Class

System Center
 

Updated: April 16, 2012

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)

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

[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference")]
public ref class MonitoringSecureDataHealthServiceReference : SecureDataHealthServiceReference

NameDescription
System_CAPS_pubmethodMonitoringSecureDataHealthServiceReference(Guid, Guid, Guid)

Initializes a new MonitoringSecureDataHealthServiceReference object.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetMonitoringSecureData()

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

System_CAPS_pubmethodGetMonitoringSecureReference()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

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

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

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

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

Return to top
Show: