MonitoringSecureReference Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a RunAs profile.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibleElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference
Microsoft.EnterpriseManagement.Configuration.MonitoringSecureReference
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackSecureReference instead")]
public class MonitoringSecureReference : ManagementPackSecureReference,
IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackSecureReference instead")]
public ref class MonitoringSecureReference : ManagementPackSecureReference,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackSecureReference instead")>]
type MonitoringSecureReference =
class
inherit ManagementPackSecureReference
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackSecureReference instead")>
Public Class MonitoringSecureReference
Inherits ManagementPackSecureReference
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringSecureReference(ManagementPackSecureReference) |
Properties
Name | Description | |
---|---|---|
Accessibility | (Inherited from ManagementPackAccessibleElement.) |
|
Comment | (Inherited from ManagementPackElement.) |
|
Context | (Inherited from ManagementPackSecureReference.) |
|
Description | (Inherited from ManagementPackElement.) |
|
DisplayName | (Inherited from ManagementPackElement.) |
|
Id | (Inherited from ManagementPackElement.) |
|
LanguageCode | (Inherited from ManagementPackElement.) |
|
LastModified | (Inherited from ManagementPackItem.) |
|
ManagementGroup | (Inherited from ManagementPackElement.) |
|
ManagementGroupId | (Inherited from ManagementPackElement.) |
|
memberstatus | (Inherited from ManagementPackItem.) |
|
Name | (Inherited from ManagementPackElement.) |
|
Status | (Inherited from ManagementPackItem.) |
|
TimeAdded | (Inherited from ManagementPackItem.) |
|
XmlTag | (Inherited from ManagementPackSecureReference.) |
Methods
Remarks
RunAs profiles are used with tasks, rules, and monitors when the default set of credentials has insufficient rights. RunAs profiles and their associated credentials are deployed to the targeted computers.
Examples
The following example shows how to enumerate all the RunAs profiles and display their contents 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.Configuration Namespace
Return to top