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 | |
---|---|---|
MonitoringSecureDataHealthServiceReference(Guid, Guid, Guid) | Initializes a new MonitoringSecureDataHealthServiceReference object. |
Properties
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.) |
Methods
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.) |
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