Share via


SmsNotificationEndpoint Class

 

Applies To: Operations Manager for System Center 2012

Represents an endpoint for sending notifications using the Short Message Service (SMS). This service is supported by various mobile phones and other handheld devices.

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.NotificationEndpoint
        Microsoft.EnterpriseManagement.Administration.SmsNotificationEndpoint

Syntax

[SerializableAttribute]
public class SmsNotificationEndpoint : NotificationEndpoint
[SerializableAttribute]
public ref class SmsNotificationEndpoint : NotificationEndpoint
[<SerializableAttribute>]
type SmsNotificationEndpoint = 
    class
        inherit NotificationEndpoint
    end
<SerializableAttribute>
Public Class SmsNotificationEndpoint
    Inherits NotificationEndpoint

Constructors

Name Description
System_CAPS_pubmethod SmsNotificationEndpoint(String, String)

Initializes the SmsNotificationEndpointwith the endpoint's name and transport protocol.

Properties

Name Description
System_CAPS_pubproperty Description

Gets or sets the description of this notification endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubproperty DeviceEnumerationIntervalSeconds

The number of seconds to wait between send attempts when sending notifications to each available SMS device.

System_CAPS_pubproperty DisplayName

Gets or sets a descriptive name for the endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

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

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets or sets the name of the endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubproperty PrimaryDevice

Gets or sets the primary SMS device used to send the SMS notification.

System_CAPS_pubproperty PrimaryDeviceSwitchBackIntervalSeconds

Gets or sets the switchback interval on the primary device.

System_CAPS_pubproperty RecipientProtocol

Gets or sets the name of the protocol used to send notifications to this endpoint.(Inherited from NotificationEndpoint.)

System_CAPS_pubproperty SecondaryDevices

Gets the secondary SMS devices used as SDM notification endpoints.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from NotificationEndpoint.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

Updates the operational database with the modified property values.(Inherited from NotificationEndpoint.)

Remarks

After creating an SMS notification endpoint, you must insert it into the operational database for use in the Management Group by using the InsertNotificationEndpoint method

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