CommandNotificationAction Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a command that executes in response to a triggered alert or state change.
The following tables list the members exposed by the CommandNotificationAction type.
Public Constructors
Name | Description | |
---|---|---|
CommandNotificationAction | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
ApplicationName | Gets or sets the name of the application that is executed by this notification action. | |
CommandLine | Gets or sets the command that this notification action executes. | |
Description | Gets or sets the description of the notification action. (inherited from NotificationAction) | |
DisplayName | Gets or sets the display name of the notification action. (inherited from NotificationAction) | |
Id | (inherited from CreatableMonitoringBaseWithId) | |
ManagementGroup | The connection management group connection used by this object. (inherited from NotificationAction) | |
ManagementGroupId | (inherited from MonitoringBase) | |
Name | Gets or sets the name of the notification action. (inherited from NotificationAction) | |
RecipientProtocol | Gets or sets the transport protocol used to deliver notifications to the recipient. | |
Timeout | Gets or sets the number of seconds to wait for the command to complete execution. | |
WorkingDirectory | Gets or sets the path of the directory in which the command is executed. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. (inherited from Object) | |
GetHashCode | Overridden. (inherited from Object) | |
GetType | (inherited from Object) | |
Reconnect | Overridden. Reconnects to the specified management group after the object has been disconnected. (inherited from MonitoringBase) | |
ToString | Overridden. (inherited from Object) | |
Update | Updates the notification action. (inherited from NotificationAction) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
CommandNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace