SipNotificationAction Class

 

Applies To: Operations Manager for System Center 2012

Represents a Session Initiation Protocol (SIP) notification action for notification subscriptions. This protocol is supported by various instant messaging systems.

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.SipNotificationAction

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod SipNotificationAction(String)

Initializes a new SipNotificationAction object.

Properties

Name Description
System_CAPS_pubproperty Body

Gets or sets the body of the SIP notification action.

System_CAPS_pubproperty ContentType

Gets or sets the content type for the SIP notification action.

System_CAPS_pubproperty Description

Gets or sets the description of the notification action.(Inherited from NotificationAction.)

System_CAPS_pubproperty DisplayName

Gets or sets the display name of the notification action.(Inherited from NotificationAction.)

System_CAPS_pubproperty Encoding

Gets or sets the encoding for the SIP notification action.

System_CAPS_pubproperty Endpoint

Gets or sets the endpoint for the SIP notification action.

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

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

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets or sets the name of the notification action.(Inherited from NotificationAction.)

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 NotificationAction.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

Updates the notification action.(Inherited from NotificationAction.)

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