NotificationAction Class
Applies To: Operations Manager for System Center 2012
A notification action for notification subscriptions.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration.NotificationAction
Microsoft.EnterpriseManagement.Administration.CommandNotificationAction
Microsoft.EnterpriseManagement.Administration.SipNotificationAction
Microsoft.EnterpriseManagement.Administration.SmsNotificationAction
Microsoft.EnterpriseManagement.Administration.SmtpNotificationAction
Syntax
[SerializableAttribute]
public abstract class NotificationAction : CreatableMonitoringBaseWithId
[SerializableAttribute]
public ref class NotificationAction abstract : CreatableMonitoringBaseWithId
[<AbstractClass>]
[<SerializableAttribute>]
type NotificationAction =
class
inherit CreatableMonitoringBaseWithId
end
<SerializableAttribute>
Public MustInherit Class NotificationAction
Inherits CreatableMonitoringBaseWithId
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the notification action. |
|
DisplayName | Gets or sets the display name of the notification action. |
|
Id | (Inherited from CreatableMonitoringBaseWithId.) |
|
ManagementGroup | The connection management group connection used by this object. |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | Gets or sets the name of the notification action. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from CreatableMonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
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.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update() | Updates the notification action. |
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.Administration Namespace
Return to top