MonitoringActionAccountSecureData Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents an action account secure data item.
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.SecureData
Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureData
Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameSecureData
Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameAndDomainSecureData
Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringActionAccountSecureData
Syntax
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData")]
public class MonitoringActionAccountSecureData : MonitoringUserNameAndDomainSecureData
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData")]
public ref class MonitoringActionAccountSecureData : MonitoringUserNameAndDomainSecureData
[<SerializableAttribute>]
[<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData")>]
type MonitoringActionAccountSecureData =
class
inherit MonitoringUserNameAndDomainSecureData
end
<SerializableAttribute>
<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData")>
Public Class MonitoringActionAccountSecureData
Inherits MonitoringUserNameAndDomainSecureData
Constructors
Name | Description | |
---|---|---|
MonitoringActionAccountSecureData() | Initializes a new MonitoringActionAccountSecureData item |
Properties
Name | Description | |
---|---|---|
ConfigExtensionData | (Inherited from SecureData.) |
|
Data | (Inherited from SecureData.) |
|
Description | (Inherited from SecureData.) |
|
Domain | Gets or sets the domain in the secure data item.(Inherited from MonitoringUserNameAndDomainSecureData.) |
|
Id | (Inherited from CreatableMonitoringBaseWithId.) |
|
IsSystem | (Inherited from SecureData.) |
|
LastModified | (Inherited from SecureData.) |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from MonitoringSecureData.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | (Inherited from SecureData.) |
|
SecureData | Obsolete.Sets the secure data in the secure data object.(Inherited from MonitoringSecureData.) |
|
SecureDataType | (Inherited from SecureData.) |
|
SecureStorageId | (Inherited from SecureData.) |
|
Type | Obsolete.Gets the type of the secure data in the secure data object.(Inherited from MonitoringSecureData.) |
|
UserName | Gets or sets the user name in the secure data item.(Inherited from MonitoringUserNameSecureData.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from CreatableMonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetConfigurationString() | (Inherited from SecureData.) |
|
GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from MonitoringSecureData.) |
|
SetConfigurationString(String) | (Inherited from SecureData.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update() | Updates the secure data.(Inherited from MonitoringSecureData.) |
Examples
The following example shows how to use the MonitoringActionAccountSecureData class to insert a new RunAs action account
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