MonitoringActionAccountSecureData Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.ActionAccountSecureData")]
public ref class MonitoringActionAccountSecureData : MonitoringUserNameAndDomainSecureData

NameDescription
System_CAPS_pubmethodMonitoringActionAccountSecureData()

Initializes a new MonitoringActionAccountSecureData item

NameDescription
System_CAPS_protpropertyConfigExtensionData

(Inherited from SecureData.)

System_CAPS_pubpropertyData

(Inherited from SecureData.)

System_CAPS_pubpropertyDescription

(Inherited from SecureData.)

System_CAPS_pubpropertyDomain

Gets or sets the domain in the secure data item.(Inherited from MonitoringUserNameAndDomainSecureData.)

System_CAPS_pubpropertyId
System_CAPS_pubpropertyIsSystem

(Inherited from SecureData.)

System_CAPS_pubpropertyLastModified

(Inherited from SecureData.)

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.(Inherited from MonitoringSecureData.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

(Inherited from SecureData.)

System_CAPS_pubpropertySecureData

Obsolete.Sets the secure data in the secure data object.(Inherited from MonitoringSecureData.)

System_CAPS_pubpropertySecureDataType

(Inherited from SecureData.)

System_CAPS_pubpropertySecureStorageId

(Inherited from SecureData.)

System_CAPS_pubpropertyType

Obsolete.Gets the type of the secure data in the secure data object.(Inherited from MonitoringSecureData.)

System_CAPS_pubpropertyUserName

Gets or sets the user name in the secure data item.(Inherited from MonitoringUserNameSecureData.)

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetConfigurationString()

(Inherited from SecureData.)

System_CAPS_pubmethodGetHashCode()
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.(Inherited from MonitoringSecureData.)

System_CAPS_protmethodSetConfigurationString(String^)

(Inherited from SecureData.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the secure data.(Inherited from MonitoringSecureData.)

The following example shows how to use the MonitoringActionAccountSecureData class to insert a new RunAs action account

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: