SipNotificationEndpoint Class
Applies To: Operations Manager for System Center 2012
Represents an endpoint for sending notifications using the Session Initiation Protocol (SIP). 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.NotificationEndpoint
Microsoft.EnterpriseManagement.Administration.SipNotificationEndpoint
Syntax
[SerializableAttribute]
public class SipNotificationEndpoint : NotificationEndpoint
[SerializableAttribute]
public ref class SipNotificationEndpoint : NotificationEndpoint
[<SerializableAttribute>]
type SipNotificationEndpoint =
class
inherit NotificationEndpoint
end
<SerializableAttribute>
Public Class SipNotificationEndpoint
Inherits NotificationEndpoint
Constructors
Name | Description | |
---|---|---|
SipNotificationEndpoint(String, String, SipServer, Uri) | Initializes the SipNotificationEndpoint with the endpoint's name, protocol, server, and user URI. |
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of this notification endpoint.(Inherited from NotificationEndpoint.) |
|
DisplayName | Gets or sets a descriptive name for the endpoint.(Inherited from NotificationEndpoint.) |
|
Id | (Inherited from CreatableMonitoringBaseWithId.) |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from NotificationEndpoint.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | Gets or sets the name of the endpoint.(Inherited from NotificationEndpoint.) |
|
PreferredUserName | Gets or sets a descriptive name for the user to whom notifications are sent. |
|
PrimaryServer | Gets or sets the SIP server that relays notifications for the endpoint. |
|
RecipientProtocol | Gets or sets the name of the protocol used to send notifications to this endpoint.(Inherited from NotificationEndpoint.) |
|
UserUri | Gets or sets the uniform resource identifier (URI) that identifies the user to whom notifications are sent. |
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.(Inherited from NotificationEndpoint.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update() | Updates the operational database with the modified property values.(Inherited from NotificationEndpoint.) |
Remarks
After creating an SIP notification endpoint, you must insert it into the operational database for use in the Management Group by using the InsertNotificationEndpoint method.
Examples
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