IMonitoringNotificationManagement Interface

Definition

public interface class IMonitoringNotificationManagement : Microsoft::EnterpriseManagement::INotificationManagement
public interface IMonitoringNotificationManagement : Microsoft.EnterpriseManagement.INotificationManagement
type IMonitoringNotificationManagement = interface
    interface INotificationManagement
Public Interface IMonitoringNotificationManagement
Implements INotificationManagement
Implements

Methods

DeleteNotificationAction(NotificationAction)

Deletes the action.

DeleteNotificationEndpoint(NotificationEndpoint)

Deletes the endpoint.

DeleteNotificationRecipient(NotificationRecipient)

Deletes the recipient.

DeleteNotificationSubscription(NotificationSubscription)

Deletes the subscription.

GetNotificationAction(Guid)

Retrieve notification action by id.

GetNotificationAction(String)

Retrieve notification action by name.

GetNotificationActions()

Get all actions.

GetNotificationEndpoint(Guid)

Retrieve notification endpoint by id.

GetNotificationEndpoint(String)

Retrieve notification endpoint by name.

GetNotificationEndpoints()

Get all endpoints.

GetNotificationRecipient(Guid)

Retrieve notification recipient by id.

GetNotificationRecipient(String)

Retrieve notification recipient by name.

GetNotificationRecipients()

Get all recipients.

GetNotificationSubscription(Guid)

Retrieve notification subscription by id.

GetNotificationSubscription(String)

Retrieve notification subscription by name.

GetNotificationSubscriptions()

Retrieve notification subscriptions.

InsertNotificationAction(NotificationAction)

Inserts the notification action.

InsertNotificationEndpoint(NotificationEndpoint)

Inserts the notification endpoint.

InsertNotificationRecipient(NotificationRecipient)

Inserts the notification recipient.

InsertNotificationSubscription(NotificationSubscription)

Inserts the notification subscription.

Applies to