MonitoringSecureDataHealthServiceReference Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
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.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Security::SecureDataHealthServiceReference
Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringSecureDataHealthServiceReference
| Name | Description | |
|---|---|---|
![]() | MonitoringSecureDataHealthServiceReference(Guid, Guid, Guid) | Initializes a new MonitoringSecureDataHealthServiceReference object. |
| Name | Description | |
|---|---|---|
![]() | HealthServiceId | (Inherited from SecureDataHealthServiceReference.) |
![]() | Id | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | ManagementGroup | The connection management group connection used by this object. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | MonitoringSecureDataId | (Inherited from SecureDataHealthServiceReference.) |
![]() | MonitoringSecureReferenceId | (Inherited from SecureDataHealthServiceReference.) |
![]() | SecureDataId | (Inherited from SecureDataHealthServiceReference.) |
![]() | SecureReferenceId | (Inherited from SecureDataHealthServiceReference.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | GetMonitoringSecureData() | Obsolete.Gets the MonitoringSecureData object that is associated with this MonitoringSecureDataHealthServiceReference object. |
![]() | GetMonitoringSecureReference() | Obsolete.Gets the MonitoringSecureReference object that is associated with this MonitoringSecureDataHealthServiceReference object. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).) |
![]() | ToString() | (Inherited from MonitoringBase.) |
![]() | Update() | (Inherited from SecureDataHealthServiceReference.) |
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.


