SmsNotificationAction Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a Short Message Service (SMS) notification action. This service is supported by various mobile phones and other handheld devices.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration::NotificationAction
Microsoft.EnterpriseManagement.Administration::SmsNotificationAction
| Name | Description | |
|---|---|---|
![]() | SmsNotificationAction(String^) | Initializes a new SmsNotificationAction object. |
| Name | Description | |
|---|---|---|
![]() | Body | Gets or sets the body of the Short Message Service (SMS) notification action. |
![]() | 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.) |
![]() | Encoding | Gets or sets the encoding of the Short Message Service (SMS) notification action. |
![]() | Endpoint | Gets or sets the endpoint for the Short Message Service (SMS) notification action. |
![]() | 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.) |
| 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.(Inherited from NotificationAction.) |
![]() | ToString() | (Inherited from MonitoringBase.) |
![]() | Update() | Updates the notification action.(Inherited from NotificationAction.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


